Skip to content

Commit

Permalink
change banking query
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuttlas90 committed Aug 31, 2024
1 parent 7a7d446 commit d86b268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/helper/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ def get_quarterly_banking_sell_and_profit(self, dollar = False):
INNER JOIN table_code ON public.all_data.table_id = table_code.id
where
public.all_data.row_title IN ('جمع درآمدهای عملیاتی','سود(زیان) ناخالص','سود(زیان) خالص')
and public.all_data.sell_type IN ('عملیات در حال تداوم:','عملیات متوقف شده:','هزینه ها')
and stocks.name = '{self.name}'
and (public.report_list.\"letterCode\" = 'ن-۱۰')
and public.all_data.deleted = false
Expand Down

0 comments on commit d86b268

Please sign in to comment.