mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(sales): currency code associated from invoice customer.
feat(purchases): currency code associated from vendor customer.
This commit is contained in:
@@ -5,6 +5,7 @@ export interface ISaleInvoice {
|
||||
id: number,
|
||||
balance: number,
|
||||
paymentAmount: number,
|
||||
currencyCode: string,
|
||||
invoiceDate: Date,
|
||||
dueDate: Date,
|
||||
dueAmount: number,
|
||||
|
||||
Reference in New Issue
Block a user