mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
Version 5.6.8
This commit is contained in:
parent
c13548ccb4
commit
d7c375ec7d
@ -1,5 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
## v5.6.8 2023 January 26
|
||||
|
||||
- Fix a bug: plan prices are not reported correctly in the interface
|
||||
|
||||
## v5.6.7 2023 January 25
|
||||
@ -69,6 +71,7 @@
|
||||
- Ability to disable generation of invoices at zero
|
||||
- Accounting data is now built each night and saved in database
|
||||
- Ability to define multiple accounting journal codes
|
||||
- Ability to define accounting codes per resources (aka. advanced accounting)
|
||||
- Ability to change the name of the VAT
|
||||
- Ability to cancel a running subscription from the member edition view for admin/managers
|
||||
- OpenAPI endpoint to fetch accounting data
|
||||
@ -85,6 +88,7 @@
|
||||
- Report subsription mismatch with user's group
|
||||
- Added sentry for error reporting
|
||||
- Report details of the due for invoices related to a payment schedule
|
||||
- Migrated plan/machine/space/event forms to react
|
||||
- Fix a bug: unable to run test in negative timezones (#425)
|
||||
- Fix a bug: providing an array of attributes to filter OpenApi data, results in error
|
||||
- Fix a bug: unable to manage stocks on new products
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "5.6.7",
|
||||
"version": "5.6.8",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
Reference in New Issue
Block a user