add fiscal_year, drop due_to

This commit is contained in:
2022-01-21 20:46:28 +01:00
parent 0e4fd12238
commit ab365c65a1
6 changed files with 14 additions and 15 deletions

View File

@ -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