add fiscal_year, drop due_to
This commit is contained in:
@ -193,7 +193,7 @@ export interface AccountEntry {
|
||||
description: string
|
||||
account: number
|
||||
created_at: string
|
||||
due_at: string
|
||||
fiscal_year: number
|
||||
amount: number
|
||||
document_no: number
|
||||
account_entry_category: number
|
||||
@ -203,7 +203,7 @@ export const NULL_AccountEntry: AccountEntry = {
|
||||
,description: ''
|
||||
,account: undefined
|
||||
,created_at: ''
|
||||
,due_at: ''
|
||||
,fiscal_year: undefined
|
||||
,amount: undefined
|
||||
,document_no: undefined
|
||||
,account_entry_category: undefined
|
||||
|
Reference in New Issue
Block a user