feat(server): wip tax rate on sale invoice service

This commit is contained in:
Ahmed Bouhuolia
2023-08-14 14:59:10 +02:00
parent a7644e6481
commit d1121f0b81
18 changed files with 514 additions and 74 deletions

View File

@@ -34,6 +34,7 @@ export interface IItemEntry {
taxCode: string;
taxRate: number;
taxAmount: number;
item?: IItem;