Releases: Volmarg/personal-management-system
Releases · Volmarg/personal-management-system
Version 1.18.1
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)
- readonly module,
Version 1.18
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
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
Version 1.17.6
Refactor: backend translations
Added translations for strings generated/placed in backend (php/twig), this change does not include strings placed directly in js (I have idea for is as well but later on some next refactor).
Includes:
- exceptions,
- table headers (not the one generated automatically, this needs to be reworked),
- forms labels,
- forms placeholders,
- buttons,
- menu elements,
- texts on pages,
- responses,
Additionally:
- changed modules names in menu,
Version 1.17.5
Bugfixes
- menu elements for upload modules were overlaping,
- dot pointing on active menu element was missplaced for upload based modules,
- upload based menu always behaved like there are some submenu elements even if there were none,
- myNotes now supports pasting images from clipboard and dragging image directly to editor,
- loader was not removed when quickly using top navbar search one time after another,
- quickupload could not handle folder selection if there were spacebars in it's name,
- upload sometimes skipped uploaded files because apache configuration limits how many files can be uploaded at once (now this information is being displayed),
- total filesize of uploaded files and list of files names displayed incorrect information,
- datatable (date based) columns with datetimepicker input were not sortable (for example in monthly payments)
Version 1.17.4
MyImages
- added search on main view
- search by tags
- search by filesnames
- tags of given image are visible upon hovering on it
Version 1.17.3
MyFiles/MyImages
- added quick upload widget on main view
MyImages
- displaying file names under the images on main view
Version 1.17.2
Ajax calls
- added loader
Version 1.17.1
Files Search
- added popover visible upon hovering over the search result elements
- contains tags list and full filename
Version 1.17
Files Tags - Added files tags mechanism to tag files and search them later globaly from any place from top bar. Implemented the basic usage of tagging.
- files and images can be tagged,
- tags are connected with file path,
- upon removing file the tags are removed,
- upon renaming file the tags are updated,
- upon relocating file (VIA GUI ONLY) the tags are updated,
- searching allows to download file directly from the search results and go to folder in which the file is located,
- search works by matching string in json that contains tags, that means if You have json like:
["cookie","apple"]then if You enter in search tag app files with tag apple will be also displayed. This is not a bug, I want it to work like this right now