1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-06 21:46:17 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Du Peng
cf998e6220 (feat) add payment transfer/check to accounting settings 2024-02-12 11:39:33 +01:00
Du Peng
71275f18a1 (feat) show invoice payment method in accounting line 2023-12-21 15:49:11 +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