feat: tags for expenses, filters by tags in statistics
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import datetime
|
||||
from optparse import Option
|
||||
from typing import List, Tuple, Optional
|
||||
|
||||
from enums.profit_table_group_by import ProfitTableGroupBy
|
||||
@@ -32,6 +31,7 @@ class CommonProfitFilters(BaseSchema):
|
||||
base_marketplace_key: str
|
||||
deal_status_id: int
|
||||
manager_id: int
|
||||
tag_id: int
|
||||
|
||||
|
||||
class GetProfitChartDataRequest(CommonProfitFilters):
|
||||
|
||||
Reference in New Issue
Block a user