mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: average rate cost method.
This commit is contained in:
@@ -10,6 +10,7 @@ export interface IInventoryTransaction {
|
||||
transactionType: string,
|
||||
transactionId: string,
|
||||
lotNumber: string,
|
||||
entryId: number
|
||||
};
|
||||
|
||||
export interface IInventoryLotCost {
|
||||
@@ -19,7 +20,9 @@ export interface IInventoryLotCost {
|
||||
itemId: number,
|
||||
rate: number,
|
||||
remaining: number,
|
||||
cost: number,
|
||||
lotNumber: string|number,
|
||||
transactionType: string,
|
||||
transactionId: string,
|
||||
entryId: number
|
||||
}
|
||||
Reference in New Issue
Block a user