feat: projects and boards
This commit is contained in:
@@ -29,10 +29,13 @@ class CommonProfitFilters(BaseSchema):
|
||||
date_range: Tuple[datetime.date, datetime.date]
|
||||
client_id: int
|
||||
base_marketplace_key: str
|
||||
project_id: int
|
||||
board_id: int
|
||||
deal_status_id: int
|
||||
manager_id: int
|
||||
expense_tag_id: int
|
||||
income_tag_id: int
|
||||
is_completed_only: bool
|
||||
|
||||
|
||||
class GetProfitChartDataRequest(CommonProfitFilters):
|
||||
|
||||
Reference in New Issue
Block a user