mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(sales): currency code associated from invoice customer.
feat(purchases): currency code associated from vendor customer.
This commit is contained in:
@@ -4,6 +4,7 @@ import { IDynamicListFilterDTO } from 'interfaces/DynamicFilter';
|
||||
export interface ISaleEstimate {
|
||||
id?: number,
|
||||
amount: number,
|
||||
currencyCode: string,
|
||||
customerId: number,
|
||||
estimateDate: Date,
|
||||
estimateNumber: string,
|
||||
|
||||
Reference in New Issue
Block a user