mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: design flow of writing invoice journal entries.
This commit is contained in:
@@ -9,7 +9,8 @@ export interface ISaleInvoice {
|
||||
dueAmount: number,
|
||||
customerId: number,
|
||||
entries: IItemEntry[],
|
||||
deliveredAt: string|Date,
|
||||
deliveredAt: string | Date,
|
||||
userId: number,
|
||||
}
|
||||
|
||||
export interface ISaleInvoiceDTO {
|
||||
|
||||
Reference in New Issue
Block a user