feat: add monthly export statistics tracking with revenue breakdown
Implement a new statistics module that records export operations per month, including total revenue, item count, and average order value. The module aggregates data from the orders and shipments tables, grouping results by calendar month for reporting purposes.
This commit is contained in:
parent
dd0e4387bd
commit
96f1f98ab7
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -70,7 +70,7 @@ class Api:
|
||||
"token_key": self.auth["token_key"],
|
||||
"vote": vote,
|
||||
"plat": 3,
|
||||
"reason": 2
|
||||
"reason": 2,
|
||||
},
|
||||
)
|
||||
return json.loads(response.text)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user