For help using this extension see the Wiki.
Monthly Budget Editor is an extension for the Moneydance Personal Finance app to help you easily enter monthly budget amounts for a year to keep track of how well you are meeting your monthly spending goals. The extension includes the ability to initialize a new budget from the prior year's budget or actual spending as well as extensive pop up menu support to easily enter or update values for each spending category and month.
Monthly Budget Editor is a companion to to my Monthly Budget Report which correctly handles negative budget amounts. I have also created Monthly Budget Bars another companion that creates a Summary Page widget which also works properly with negative budget amounts.
Either build the source code or download the latest release.
Follow Moneydance's official documentation to install extensions.
Use the Add From File...
option to load the budgeteditor.mxt
file.
The extension has not yet been audited and signed by The Infinite Kind, so you'll get a warning asking you if you really want to continue loading the extension, click Yes to continue loading the extension.
You can now open the extension by going to Extensions > Monthly Budget Editor.
git clone https://github.com/jerrymjones/MonthlyBudgetEditor.git <localfolder>
src/
i.e. cd <localfolder>/src
:ant init
lib/extadmin.jar
and lib/moneydance-dev.jar
into the <localfolder>/lib
folder:cd tmp/
curl -O https://infinitekind.com/dev/moneydance-devkit-5.1.tar.gz
tar xzvf moneydance-devkit-5.1.tar.gz
cp moneydance-devkit-5.1/lib/* ...
<localfolder>/src
:ant genkeys
<localfolder>/src
:ant budgeteditor
<localfolder>/dist/budgeteditor.mxt
as the file to load.