Skip to content

Releases: Volmarg/personal-management-system

Version 1.20

23 Nov 18:08

Choose a tag to compare

As this is a major release and milestone (finished everything that I've planned in terms of modules/functionallity) - I mark it as 1.20.

Changes
Contacts are totally reworked - there are no more submodules and contacts fields, instead there are contact cards with contacts types and contacts groups

VERY IMPORTANT
With this version the old contacts tables are REMOVED, there is no fix/no backup sql in migration, if You will launch this migration, then Your data in these tables will be lost

Bugfixes

  • quicknote creation widget was not working

Version 1.19

09 Nov 14:50

Choose a tag to compare

Changes

  • changed MyCar to MySchedules module

Added

  • Notificaions
    • incomming schedules are now shown in the notification bell,

Bugfixes

  • notes in search result had no title in some cases

Information

  • this verison contains migration which will
    • copy data from MyCarSchedules to MySchedules,
    • create base schedule type car
    • types from MyCarSchedulesTypes will be removed and won't be copied
    • removes tables: MyCarSchedules and MyCarSchedulesTypes

Version 1.18.9

08 Nov 05:27

Choose a tag to compare

Added

  • Settings mechanisms
    • Settings for dashboard are now visible under user profile menu
      • Contains controll of widgets visibility

Version 1.18.8

02 Nov 14:47

Choose a tag to compare

Added

  • possibility to set recurring payments in payments settings,
  • command bin/console cron:set-recurring-payments for setting up the payments,
    • checks if payments have been already added for given month.
    • returns small reporting in console,
    • has optional option day for setting to which day of given months should the payments be assigned to,

Bugfix

  • checking if ZipArchive is present
  • it's possible that linux is missing php-zip package

Version 1.18.7

01 Nov 18:37

Choose a tag to compare

Added

  • scripts and command for making database and files backup
    • can be used with cron
      • bin/console cron:make-backup

Version 1.18.6

01 Nov 08:23

Choose a tag to compare

Added

  • possibility to rename and tag uploaded files

Version 1.18.5

31 Oct 18:31

Choose a tag to compare

Added

  • mass action buttons for MyImages and MyFiles
    • it's now possible to multiselect files/images and perform transfer or removal mass action

Version 1.18.4

27 Oct 03:20

Choose a tag to compare

Added

  • Notes can now be searched in search (by note title) and previewed in modal with possibility to edit content,

Bugfixes

  • It was possible to removed whole selects while editing the row in datatable, now this should not happen,

Cosmetics

  • Added RoundedCheckboxType and with this I've replaced standard [ ]checkbox to ()checkbox,

Version 1.18.3

26 Oct 04:20
b2f25c1

Choose a tag to compare

Added

  • Installation script for Linux

After calling the composer install ( from the root dir of project - this is important ) and installing all the packages from it, there will be an interactive CLI that will guide You through the installation process

Version 1.18.2

22 Oct 16:47

Choose a tag to compare

Added

  • possibility to move folder (for upload based module) with it's data (alongside with tag update) to other folder or other upload based module,
  • demo data for MyPaymentsBills,

Bugfixes

  • MyPaymentsBill datatables were displayed incorrectly,