rah_personal_budget
Published under current TXP projects
A tiny budget manager for Textpattern CMS. Build and manage personal budgets, keep on eye your income, expenses and total profit — all from Textpattern’s login protected admin-panel.
Image: rah_personal_budget
List of features
- Manage your personal budget directly from Textpattern’s admin-panel.
- The plugin provides easy-to-use interface with basic budget tools.
Requirements
Rah_personal_budget’s minimum requirements:
- Textpattern 4.0.7+
- Optional: jQuery (bundled with Textpattern)
Installation and usage
- Go to your Textpattern installation’s admin panel.
- Navigate to Admin / Plugins.
- Download and open the plugin code.
- Copy the plugin code to the install plugin box.
- Click install and go thru the automated installation process.
- After the installation, find the plugin from the plugin list and click Activate.
- Now the plugin is installed and ready to be used. The plugin’s interface can be now found from Extensions/Personal budget.
Changelog
Version 0.3
- Fixed: now doesn’t show highest income as the highest expense in the budget’s stats.
- Fixed: JavaScript slider problems caused by duplicated code.
- Fixed: timezone issues with the datetime functions.
- Fixed: now shows the hidden odd “item description”. Before user could provide a description, but it wasn’t shown anywhere.
- Changed: separated the editing panels from the lists. Now the forms and editing panels have their own panes.
- Changed: now hides unnessasery controls as seen in rah_post_versions.
- Changed: the panel event from
rah_personal_budget_pagetorah_personal_budget. - Changed: instead showing *long* dropdown lists for seleting dates, now everything is done by simply typing the date in a field.
- Added: when deleting items, checks if the item is either the main group or individual item inside the group. Doesn’t just remove records based on the user input.
- Added: checks the validity of set timestamps, and prompts the user if it isn’t valid.
- Removed: inline styles.
- Removed:
rah_personal_budget_correct(). Now corrects values withnumber_format(). - Removed:
rah_personal_budget_select(). - Improved: saving and editing functions.
- Updated: use of operators.
- Updated: navigation bar at the top of the panel.
- From version 0.3 onwards requires Textpattern version 4.0.7 or newer.
Version 0.2
- Improved callbacks.
Version 0.1
- Initial release.