refactor: update import paths for sale invoice models; add VAT handling in payload forms

This commit is contained in:
2026-05-17 12:04:11 +03:30
parent b2a7fa7f70
commit 6f1ad20cff
10 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// TIS tenant environment configuration
export const environment = {
production: true,
apiBaseUrl: 'https://psp-api.shift-am.ir',
// apiBaseUrl: 'http://192.168.128.73:5002',
// apiBaseUrl: 'https://psp-api.shift-am.ir',
apiBaseUrl: 'http://192.168.128.73:5002',
host: 'localhost',
port: 5000,
enableLogging: false,