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
+1
View File
@@ -7,6 +7,7 @@ export interface IGoodRawResponse {
id: string;
code: string;
name: string;
vat: string;
};
category: ISummary;
measure_unit: ISummary;