Skip to content

Releases: Volmarg/personal-management-system

Version 1.20.8.2

22 Mar 18:42

Choose a tag to compare

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

18 Mar 15:26

Choose a tag to compare

Bugfix

  • With system unlocked the locked folders were not rendered in menu

Version 1.20.8

18 Mar 15:17

Choose a tag to compare

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,
    • 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),

Bugfixes

  • wrong label in settings,
  • upload page didn't worked with ajax call,

Version 1.20.7

23 Feb 08:42

Choose a tag to compare

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

16 Feb 16:23

Choose a tag to compare

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)

Version 1.20.5

14 Feb 21:24

Choose a tag to compare

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

01 Feb 21:03

Choose a tag to compare

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

24 Jan 19:45

Choose a tag to compare

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

03 Jan 17:54

Choose a tag to compare

Bugfix

  • not working report,

Version 1.20.1

30 Dec 13:26
8026875

Choose a tag to compare

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,