brotherton-erpnext/erpnext/accounts/report
Ankush Menat 1d7dbd3456
perf: don't use ifnull where it's not required (#36336)
ifnull isn't really required when doing `!= 'anything'` because if it's null then value will be falsy.
ifnull is only required when checking `= ''` if you treat `null = ''`

Actuall better fix would be make things explcitly non-nullable, then we won't ever have to add this on such fields.

ref: https://github.com/frappe/frappe/pull/21822
2023-07-27 06:06:07 +00:00
..
account_balance ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
accounts_payable fix: Filter fixes in Accounts Payable report 2022-10-26 21:18:50 +05:30
accounts_payable_summary chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
accounts_receivable fix: add patch for setting default value of report field 2023-06-23 10:52:25 +05:30
accounts_receivable_summary fix: Show future payments in accounts receivable summary (#35416) 2023-05-29 09:23:40 +05:30
asset_depreciation_ledger chore: adding totals in asset reports (#36334) 2023-07-26 21:57:18 +05:30
asset_depreciations_and_balances chore: adding totals in asset reports (#36334) 2023-07-26 21:57:18 +05:30
balance_sheet chore: Remove unnecessary list comprehension 2023-03-19 19:46:01 +05:30
bank_clearance_summary fix: handle loan_repayment's posting_date datetime in bank_clearance_summary report (backport #36004) (#36005) 2023-07-04 22:46:00 +05:30
bank_reconciliation_statement refactor!: removing loan management module (#35522) 2023-06-30 11:02:49 +05:30
billed_items_to_be_received ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
budget_variance_report fix: add translate function to string on budget_variance_report.js to match the variance word translated 2022-10-25 22:24:33 -06:00
cash_flow refactor!: Remove custom cashflow report mapper (#35523) 2023-06-02 17:48:59 +05:30
consolidated_financial_statement perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
customer_ledger_summary ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
deferred_revenue_and_expense Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
delivered_items_to_be_billed style: format code with black 2022-03-28 18:52:46 +05:30
dimension_wise_accounts_balance_report Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
general_ledger fix: Opening balance in presentation currency in Trial Balance report (#36036) 2023-07-09 20:16:12 +05:30
gross_and_net_profit_report ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
gross_profit fix: travis 2023-06-02 17:14:17 +05:30
inactive_sales_items ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
item_wise_purchase_register feat(accounts): standardize additional columns implementation for sales/purchase reports (#36000) 2023-07-04 17:41:30 +05:30
item_wise_sales_register feat(accounts): standardize additional columns implementation for sales/purchase reports (#36000) 2023-07-04 17:41:30 +05:30
payment_ledger ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
payment_period_based_on_invoice_date fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
pos_register ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
profit_and_loss_statement feat: add project filter in reports importing financial statements js file (#36097) 2023-07-12 15:49:17 +05:30
profitability_analysis perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
purchase_invoice_trends style: format code with black 2022-03-28 18:52:46 +05:30
purchase_register feat(accounts): standardize additional columns implementation for sales/purchase reports (#36000) 2023-07-04 17:41:30 +05:30
received_items_to_be_billed style: format code with black 2022-03-28 18:52:46 +05:30
sales_invoice_trends style: format code with black 2022-03-28 18:52:46 +05:30
sales_partners_commission feat: Grant commission on certain items only (#27467) 2021-11-30 17:54:18 +05:30
sales_payment_summary chore: fix linting issues 2023-07-15 18:03:16 +05:30
sales_register perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
share_balance ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
share_ledger ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
supplier_ledger_summary ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
tax_withholding_details chore: Add default value 2023-07-25 14:47:46 +05:30
tds_computation_summary ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
trial_balance fix: Trial Balance report considering cancelled entries 2023-07-20 17:51:54 +05:30
trial_balance_for_party fix: Remove current fiscal year from Global Defaults (#35960) 2023-07-16 12:58:42 +05:30
trial_balance_simple Renamed field and added finance book column in the trial balance simple report 2019-01-22 14:11:57 +05:30
voucher_wise_balance ci: add eslint and update linting confs 2023-07-14 18:53:02 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
financial_statements.html fix: Show total row in print format of financial statement 2020-07-15 16:37:21 +05:30
financial_statements.py fix: Opening entries showing up incorrectly in TB report (#36135) 2023-07-14 18:39:37 +05:30
non_billed_report.py style: format code with black 2022-03-28 18:52:46 +05:30
utils.py fix: Opening balance in presentation currency in Trial Balance report (#36036) 2023-07-09 20:16:12 +05:30