Create And Update Account
This commit is contained in:
@@ -34,3 +34,12 @@ export function useChartOfAccountTypes(params: ChartOfAccountQueryParams = {}) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export interface AccountRequest {
|
||||
chart_of_account_id: string
|
||||
name: string
|
||||
number: string
|
||||
account_type: string
|
||||
opening_balance: number
|
||||
description: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user