mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: add opening quantity, cost and date to items.
This commit is contained in:
@@ -8,7 +8,7 @@ export interface IInventoryTransaction {
|
||||
quantity: number,
|
||||
rate: number,
|
||||
transactionType: string,
|
||||
transactionId: string,
|
||||
transactionId: number,
|
||||
lotNumber: string,
|
||||
entryId: number
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user