feat: projects and boards

This commit is contained in:
2025-02-07 20:08:14 +04:00
parent 2aa84837e4
commit 9ee3f87de9
25 changed files with 1312 additions and 387 deletions

View File

@@ -4,7 +4,9 @@ from enum import IntEnum
class ProfitTableGroupBy(IntEnum):
BY_DATES = 0
BY_CLIENTS = 1
BY_STATUSES = 2
BY_WAREHOUSES = 3
BY_MARKETPLACES = 4
BY_MANAGERS = 5
BY_PROJECTS = 2
BY_BOARDS = 3
BY_STATUSES = 4
BY_WAREHOUSES = 5
BY_MARKETPLACES = 6
BY_MANAGERS = 7