Implement tax handling for branches by adding tax percent to regions, updating product sell costs, and enhancing UI for tax summaries in BranchView

This commit is contained in:
Torsten Schulz (local)
2025-12-09 16:16:08 +01:00
parent 25d7c70058
commit 43d86cce18
15 changed files with 477 additions and 19 deletions

View File

@@ -97,9 +97,6 @@ export default {
}
return translation !== key ? translation : activity;
},
locale() {
return window.navigator.language || 'en-US';
},
},
};
</script>