mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: items accounts issue.
fix: write item id, transaction reference and number on journal entries.
This commit is contained in:
@@ -9,6 +9,8 @@ export interface ISaleInvoice {
|
||||
dueAmount: number,
|
||||
overdueDays: number,
|
||||
customerId: number,
|
||||
referenceNo: string,
|
||||
invoiceNo: string,
|
||||
entries: IItemEntry[],
|
||||
deliveredAt: string | Date,
|
||||
userId: number,
|
||||
|
||||
Reference in New Issue
Block a user