mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: sync inventory items quantity with services.
This commit is contained in:
@@ -29,4 +29,9 @@ export interface IInventoryLotCost {
|
||||
transactionType: string,
|
||||
transactionId: number,
|
||||
entryId: number
|
||||
}
|
||||
};
|
||||
|
||||
export interface IItemsQuantityChanges {
|
||||
itemId: number,
|
||||
balanceChange: number,
|
||||
};
|
||||
Reference in New Issue
Block a user