Budget Capex introduces the Capital Expenditure doctype and a Capital Expenditure accounting dimension.
It also allows you to create budgets and select accounts that are of type Fixed Asset or accounts with report type of Profit And Loss.
It also comes with typical Monthly Distribution examples like 1st Quarter, January etc to help you quickly plan your budget.
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app https://github.com/ASATechnologies/budget_capex --branch develop
bench install-app budget_capexThis app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/budget_capex
pre-commit installPre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
mit