Qt MySQL Budget is a GUI that allows the creation of a personal budget. The basic layout is a month selector, a tab for your allocations (budget), a tab for your expenses, and a tab showing the totals. It has a very simple design allowing the quick creation and updating of budgets to help individuals plot and track their monthly sending.
| Tags | Office/Business Financial Accounting |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | SQL C++ |
Recent releases


Release Notes: The date format was changed to be human readable and the table item interface for dates was changed to QDateEdit. The SQL format for floating point entries was changed. A color chooser was added for each category forsetting the background on the grid and in the charts.


Release Notes: Sort routines now use SQL sorts whenever possible. You can now sort any column by clicking on the column header. The arrow direction of the sort indicator in the QTable header was reversed so that the arrow points up when the values are increasing as the list proceeds downward. The spelling of "Catagory" was changed to "Category" in the column headings. The version number in the about dialog box was updated.


Release Notes: In this release, when adding a new month, that month is added as an option to the chart dropdowns.


Release Notes: The Add Categories dialog box was fixed so that categories are displayed in the table as they are added. A Note field was added to the Expenses table. The scrolling behavior of the tables in the main form were fixed so they will display scrollbars when needed. The Allocations and Expenses tables now show items as they are added instead of waiting for the dialog box to close. Two new SQL files were included. A clean install should use "create_database.sql", while an upgrade should use "update_database.sql".


Release Notes: An export form has been added. The font color has been changed to red for negative values.