tables
tables
Bảng dữ liệu tài chính tối thiểu
TB5 min
Financial analytics thường cần nối nhiều nguồn:
| Bảng | Grain | Cột chính |
|---|---|---|
| gl_transactions | 1 journal/ledger line | transaction_id, date, account_code, cost_center, amount |
| chart_of_accounts | 1 account | account_code, account_name, statement_line, account_type |
| budget | 1 month x account x cost center | month, account_code, cost_center, budget_amount |
| forecast | 1 month x account x scenario | month, account_code, scenario, forecast_amount |
| invoices_payments | 1 invoice/payment | customer/vendor, invoice_date, due_date, paid_date, amount |
Task tables
coa
coa
Chart of Accounts và mapping
TB5 min
Chart of Accounts giúp map account kế toán sang P&L line dễ đọc:
Task coa
