Skip to content

Releases: Volmarg/personal-management-system

Version 1.18.8

02 Nov 14:47
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • possibility to rename and tag uploaded files

Version 1.18.5

31 Oct 18:31
Compare
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
Compare
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
Compare
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
Compare
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,

Version 1.18.1

17 Oct 05:32
Compare
Choose a tag to compare

Added sub/modules

  • Bills
    • allows to create a bill and assign items to it to calculate total value of bill,
  • Reports
    • readonly module,
      • added report for monthly payments (sum of payments from monthly payments and bills)

Version 1.18

15 Oct 11:16
Compare
Choose a tag to compare

Major update

  • modules content is now being loaded via ajax,
  • menu is being reloaded via ajax,
  • added functions for handling:
    • single menu node reload (by name),
    • page main content reload (by url),

Information

  • this update does not fully replace everything with ajax load, some forms are still being loaded normally by standard php calls,
  • upload form is going to stay like it is now, i'm not planning to make it ajax based upload,

Version 1.17.7

06 Oct 11:35
Compare
Choose a tag to compare

Widgets

  • add quick folder create widget for upload based modules,

Other

  • added code for loading modules content via ajax instead of making full page reload, but this is work in progress so it's disabled as it brakes some gui elements