mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: items accounts issue.
fix: write item id, transaction reference and number on journal entries.
This commit is contained in:
@@ -13,6 +13,10 @@ export interface IJournalEntry {
|
||||
|
||||
referenceTypeFormatted: string,
|
||||
|
||||
itemId?: number,
|
||||
transactionNumber?: string,
|
||||
referenceNumber?: string,
|
||||
|
||||
transactionType?: string,
|
||||
note?: string,
|
||||
userId?: number,
|
||||
|
||||
@@ -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