.. |
accounting
|
(bug) Accouning Line in duplicate
|
2023-07-03 17:43:27 +02:00 |
availabilities
|
adds tests for public availabilities
|
2023-09-28 10:00:37 +02:00 |
cart
|
(quality) replace DateTime by Time
|
2023-02-17 11:45:07 +01:00 |
checkout
|
(bug) unable to confirm payment of store for admin
|
2023-07-10 13:49:39 +02:00 |
event
|
(bug) unable to update recurring event
|
2023-03-27 12:44:55 +02:00 |
invoices
|
updates sidekiq and sidekiq-scheduler, fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency
|
2023-11-14 10:36:12 +01:00 |
members
|
Merge branch 'pre_inscription' into family_compte_pre_inscription
|
2023-09-11 17:59:14 +02:00 |
orders
|
sends a date as yyyy-mm-dd
|
2023-11-23 11:29:08 +01:00 |
payments
|
(bug) associate order/payment-schedule with invoice before saving
|
2023-03-27 11:43:36 +02:00 |
slots
|
Merge branch 'pre_inscription' into family_compte_pre_inscription
|
2023-09-11 17:59:14 +02:00 |
statistics
|
(bug) unable to generate stats
|
2023-09-27 12:39:04 +02:00 |
subscriptions
|
(bug) unable to reserve an event
|
2023-03-03 16:37:14 +01:00 |
trainings
|
(bug) fix invalid invoice reference
|
2023-03-20 10:13:42 +01:00 |
users_credits
|
refactor shopping_cart/reservation
|
2022-07-18 17:18:01 +02:00 |
auth_provider_service.rb
|
(bug) OIDC scopes
|
2022-05-30 12:56:22 +02:00 |
availabilities_export_service.rb
|
(security) upgrade to rails 6
|
2023-03-22 10:58:22 +01:00 |
cart_service.rb
|
Merge branch 'family_compte_pre_inscription' into dev
|
2023-09-25 12:09:45 +02:00 |
child_service.rb
|
(bug) child cannot be updated
|
2023-07-27 17:34:54 +02:00 |
coupon_service.rb
|
(bug) test on invoice items was not idempotent
|
2022-10-28 10:25:10 +02:00 |
custom_aggregation_service.rb
|
[bug] canceled reservation are not removed from statistics (fix #133)
|
2019-06-13 16:29:12 +02:00 |
event_service.rb
|
(fix) fix event service
|
2023-12-05 16:31:32 +01:00 |
excel_service.rb
|
(bug) logical sequence of invoices references
|
2023-03-21 15:11:08 +01:00 |
export_service.rb
|
Fix a bug: when getting status of users/subscriptions export
|
2023-10-02 15:14:23 +02:00 |
footprint_service.rb
|
(feat) recover order numbers
|
2023-03-24 17:21:44 +01:00 |
generate_token_service.rb
|
store cart
|
2022-08-19 20:03:09 +02:00 |
group_service.rb
|
(feat) remove admins group: allow admins to reserve
|
2022-10-25 11:57:26 +02:00 |
health_service.rb
|
(bug) deal with DST using Time instead of DateTime
|
2023-02-14 13:10:58 +01:00 |
i_calendar_import_service.rb
|
icalendar source sync: create/update/delete ical events
|
2019-12-03 12:16:07 +01:00 |
invoices_service.rb
|
force to send a date yyyy-mm-dd and not a time ot avoids time zone pb
|
2023-11-23 11:27:58 +01:00 |
machine_service.rb
|
(feat) space associate machines
|
2023-08-24 14:41:29 +02:00 |
notification_center.rb
|
(bug) meta_data does not exists
|
2023-03-30 10:51:18 +02:00 |
open_lab_service.rb
|
Fix a bug: unable to sync projects with openprojects
|
2023-09-27 15:36:19 +02:00 |
payment_document_service.rb
|
(feat) generate invoices for missing references
|
2023-03-28 11:18:27 +02:00 |
payment_gateway_service.rb
|
Ability to cancel a payement schedule from the interface
|
2022-01-03 17:13:35 +01:00 |
payment_schedule_service.rb
|
sends a date as yyyy-mm-dd
|
2023-11-23 11:29:08 +01:00 |
plans_service.rb
|
(bug) do not create plans for disabled groups
|
2022-12-21 14:05:16 +01:00 |
prepaid_pack_service.rb
|
(quality) typed CartItem::Reservation
|
2023-03-13 14:19:52 +01:00 |
price_service.rb
|
(feat) OpenAPI endpoint for accounting
|
2022-12-21 14:12:14 +01:00 |
product_category_service.rb
|
(bug) show product count is only active in category
|
2022-10-20 19:14:16 +02:00 |
product_service.rb
|
(fix) api/products/index bug when sorting by amount
|
2023-10-30 10:45:52 +01:00 |
project_service.rb
|
refacto project service, do the same but it is clear that service is receiving a date and not a time
|
2023-11-23 11:28:28 +01:00 |
project_to_markdown.rb
|
(bug) unable to show project step image in markdown file
|
2023-07-04 17:01:05 +02:00 |
projects_archive.rb
|
projects to markdown in zip
|
2023-06-30 11:15:37 +02:00 |
recaptcha_service.rb
|
configure google recaptcha from UI
|
2020-05-27 16:35:30 +02:00 |
reservation_confirm_payment_service.rb
|
(feat) add is_confirm to slots_reservations
|
2023-08-31 16:10:43 +02:00 |
reservation_limit_service.rb
|
(feat) notify member on limit reached
|
2023-03-14 16:45:01 +01:00 |
secure_password.rb
|
(feat) improved security when changing password
|
2022-12-22 11:07:14 +01:00 |
setting_service.rb
|
(security) updated ruby to 3.1.3
|
2023-03-22 16:05:25 +01:00 |
slots_reservations_service.rb
|
(feat) when deleting an event, all reservations are canceled
|
2023-11-10 09:13:23 +01:00 |
statistics_export_service.rb
|
(security) upgrade to rails 6
|
2023-03-22 10:58:22 +01:00 |
supporting_document_file_service.rb
|
(feat) add supporting document for child
|
2023-07-04 14:59:42 +02:00 |
supporting_document_refusal_service.rb
|
(feat) admin can refuse child's supporting document file
|
2023-07-04 15:01:09 +02:00 |
supporting_document_type_service.rb
|
(feat) add supporting document for child
|
2023-07-04 14:59:42 +02:00 |
training_service.rb
|
(quality) isolate auto cancel features in separate service
|
2023-02-15 10:28:07 +01:00 |
user_getter_service.rb
|
(quality) refactored SingleSignOnConcern to match rubocop rules
|
2022-10-24 11:43:30 +02:00 |
user_service.rb
|
(bug) deal with DST using Time instead of DateTime
|
2023-02-14 13:10:58 +01:00 |
user_setter_service.rb
|
(feat) map external id from sso
|
2023-01-19 17:33:48 +01:00 |
users_export_service.rb
|
(security) upgrade to rails 6
|
2023-03-22 10:58:22 +01:00 |
vat_history_service.rb
|
(bug) deal with DST using Time instead of DateTime
|
2023-02-14 13:10:58 +01:00 |
wallet_service.rb
|
(bug) fix invalid invoice reference
|
2023-03-20 10:13:42 +01:00 |