add spreadsheet_dashboard_pos_cooperative & pos_dashboard_cooperative

This commit is contained in:
Luis 2026-06-05 19:55:00 +02:00
parent 86101218e9
commit 5247938b86
34 changed files with 7974 additions and 0 deletions

View file

@ -0,0 +1,12 @@
* Materialize the SQL view into a regular table populated by a nightly
cron, in case real-time aggregation becomes too slow on very large
POS datasets.
* Refine the ``is_member_at_date`` calculation by consuming
``subscription.register`` to subtract sell-back and transfer
operations from the share balance. The current implementation simply
checks for the existence of a ``share.line`` dated on or before the
order date, which over-reports memberships when shares are returned.
* Add multi-company test coverage once a clean multi-company test
fixture is available.
* Add Galician, Catalan, French, Dutch and Croatian translations
(currently shipped with Spanish only).