mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: refactoring invoice calc cost service.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
|
||||
export type TInventoryTransactionDirection = 'IN' | 'OUT';
|
||||
|
||||
export interface IInventoryTransaction {
|
||||
id?: number,
|
||||
date: Date,
|
||||
direction: string,
|
||||
direction: TInventoryTransactionDirection,
|
||||
itemId: number,
|
||||
quantity: number,
|
||||
rate: number,
|
||||
|
||||
Reference in New Issue
Block a user