integrate chart of account to sub akun dari
This commit is contained in:
@@ -14,3 +14,26 @@ export interface ChartOfAccountTypes {
|
||||
page: number
|
||||
total: number
|
||||
}
|
||||
|
||||
export interface ChartOfAccount {
|
||||
id: string
|
||||
organization_id: string
|
||||
outlet_id: string
|
||||
chart_of_account_type_id: string
|
||||
parent_id: string
|
||||
name: string
|
||||
code: string
|
||||
description: string
|
||||
is_active: boolean
|
||||
is_system: boolean
|
||||
created_at: string
|
||||
updated_at: string
|
||||
chart_of_account_type: ChartOfAccountType
|
||||
}
|
||||
|
||||
export interface ChartOfAccounts {
|
||||
data: ChartOfAccount[]
|
||||
limit: number
|
||||
page: number
|
||||
total: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user