mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: Concurrency control items cost compute.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
interface IInventoryCostMethod {
|
||||
computeItemsCost(fromDate: Date): void,
|
||||
initialize(): void,
|
||||
storeInventoryLotsCost(transactions: any[]): void,
|
||||
}
|
||||
Reference in New Issue
Block a user