Maintainers
Current maintainers:
This module is part of the ecosoft-odoo/budgeting project on GitHub.
You are welcome to contribute.
This module is the main module for manage allocation until set budget control. For this module, budget constraints will be used to check the allocation to ensure that the budget is not exceeded beyond the allocated amount.
Example usage:
Budget allocation has allocation: Allocation Line | Analytic Account | Fund | Tags | Allocated | ... -------------------------------------------------------------- 1 | A | Fund1 | Tag1 | 100.0 | ... 2 | A | Fund2 | Tag2 | 100.0 | ... Condition constraint (e.g. invoice lines) - User can use: Document | Line | Analytic Account | Fund | Tags | Amount | ----------------------------------------------------------------------- INV001 | 1 | A | Fund1 | Tag1 | 130.0 | >>> Error (-30) ----------------------------------------------------------------------- INV002 | 1 | A | Fund1 | | 10.0 | >>> Not allocated INV002 | 1 | A | Fund1 | Tag1 | 10.0 | >>> balance 90 INV002 | 2 | A | Fund1 | Tag1 | 60.0 | >>> balance 30 ----------------------------Confirm---------------------------- INV003 | 1 | A | Fund1 | Tag1 | 10.0 | >>> balance 20 INV003 | 2 | A | Fund1 | Tag1 | 60.0 | >>> Error (-40) --------------------------------------------------------------- INV004 | 1 | A | Fund2 | Tag1 |120.0 | >>> Not allocated INV004 | 1 | A | Fund2 | Tag2 |120.0 | >>> Error (-20)
Important
This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status
Table of contents
At first you have to create Source of Funds Master data. First, you must create a Source of Fund in the master data. Then, you will need to create a budget allocation to control detailed budget usage.
NOTE: In budget allocation, there are 3 different amounts to consider:
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
- Saran Lim. <saranl@ecosoft.co.th>
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
Current maintainers:
This module is part of the ecosoft-odoo/budgeting project on GitHub.
You are welcome to contribute.