1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/test/integration/exports
Sylvain af3def0e2e (feat) save the accounting data in DB
Previously, the accounting data were built on demand,
extracting the data from the invoices on-the-fly.
This is intended to be used only once in a while, so there was
no performance issue with that.
Now, we want those data to be accessed from the OpenAPI,
so building them on-the-fly would be very much
intensive and resouces heavy. So we build them each nights
using a scheduled worker and save them in the database
2022-12-21 14:11:40 +01:00
..
accounting_export_test.rb (feat) save the accounting data in DB 2022-12-21 14:11:40 +01:00
availabilites_export_test.rb test reservations export 2020-07-22 12:23:01 +02:00
members_export_test.rb (bug) invalid test assertion 2022-12-14 11:30:06 +01:00
reservations_export_test.rb test reservations export 2020-07-22 12:23:01 +02:00
statistics_export_test.rb (bug) ES not synced during tests 2022-11-17 16:59:33 +01:00
subscriptions_export_test.rb test subscriptions export 2020-07-22 12:34:11 +02:00