This table records the budget and its amount for a gl_account in a gl_period |
gl_account_budget_KEY | int (4) | NOT NULL | Primary key. |
gl_account_KEY | int (4) | NOT NULL | The associated gl_account. the foreigh key to GL_Account table |
gl_period_KEY | int (4) | NOT NULL | The associated gl_period. the foreigh key to GL_Period table |
gl_account_budget_category_KEY | int (4) | NOT NULL | The type of GL Account Budget Category for this budget. the foreigh key to GL_Account_Budget_Category table |
amount | decimal (9, 2) | NOT NULL | Budget Amountfor this budget record |