mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
add server to monorepo.
This commit is contained in:
16
packages/server/src/interfaces/InventoryCost.ts
Normal file
16
packages/server/src/interfaces/InventoryCost.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Knex } from "knex";
|
||||
|
||||
|
||||
|
||||
export interface IInventoryItemCostMeta {
|
||||
itemId: number;
|
||||
valuation: number;
|
||||
quantity: number;
|
||||
average: number;
|
||||
}
|
||||
|
||||
export interface IInventoryCostLotsGLEntriesWriteEvent {
|
||||
tenantId: number,
|
||||
startingDate: Date,
|
||||
trx: Knex.Transaction
|
||||
}
|
||||
Reference in New Issue
Block a user