mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
add server to monorepo.
This commit is contained in:
6
packages/server/src/interfaces/InventoryCostMethod.ts
Normal file
6
packages/server/src/interfaces/InventoryCostMethod.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
interface IInventoryCostMethod {
|
||||
computeItemsCost(fromDate: Date): void,
|
||||
storeInventoryLotsCost(transactions: any[]): void,
|
||||
}
|
||||
Reference in New Issue
Block a user