Create And Update Account

This commit is contained in:
efrilm
2025-09-12 20:35:49 +07:00
parent ce344e4a98
commit b2840ca27c
4 changed files with 202 additions and 91 deletions
@@ -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
}