1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00
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
..
2022-07-18 17:18:01 +02:00
2022-05-23 16:15:49 +02:00
2022-07-18 17:18:01 +02:00
2022-07-19 12:13:50 +02:00
2016-03-23 18:39:41 +01:00
2020-03-30 10:59:11 +02:00
2020-03-25 12:35:07 +01:00
2022-03-23 16:55:38 +01:00