Releases: sleede/fab-manager
Releases · sleede/fab-manager
Release 2.5.1
- Hide spaces in admin's credit management if spaces are disabled
- Fix a bug : Can not display training tracking (this bug was introduced in version 2.5.0)
Please see the change log for more details.
TODO DEPLOY
rake assets:precompile
Release 2.5.0
- Spaces management and reservation
- Export the availabilities and their reservation rate
- Weekly plans
- Fix a bug about the deletion of an administrator
- Fix a bug about new plans, of which statistics are not shown
- Various bug fixes and other improvements
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
, thenrake db:seed
FABLAB_WITHOUT_SPACES
environment variable must be addedrake fablab:es_add_spaces
rake fablab:fix:new_plans_statistics
must be run if you have created plans from the deployment of v2.4.10
Release 2.4.11
- Fix a bug leading to the loss of the rolling status of a plan, when editing it
Please see the change log for more details.
TODO DEPLOY
rake fablab:fix:rolling_plans
will check all your plans; when the is_rolling attribute isnull
, it will be set totrue
. If this behaviour does not match your expectations, we encourage you to enter in your database and manually set the values ofplans
.is_rolling
for each rows.
Release 2.4.10
- Fixed and optimized notification system
- Various bug fixes
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
thenrake fablab:set_plans_slugs
Release 2.4.9
- When there's more than 3 unread notifications, mask the alerts exceeding
- Handle custom filters "date" and "type" in computation of the following statistics indicators: hours available for machine reservations and tickets available for training reservations
- Fix a bug about user's born on February 29th , when current year is not a leap year
- Fix two bugs about wrong values in statistics
- Various bug fixes and minor improvements
Please see the change log for more details.
TODO DEPLOY
- Check your
ALLOWED_MIME_TYPES
environment variable, it may containapplication/
if you have kept the default values. This can lead to a security issue, please remove it. - Run the following commands in order:
rails runner StatisticCustomAggregation.destroy_all
, thenrake db:seed
, then restart Sidekiq, thenrake fablab:es_build_availabilities_index
- If, at least once in the past, you have regenerated the statistics, they are very likely corrupted. Run this command to fix:
rake fablab:generate_stats[1095]
(1095 can be reduced to the number of days your fab-manager's instance have been online). This is not required if you had never run this command before.
Release 2.4.8
- Request a new shipment of the token used to migrate the authentication system (SSO)
- Various bug fixes and minor improvements
Please see the change log for more details.
Release 2.4.7
- Change the expiration date of a coupon after its creation
- Generate an optional refund invoice when crediting user's wallet
- Various minor improvements
- Fix a bug about running rake db:migrate on first install (#55)
- Fix a bug about the creation/edition of coupons of type 'percentage'
Please see the change log for more details.
Release 2.4.6
- Change display of messages about coupon application status
- Fix a bug about compute price API that returns error 500 if reservable_id is not provided
Please see the change log for more details.
Release 2.4.5
- Create coupons with amounts in currency units (euro, dollar, ...) in addition of percentages
- Display optional customizable information message on event reservation page
- Fix a bug about user's wallet not debited when invoicing is disabled for this user
- Fix a bug about training reservation calendar witch is not showing availabilities only for the requested training
- Various bug fixes and minor improvements
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
Release 2.4.4
- Fix a bug about wrong method payment shown on invoices when paying by wallet
- Various bug fixes
Please see the change log for more details.