Thursday, May 30, 2024
1 change
Enhancements to existing features
Project budgets are now calculated using analytic accounts instead of budget positions, simplifying how budget lines are configured and tracked. The update also adds committed amount tracking from purchase orders and introduces a new budget report view for clearer budget monitoring.
Original PR description
Before this commit: The Budget was counted using budget position and analytical account After this commit: Removed Budget position from the budget line. Model renamed `crossovered.budget` to `budget.analytic` and `crossovered.budget.line` to `budget.line` Removed/Renamed some fields of these models. Now the budget will be counted using a combination of analytical accounts only. Also created a new field in a budget line called committed amount which will be calculated from the analytical distribution of the purchase order line A new budget report view is created. task - 3623445