fix: writing inventory transactions on invoice and bill created.

This commit is contained in:
a.bouhuolia
2020-12-19 19:48:38 +02:00
parent 5f8ecddd62
commit 1e8b00d8fe
7 changed files with 145 additions and 41 deletions

View File

@@ -9,6 +9,7 @@ export interface IInventoryTransaction {
rate: number,
transactionType: string,
transactionId: string,
lotNumber: string,
};
export interface IInventoryLotCost {