Releases: MasterZydra/Bio-Manager
Releases · MasterZydra/Bio-Manager
Bugfix in 'Revenue and Profits' view
v2.6.1 - 03.10.2024 - Bugfix in 'Revenue and Profits' view
Fixed
- Fixed SQL error in revenueAndProfits view if a year has no invoices
Full Changelog: v2.6.0...v2.6.1
Added support for SQLite
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
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
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
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
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
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
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
v2.1.1 - 26.02.2024 - Fixed huge logic issue with allowed functions
Fixed
- Fixed issue that the
allowDelete
function was called whenallowEdit
should have been called
Full Changelog: v2.1.0...v2.1.1
Used entities can no longer be deleted
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