mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Concurrency control items cost compute.
This commit is contained in:
14
server/src/interfaces/ItemEntry.ts
Normal file
14
server/src/interfaces/ItemEntry.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
export interface IItemEntry {
|
||||
referenceType: string,
|
||||
referenceId: number,
|
||||
|
||||
index: number,
|
||||
|
||||
itemId: number,
|
||||
description: string,
|
||||
discount: number,
|
||||
quantity: number,
|
||||
rate: number,
|
||||
}
|
||||
Reference in New Issue
Block a user