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:
bot 2024-11-28 03:31:28 +00:00
parent dd0e4387bd
commit 96f1f98ab7
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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)