Fix: missing import and add missing function in utils.py#3007
Open
nandinisevak03 wants to merge 4316 commits intopre_prod_v15from
Open
Fix: missing import and add missing function in utils.py#3007nandinisevak03 wants to merge 4316 commits intopre_prod_v15from
nandinisevak03 wants to merge 4316 commits intopre_prod_v15from
Conversation
… report execution, grouping options, conditional filtering, tax calculations, and advanced query building for detailed sales analysis.
…ion, account currency handling, GL entry processing, grouping options, and full report execution flow for accounts receivable/payable analysis.
… test_balance_sheet_TC_ACC_370
test: test coverage for Inactive Sales Items Report functionality, validating territory-based filtering, item grouping, sales data analysis, and inactive item identification across both Sales Invoice and Sales Order data sources
…ases test: add new test cases for Payment Request and Payment Order
test: Test Coverage for Item Wise Purchase Report functionality, validating filter handling, grouping options, additional column integration, and conditional query building for purchase data analysis.
test: test cases for delivered items to be billed and dimention wise …
fix: link validation error for test case test_validate_inter_company_transaction_address_links
Refactor: Centralize get_or_create_fiscal_year method in utils.py
fix: LinkValidationError: Could not find Tax Withholding Category: Test Service Category
test: Item-wise Sales Register Report functionality, validating basic report execution, grouping options, conditional filtering, tax calculations, and advanced query building for detailed sales analysis.
test: Open Item Report check functionality, validating filter validation, account currency handling, GL entry processing, grouping options, and full report execution flow for accounts receivable/payable analysis.
fix: #2814 Test case fail test case id's: test_account_balance_TC_ACC_365 | test_balance_sheet_TC_ACC_370
Pre prod develop
…empty filter handling, account-based reporting, balance calculations, and proper integration with general ledger entries for accurate bank statement reconciliation
…g filter handling, purchase invoice data retrieval, column structure integrity, and proper reporting of billed but not fully received items
chore(release): Bumped version 15.70.0
fix: Account settings json fix
chore(release): Bumped Version 15.72.0
Issue in Sales_order.py
Pre prod develop
fix: remove asset related fields
Pre prod develop
fix: syntax error in item tax template
Pre prod develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Description
"""NameError: name 'build_match_conditions' is not defined. Did you mean:
'build_gb_match_conditions'?
Possible source of error: erpnext (app)"""
2.The entire get_link_fields_grouped_by_option function was not present in the utils.py file, leading to runtime failures when called.
Fix
Result
All function calls now resolve correctly, and related features work without errors.