budgets
Contains overall budget data for departments, projects, or business units.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier assigned to this budget record within the system. | |
| account | String | The general ledger account associated with this budget entry. | |
| accountingbook | String | The accounting book used for financial reporting and compliance. | |
| category | String | The budget category, such as Operating Expenses, Revenue, or Capital Expenditures. | |
| class | String | The classification category used for tracking and reporting budget allocations, such as department or business unit. | |
| currency | String | The currency in which the budget is recorded. | |
| customer | String | The customer associated with this budget entry, if applicable. | |
| department | String | The department responsible for this budget allocation. | |
| item | String | The specific item or service linked to this budget entry. | |
| location | String | The physical or logical location associated with this budget allocation. | |
| subsidiary | String | The subsidiary associated with this budget entry, relevant for multi-entity organizations. | |
| total | Decimal | The total budgeted amount for this entry. | |
| year | String | The fiscal year for which this budget entry applies. |