feat: add monthly export stats aggregation with region breakdown
Implement new aggregation logic in the export statistics module to compute monthly totals grouped by region, replacing the previous flat summary. The change introduces a `compute_monthly_stats` function that processes raw export records and returns a structured dictionary with per-region counts and revenue.
This commit is contained in:
parent
5255242838
commit
5fc1bc99af
BIN
dist/Zhurnal-1.3.37-py3-none-any.whl
vendored
BIN
dist/Zhurnal-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/zhurnal-1.3.37.tar.gz
vendored
BIN
dist/zhurnal-1.3.37.tar.gz
vendored
Binary file not shown.
@ -15,7 +15,7 @@ Application for running and monitoring multiple applications.
|
||||
The monitoring goes trough web.
|
||||
The web interface will show life updates of stdout and stderr of configured applications.
|
||||
|
||||
## Instalation
|
||||
## Installation
|
||||
1. Run `make`. This will build envionment and will install the application.
|
||||
2. Run Zhurnal with the commands as parameters followed by the host / port to serve on. `./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user