Releases: Volmarg/personal-management-system
Releases · Volmarg/personal-management-system
Version 1.20.8.2
Changes
- added syntax highlight plugin for TinyMCE,
- notes in Notes module have now properly colored code syntax upon adding/editing/opening note,
Version 1.20.8.1
Bugfix
- With system unlocked the locked folders were not rendered in menu
Version 1.20.8
Changes
- added new mechanisms
- Resource Lock
- as the project concept says "Personal" but it sometimes just happens that it's required to check something in the system while someone is next to us, with this we can hide certain things in certain modules from GUI overview. It's implemented in,
- Notes,
- Files,
- Images,
- Passwords,
- mechnism is fully adjustable and can be pretty easily added to other modules when needed,
- as the project concept says "Personal" but it sometimes just happens that it's required to check something in the system while someone is next to us, with this we can hide certain things in certain modules from GUI overview. It's implemented in,
- System Lock
- this is a switch that makes the locked resources visible as long as the lock is turned off
- lock is cleared upon logging of (there is no timeout for that),
- lock requires password - and that can be (and recommend to be so) other password than the one used for loging into system,
- password can be changed in user settings (there is no call for providing old password first),
- this is a switch that makes the locked resources visible as long as the lock is turned off
- Resource Lock
Bugfixes
- wrong label in settings,
- upload page didn't worked with ajax call,
Version 1.20.7
Added
- Incomes module (Payments)
- comes with new table and migration,
Changes
- updated Reports
- Saving chart is now based on data passed in Income,
- Added average monthly saving under chart.
Version 1.20.6
Added
- new Reports
- Payments charts:
- Payments by types for each month
- Payments total amount for each month
- Total payments percentage for types
- Savings charts
- Payments by types for each month (At this point has hardcoded custom value as no income module is yet there)
- Payments charts:
Version 1.20.5
Bugfixes:
- upload was crashing due to datatable pagination,
- could not soft delete parent event if all children were soft deleted,
- could not open reports page,
- images for contacts types sometimes were not rendered.
Version 1.20.4
Quality
- refactored ajax calls used for all the crud actions (like edit/remove actions for dataTables) and page content loading
- It would be impossible to extend/implement new logic for this as it was done dirty/incorrect way
Bugifxes
- events for widgets were attachet multiple times which resulted on multiple modals call on widget click
Version 1.20.3
Added
- Currencies - available in main setting of the page (menu visible on-avatar-click)
- Currencies are now used with MoneyOwed (changing symbol in settings will change it also in MoneyOwed
- Upon currency removal the currencies names are keeped in the MoneyOwed so it's possible to keep showing currency just by adding it again
Info
- multiplier visible in currencies is not used right now for anything, it's just there as I thought that maybe eventually somewhere in distant future I might want to make currency in some places reliable on the currency multiplier so that I can for example add products with EUR and have it auto recalculated to PLN
- emojis are supported as currencies
Version 1.20.2
Bugfix
- not working report,
Version 1.20.1
Upgrades
- more modules/page elements are being loaded via ajax,
- input validations:
- like min/max, float/string/int,
- upgraded to Symfony 4.4
- refactor:
- general code quality,
- plural tables renamed to singular,
Bugfixes
- crashing modules,
- not working saving/delete/edit in certain modules,