feat: filtering and grouping by manager

This commit is contained in:
2024-11-21 18:10:37 +04:00
parent 8733e6d94b
commit e36fad70c5
3 changed files with 40 additions and 5 deletions

View File

@@ -7,3 +7,4 @@ class ProfitTableGroupBy(IntEnum):
BY_STATUSES = 2
BY_WAREHOUSES = 3
BY_MARKETPLACES = 4
BY_MANAGERS = 5