Skip to content

Releases: MasterZydra/Bio-Manager

Added support for SQLite

19 Apr 19:14
Compare
Choose a tag to compare

v2.6.0 - 19.04.2024 - Added support for SQLite

Added

  • Added test mode to class Config so env values can be changed in test runs
  • Added support for SQLite
  • Added unified interface ResultInterface for database results
  • Added class CreateTableBlueprint to create statements for generating tables in MySQL/MariaDB and SQLite

Full Changelog: v2.6.0...v2.6.0

Added statistic for amount and price development

17 Mar 15:56
Compare
Choose a tag to compare

v2.5.0 - 17.03.2024 - Added statistic for amount and price development

Added

  • Added component for line chart
  • Added statistic for amount development
  • Added statistic for price development

Full Changelog: v2.4.0...v2.5.0

Added revenue and profit statistic

11 Mar 21:12
Compare
Choose a tag to compare

v2.4.0 - 11.03.2024 - Added revenue and profit statistic

Added

  • Added renvenue and profit to Analyses area

Full Changelog: v2.3.1...v2.4.0

Improvements to the framework and a new volume distribution statistic

10 Mar 10:32
Compare
Choose a tag to compare

v2.3.0 - 10.03.2024 - Improvements to the framework and a new volume distribution statistic

Added

  • Added function to remove leading spaces on the beginning of each line
  • Added support for in condition in query builder
  • Added statistics to get the delivery notes where the volume distribution does not match delivery amount

Changed

  • Changed the behaviour of the function render() so that it removes leading spaces from the rendered HTML

Full Changelog: v2.2.2...v2.3.0

Improved UX with recommendations and validation

01 Mar 16:02
Compare
Choose a tag to compare

v2.2.2 - 29.02.2024 - Improved UX with recommendations and validation

Added

  • Added subdistrict recommendations to the create and edit form for plot
  • Added frontend validation to check if given IBAN is valid

Added developer setting

27 Feb 18:53
Compare
Choose a tag to compare

v2.2.1 - 27.02.2024 - Added developer setting

Added

  • Added developer setting to show error messages in production mode

Full Changelog: v2.2.0...v2.2.1

New "orderBy" property for default sort order

27 Feb 16:44
Compare
Choose a tag to compare

v2.2.0 - 27.02.2024 - New "orderBy" property for default sort order

Added

  • Added support for a default sort order that can be set with the static property orderBy

Full Changelog: v2.1.1...v2.2.0

Fixed huge logic issue with allowed functions

26 Feb 18:07
Compare
Choose a tag to compare

v2.1.1 - 26.02.2024 - Fixed huge logic issue with allowed functions

Fixed

  • Fixed issue that the allowDelete function was called when allowEdit should have been called

Full Changelog: v2.1.0...v2.1.1

Used entities can no longer be deleted

24 Feb 22:00
Compare
Choose a tag to compare

v2.1.0 - 24.02.2024 - Used entities can no longer be deleted

Added

  • Added support for allow[Edit|Delete] functions to prevent delete and edit operations of used entities

Full Changelog: v2.0.1...v2.1.0

Minor styling improvements

22 Feb 17:27
Compare
Choose a tag to compare

v2.0.1 - 22.02.2024 - Minor styling improvements

Added

  • Added values parameter to __() so that placeholders can be used without sprintf

Changed

  • Minor styling improvements

Full Changelog: v2.0.0...v2.0.1