Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from upstream v14 #79

Merged
merged 1,297 commits into from
Apr 2, 2024
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 3, 2024

  1. Merge pull request frappe#40204 from frappe/mergify/bp/version-14-hot…

    …fix/pr-39584
    
    fix: use receipt amount for reverse provisional entry (backport frappe#39584)
    GursheenK committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c42d750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a7ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d715c29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1c2281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3d6f70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f8fe17 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request frappe#40257 from GursheenK/remove-balance-fetchin…

    …g-in-JV
    
    perf: remove unnecessary fetching of balances in JV
    GursheenK committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cc923f5 View commit details
    Browse the repository at this point in the history
  2. fix: do not allow to cancel incomplete reposting (backport frappe#40224

    …) (frappe#40229)
    
    * fix: do not allow to cancel incomplete reposting (frappe#40224)
    
    (cherry picked from commit 72ac56b)
    
    # Conflicts:
    #	erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
    
    * chore: fix conflicts
    
    ---------
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    091d6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b738f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f204d81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cd8b8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa75a60 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: incorrect TCS on customer and suppliers with same name

    (cherry picked from commit 9904a98)
    ruthra-kumar authored and mergify[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    af56846 View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40283 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40278
    
    fix: incorrect TCS on customer and suppliers with same name (backport frappe#40278)
    ruthra-kumar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    83734c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b364f6 View commit details
    Browse the repository at this point in the history
  2. chore(release): Bumped to Version 14.65.0

    # [14.65.0](frappe/erpnext@v14.64.0...v14.65.0) (2024-03-06)
    
    ### Bug Fixes
    
    * account validation error on bank account after editing existing bank account ([8b3c809](frappe@8b3c809))
    * allow gain/loss for Journals against Journals ([52e1c2f](frappe@52e1c2f))
    * do not allow to cancel incomplete reposting (backport [frappe#40224](frappe#40224)) ([frappe#40229](frappe#40229)) ([091d6f3](frappe@091d6f3))
    * don't override reference exchange rate ([e25ec41](frappe@e25ec41))
    * handle partial invoice against provisional entry ([5f23614](frappe@5f23614))
    * incorrect exchange rate if JE has multi parties ([1b5a237](frappe@1b5a237))
    * incorrect TCS on customer and suppliers with same name ([af56846](frappe@af56846))
    * make use of 'flt' to prevent really low precision exc gain/loss ([c1a0ac6](frappe@c1a0ac6))
    * make warning for previously existing SO an alert ([c8b817c](frappe@c8b817c))
    * over billing qty along with rate ([14d9d29](frappe@14d9d29))
    * **Project:** filter department by company ([646b55e](frappe@646b55e))
    * provisional reverse entry amount ([e62c49d](frappe@e62c49d))
    * rate change on changing of the qty (backport [frappe#40241](frappe#40241)) ([frappe#40242](frappe#40242)) ([b937c4b](frappe@b937c4b))
    * **setup:** avoid duplicate entry for Analytics role (backport [frappe#40183](frappe#40183)) ([frappe#40184](frappe#40184)) ([035c90c](frappe@035c90c))
    
    ### Features
    
    * add company filter to child table field ([38baf8d](frappe@38baf8d))
    frappe-bot committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b424a18 View commit details
    Browse the repository at this point in the history
  3. fix: linter issues

    nabinhait committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    acc0b2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4bd173 View commit details
    Browse the repository at this point in the history
  5. fix: minor fixes

    nabinhait committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5cd9bf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05385e4 View commit details
    Browse the repository at this point in the history
  7. fix(Shipment Parcel): make length, width and height non-mandatory

    It's tedious to enter all these values and some shipping providers only need to know the weigth and quantity. Companies can alwas cutomize the values to be mandatory, but the reverse is not possible. I'll make sure that the erpnext-shipping app does not break because of this (or fix any problems).
    
    (cherry picked from commit 898c6e3)
    barredterra authored and mergify[bot] committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    911a582 View commit details
    Browse the repository at this point in the history
  8. Merge pull request frappe#40320 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40317
    
    fix(Shipment Parcel): make length, width and height non-mandatory (backport frappe#40317)
    barredterra committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b29e70a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    411157c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Merge pull request frappe#40336 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40334
    
    fix: load ignored doctype and include Mode of Payment Account (frappe#40334)
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    12d260c View commit details
    Browse the repository at this point in the history
  2. fix: Filter for projects in Sales Cycle

    (cherry picked from commit d0e0b66)
    deepeshgarg007 authored and mergify[bot] committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8d63d19 View commit details
    Browse the repository at this point in the history
  3. fix: Sender email in process statements of accounts

    (cherry picked from commit 65a2f3d)
    deepeshgarg007 authored and mergify[bot] committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ea605e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request frappe#40089 from frappe/mergify/bp/version-14-hot…

    …fix/pr-31463
    
    feat: german translations (frappe#31463)
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ec3913f View commit details
    Browse the repository at this point in the history
  5. Merge pull request frappe#39724 from GursheenK/subscription-failed-msg

    fix: message for failed subscription process
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d57af37 View commit details
    Browse the repository at this point in the history
  6. Merge pull request frappe#40009 from govindsmenokee/patch-12

    fix: UAE tax computation fix
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    407f0b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request frappe#40359 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40325
    
    fix: Sender email in process statements of accounts (frappe#40325)
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    306e768 View commit details
    Browse the repository at this point in the history
  8. fix: get_user_default_as_list args order

    (cherry picked from commit ac1961b)
    dj12djdjs authored and mergify[bot] committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e0d1b4b View commit details
    Browse the repository at this point in the history
  9. Merge pull request frappe#40357 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40323
    
    fix: Filter for projects in Sales Cycle (frappe#40323)
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3bea2d4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request frappe#40363 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40344
    
    fix: get_user_default_as_list args order (frappe#40344)
    deepeshgarg007 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2e45a3f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. ci: add prettier to pre-commit

    (cherry picked from commit 2c16036)
    barredterra authored and ankush committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c46be27 View commit details
    Browse the repository at this point in the history
  2. style: format js files

    ankush committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4c629d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request frappe#40367 from ankush/mergify/bp/version-14-hot…

    …fix/pr-40206
    
    style: format js code
    ankush committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6b88cca View commit details
    Browse the repository at this point in the history
  4. fix: MR Default Supplier search query (backport frappe#40273) (frappe…

    …#40350)
    
    fix: MR Default Supplier search query
    
    (cherry picked from commit c0a1f29)
    
    Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
    mergify[bot] and s-aga-r committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c6fe409 View commit details
    Browse the repository at this point in the history
  5. fix: subcontracting receipt -> alllow to change Batch / Serial Nos (v…

    …14) (frappe#40371)
    
    fix: subcontracting receipt -> alllow to change Batch / Serial Nos
    rohitwaghchaure committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ffd04b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    5fcf8c5 View commit details
    Browse the repository at this point in the history
  2. fix: linter issues

    nabinhait committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    668a931 View commit details
    Browse the repository at this point in the history
  3. fix: linter issues

    nabinhait committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ac0dd50 View commit details
    Browse the repository at this point in the history
  4. fix: convert str to date

    nabinhait committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    34c3e75 View commit details
    Browse the repository at this point in the history
  5. fix: barcode field on line item not working (backport frappe#40381) (f…

    …rappe#40383)
    
    fix: barcode field on line item not working (frappe#40381)
    
    (cherry picked from commit 0da19a4)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    80df609 View commit details
    Browse the repository at this point in the history
  6. fix: recursion issue while submitting work order (backport frappe#40400

    …) (frappe#40401)
    
    * fix: recursion issue while submitting work order (frappe#40400)
    
    (cherry picked from commit 72614bb)
    
    # Conflicts:
    #	erpnext/manufacturing/doctype/job_card/job_card.py
    
    * chore: fix conflicts
    
    ---------
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    06e3874 View commit details
    Browse the repository at this point in the history
  7. fix: error message wording (frappe#40403)

    (cherry picked from commit 79a0473)
    
    # Conflicts:
    #	erpnext/accounts/doctype/subscription/subscription.py
    barredterra authored and mergify[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7402303 View commit details
    Browse the repository at this point in the history
  8. chore: resolve conflicts

    barredterra committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    05e4517 View commit details
    Browse the repository at this point in the history
  9. fix: qc created for raw materials during manufacture entry (backport f…

    …rappe#40408) (frappe#40412)
    
    fix: qc created for raw materials during manufacture entry (frappe#40408)
    
    (cherry picked from commit f8a1a7f)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    21b57d9 View commit details
    Browse the repository at this point in the history
  10. fix: incorrect work order status (backport frappe#40407) (frappe#40410)

    fix: incorrect work order status (frappe#40407)
    
    (cherry picked from commit 9482976)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c413b04 View commit details
    Browse the repository at this point in the history
  11. Merge pull request frappe#40405 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40403
    
    fix: error message wording (backport frappe#40403)
    barredterra committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3dd4514 View commit details
    Browse the repository at this point in the history
  12. fix: conditionally apply is_group filter in accounting dimension qu…

    …ery (backport frappe#40414) (frappe#40415)
    
    fix: conditionally apply `is_group` filter in accounting dimension query (frappe#40414)
    
    (cherry picked from commit daf4ae2)
    
    Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
    mergify[bot] and ruchamahabal committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cd40038 View commit details
    Browse the repository at this point in the history
  13. Merge pull request frappe#40396 from frappe/version-14-hotfix

    chore: release v14
    deepeshgarg007 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c24af0e View commit details
    Browse the repository at this point in the history
  14. chore(release): Bumped to Version 14.65.1

    ## [14.65.1](frappe/erpnext@v14.65.0...v14.65.1) (2024-03-12)
    
    ### Bug Fixes
    
    * barcode field on line item not working (backport [frappe#40381](frappe#40381)) ([frappe#40383](frappe#40383)) ([80df609](frappe@80df609))
    * conditionally apply `is_group` filter in accounting dimension query (backport [frappe#40414](frappe#40414)) ([frappe#40415](frappe#40415)) ([cd40038](frappe@cd40038))
    * error message wording ([frappe#40403](frappe#40403)) ([7402303](frappe@7402303))
    * Filter for projects in Sales Cycle ([8d63d19](frappe@8d63d19))
    * get_user_default_as_list args order ([e0d1b4b](frappe@e0d1b4b))
    * incorrect work order status (backport [frappe#40407](frappe#40407)) ([frappe#40410](frappe#40410)) ([c413b04](frappe@c413b04))
    * load ignored doctype and include Mode of Payment Account ([frappe#40334](frappe#40334)) ([411157c](frappe@411157c))
    * message for subscription when no current inv ([e9c2f6d](frappe@e9c2f6d))
    * MR Default Supplier search query (backport [frappe#40273](frappe#40273)) ([frappe#40350](frappe#40350)) ([c6fe409](frappe@c6fe409))
    * qc created for raw materials during manufacture entry (backport [frappe#40408](frappe#40408)) ([frappe#40412](frappe#40412)) ([21b57d9](frappe@21b57d9))
    * recursion issue while submitting work order (backport [frappe#40400](frappe#40400)) ([frappe#40401](frappe#40401)) ([06e3874](frappe@06e3874))
    * Sender email in process statements of accounts ([ea605e7](frappe@ea605e7))
    * **Shipment Parcel:** make length, width and height non-mandatory ([911a582](frappe@911a582))
    * subcontracting receipt -> alllow to change Batch / Serial Nos (v14) ([frappe#40371](frappe#40371)) ([ffd04b3](frappe@ffd04b3))
    * UAE tax computation fix ([02cd8c4](frappe@02cd8c4))
    frappe-bot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fa5a19b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. refactor: checkbox to toggle always standalone credit note

    (cherry picked from commit 2cefe2a)
    
    # Conflicts:
    #	erpnext/accounts/doctype/sales_invoice/sales_invoice.json
    #	erpnext/accounts/doctype/sales_invoice/sales_invoice.py
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4d6b56e View commit details
    Browse the repository at this point in the history
  2. chore: update popup message

    (cherry picked from commit adf13a1)
    
    # Conflicts:
    #	erpnext/controllers/accounts_controller.py
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1ddb162 View commit details
    Browse the repository at this point in the history
  3. refactor: checkbox in purchase invoice

    (cherry picked from commit 767f215)
    
    # Conflicts:
    #	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
    #	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6d5e595 View commit details
    Browse the repository at this point in the history
  4. refactor: post ledger entries based on toggle

    (cherry picked from commit 77aac6f)
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d1e3b2a View commit details
    Browse the repository at this point in the history
  5. chore: patch for updating flag in Cr/Dr notes

    (cherry picked from commit 849f478)
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    adbc207 View commit details
    Browse the repository at this point in the history
  6. refactor: make AR/AP report aware of always standalone cr/dr notes

    (cherry picked from commit 4d0c2d8)
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    34053ec View commit details
    Browse the repository at this point in the history
  7. test: cr note flag to update self

    (cherry picked from commit ce3b1f0)
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b746493 View commit details
    Browse the repository at this point in the history
  8. chore: better popup message

    (cherry picked from commit 445d2ac)
    
    # Conflicts:
    #	erpnext/controllers/accounts_controller.py
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ae6d1c1 View commit details
    Browse the repository at this point in the history
  9. chore: resolve conflicts

    ruthra-kumar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    92ccef0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49c7436 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c15b2d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ff9e6e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d279e23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d682fa View commit details
    Browse the repository at this point in the history
  15. perf: Caching in gl entry

    nabinhait committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b07769d View commit details
    Browse the repository at this point in the history
  16. Merge pull request frappe#40122 from nabinhait/remove-capitalized-in

    fix: Patch to remove cancelled asset capitalization from asset
    nabinhait committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b5f0576 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d178d2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request frappe#40125 from nabinhait/document-modified-error

    fix: Reload document on cancel to avoid document modified error
    nabinhait committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    43a6a00 View commit details
    Browse the repository at this point in the history
  19. Merge pull request frappe#40246 from nabinhait/depreciation-asset-sale

    fix: Book depreciation until the asset disposal date and removed unwanted commits
    nabinhait committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c1428a5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request frappe#40426 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40372
    
    refactor: checkbox to toggle standalone Credit/Debit note behaviour (backport frappe#40372)
    ruthra-kumar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fa0a60c View commit details
    Browse the repository at this point in the history
  21. Merge pull request frappe#40263 from nabinhait/pi-optimization

    perf: Performance optmization for Purchase Invoice submission
    nabinhait committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fa55cc6 View commit details
    Browse the repository at this point in the history
  22. fix: incorrect gross profit on the quotation (backport frappe#40438) (f…

    …rappe#40441)
    
    fix: incorrect gross profit on the quotation (frappe#40438)
    
    (cherry picked from commit f4a945a)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fe54590 View commit details
    Browse the repository at this point in the history
  23. fix: flaky Accounts Receivable test case

    (cherry picked from commit 40bce24)
    ruthra-kumar authored and mergify[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    41bda58 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    5fe200b View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40446 from frappe/mergify/copy/version-14-h…

    …otfix/pr-40445
    
    fix: flaky Accounts Receivable test case (copy frappe#40445)
    ruthra-kumar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8500f9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request frappe#40443 from frappe/version-14-hotfix

    chore: release v14
    nabinhait committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aa7c001 View commit details
    Browse the repository at this point in the history
  4. chore(release): Bumped to Version 14.65.2

    ## [14.65.2](frappe/erpnext@v14.65.1...v14.65.2) (2024-03-14)
    
    ### Bug Fixes
    
    * added index for price_list column in Item Price ([d279e23](frappe@d279e23))
    * Book depreciation until the asset disposal date and removed unwanted commits ([5fcf8c5](frappe@5fcf8c5))
    * convert str to date ([34c3e75](frappe@34c3e75))
    * flaky Accounts Receivable test case ([41bda58](frappe@41bda58))
    * incorrect gross profit on the quotation (backport [frappe#40438](frappe#40438)) ([frappe#40441](frappe#40441)) ([fe54590](frappe@fe54590))
    * linter issues ([ac0dd50](frappe@ac0dd50))
    * linter issues ([668a931](frappe@668a931))
    * linter issues ([acc0b2f](frappe@acc0b2f))
    * minor fixes ([5cd9bf3](frappe@5cd9bf3))
    * Patch to remove cancelled asset capitalization from asset ([23e256a](frappe@23e256a))
    * Reload document on cancel to avoid document modified error ([c7ed854](frappe@c7ed854))
    * **test:** manually filter rows and assert ([5fe200b](frappe@5fe200b))
    
    ### Performance Improvements
    
    * Cache accounting dimension filter map ([e4bd173](frappe@e4bd173))
    * Cached accounting dimensions details ([8cd8b8f](frappe@8cd8b8f))
    * Caching in checking allowance for qty and amount ([8d682fa](frappe@8d682fa))
    * Caching in gl entry ([b07769d](frappe@b07769d))
    * Get bin details only for stock items ([6ff9e6e](frappe@6ff9e6e))
    * Optimization for providional gl entries ([d7b738f](frappe@d7b738f))
    * Optimzed code for merging similar gl entries ([aa75a60](frappe@aa75a60))
    * Performance optimization for validating budget ([f204d81](frappe@f204d81))
    * refactored handling provisional gl entries for non-stock items ([49c7436](frappe@49c7436))
    * skip unnecessary validation while transaction  cancellation ([05385e4](frappe@05385e4))
    * validate expense against budget only if budget exists ([c15b2d5](frappe@c15b2d5))
    frappe-bot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    561f6a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3340463 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a2eaf9 View commit details
    Browse the repository at this point in the history
  7. fix: Data too long for column 'stock_queue' (backport frappe#40450) (f…

    …rappe#40452)
    
    fix: Data too long for column 'stock_queue' (frappe#40450)
    
    (cherry picked from commit 3340463)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0999d09 View commit details
    Browse the repository at this point in the history
  8. fix: warehouse issue in pick list (backport frappe#40453) (frappe#40455)

    fix: warehouse issue in pick list (frappe#40453)
    
    (cherry picked from commit 5a2eaf9)
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    314e9f5 View commit details
    Browse the repository at this point in the history
  9. chore(release): Bumped to Version 14.65.3

    ## [14.65.3](frappe/erpnext@v14.65.2...v14.65.3) (2024-03-14)
    
    ### Bug Fixes
    
    * Data too long for column 'stock_queue' (backport [frappe#40450](frappe#40450)) ([frappe#40452](frappe#40452)) ([0999d09](frappe@0999d09))
    * warehouse issue in pick list (backport [frappe#40453](frappe#40453)) ([frappe#40455](frappe#40455)) ([314e9f5](frappe@314e9f5))
    frappe-bot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    009cdb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. refactor: disallow '0' qty return invoices with stock effect

    (cherry picked from commit 898affb)
    
    # Conflicts:
    #	erpnext/controllers/accounts_controller.py
    ruthra-kumar authored and mergify[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b011a68 View commit details
    Browse the repository at this point in the history
  2. test: validation to prevent '0' qty return with stock effect

    (cherry picked from commit 647bba0)
    ruthra-kumar authored and mergify[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a914eb5 View commit details
    Browse the repository at this point in the history
  3. chore: resolve conflict

    ruthra-kumar committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0437274 View commit details
    Browse the repository at this point in the history
  4. refactor: enable no-copy for update_outstanding_for_self

    (cherry picked from commit a1e8caa)
    ruthra-kumar authored and mergify[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    90a5155 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Merge pull request frappe#40465 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40461
    
    refactor: disallow '0' qty return invoices with stock effect (backport frappe#40461)
    ruthra-kumar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    03cb07f View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40475 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40473
    
    refactor: enable no-copy for update_outstanding_for_self (backport frappe#40473)
    ruthra-kumar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5f0920a View commit details
    Browse the repository at this point in the history
  3. refactor: validate SO and SI references

    (cherry picked from commit 4d090bd)
    
    # Conflicts:
    #	erpnext/stock/doctype/delivery_note/delivery_note.py
    ruthra-kumar authored and mergify[bot] committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5f4a648 View commit details
    Browse the repository at this point in the history
  4. test: SO reference validation

    (cherry picked from commit 4f396d3)
    
    # Conflicts:
    #	erpnext/selling/doctype/sales_order/test_sales_order.py
    ruthra-kumar authored and mergify[bot] committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f87f284 View commit details
    Browse the repository at this point in the history
  5. chore: resolve conflicts

    ruthra-kumar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9d827e8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request frappe#40489 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40485
    
    refactor: validate SO and SI references in Delivery Notes (backport frappe#40485)
    ruthra-kumar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a0e839e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix: index error on Exchange Rate Revaluation creation

    (cherry picked from commit bb279e3)
    ruthra-kumar authored and mergify[bot] committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8813b6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40496 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40495
    
    fix: index error on Exchange Rate Revaluation creation (backport frappe#40495)
    ruthra-kumar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c4c0510 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix: achieved targets for sales partners

    (cherry picked from commit 1ac8887)
    GursheenK authored and mergify[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f9ab763 View commit details
    Browse the repository at this point in the history
  2. test: sales partner targets with invoices

    (cherry picked from commit 1a3ea0c)
    GursheenK authored and mergify[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c3b8c00 View commit details
    Browse the repository at this point in the history
  3. fix: show correct variance for durations with no vouchers

    (cherry picked from commit bc78bc3)
    GursheenK authored and mergify[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fe3bee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee7bd98 View commit details
    Browse the repository at this point in the history
  5. fix: invalid exchange loss booking on invoice againts base accounts

    (cherry picked from commit 3d5dba6)
    ruthra-kumar authored and mergify[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a27f386 View commit details
    Browse the repository at this point in the history
  6. refactor(test): ensure Exchange gain/loss journals aren't created

    (cherry picked from commit e1c2d00)
    ruthra-kumar authored and mergify[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fe78214 View commit details
    Browse the repository at this point in the history
  7. Merge pull request frappe#40515 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40511
    
    fix: invalid exchange loss booking on invoice against base accounts (backport frappe#40511)
    ruthra-kumar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8cb1293 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. refactor: toggle between 'http' and 'https' on exchange rate API

    (cherry picked from commit 8b81274)
    
    # Conflicts:
    #	erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.py
    ruthra-kumar authored and mergify[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    379616a View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflicts

    ruthra-kumar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    33efa69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request frappe#40522 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40502
    
    refactor: toggle between 'http' and 'https' on exchange rate API (backport frappe#40502)
    ruthra-kumar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    59a9a41 View commit details
    Browse the repository at this point in the history
  4. fix: missing range for ageing summary

    (cherry picked from commit 643cc02)
    GursheenK authored and mergify[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9f0ad7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request frappe#40530 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40528
    
    fix(minor): missing range for ageing summary in PSOA (backport frappe#40528)
    GursheenK committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    93fe136 View commit details
    Browse the repository at this point in the history
  6. fix(Supplier Quotation Comparison): group by options

    (cherry picked from commit 87e36d2)
    barredterra authored and mergify[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cfed706 View commit details
    Browse the repository at this point in the history
  7. Merge pull request frappe#40547 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40546
    
    fix(Supplier Quotation Comparison): group by options (backport frappe#40546)
    barredterra committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    76f27d9 View commit details
    Browse the repository at this point in the history
  8. fix: flaky ecommerce test case (frappe#40534)

    * refactor(test): make use of fixtures
    
    * refactor(test): rating are now restricted with [0..1]
    
    * refactor(test): remove superfluous setup override
    ruthra-kumar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b197c19 View commit details
    Browse the repository at this point in the history
  9. fix: Update Existing Price List Rate not working (backport frappe#40333

    …) (frappe#40526)
    
    * fix: Update Existing Price List Rate not working (frappe#40333)
    
    (cherry picked from commit 09ea7ed)
    
    # Conflicts:
    #	erpnext/selling/doctype/sales_order/test_sales_order.py
    #	erpnext/setup/demo_data/item.json
    
    * chore: fix conflicts
    
    ---------
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    64f1844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aef7f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1c8b93 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39d958c View commit details
    Browse the repository at this point in the history
  13. Merge pull request frappe#40519 from nabinhait/provisional-entry-fix

    fix: provisional entry for non-stock item
    nabinhait committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    419f2a5 View commit details
    Browse the repository at this point in the history
  14. fix: currency symbol for Landed Cost Voucher Amount (backport frappe#…

    …40550) (frappe#40553)
    
    * fix: currency symbol for Landed Cost Voucher Amount (frappe#40550)
    
    (cherry picked from commit 0725707)
    
    # Conflicts:
    #	erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
    
    * chore: fix conflicts
    
    ---------
    
    Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
    mergify[bot] and rohitwaghchaure committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7851311 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request frappe#40537 from frappe/version-14-hotfix

    chore: release v14
    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    edce577 View commit details
    Browse the repository at this point in the history
  2. chore(release): Bumped to Version 14.65.4

    ## [14.65.4](frappe/erpnext@v14.65.3...v14.65.4) (2024-03-20)
    
    ### Bug Fixes
    
    * added index for voucher_detail_no in gl entry ([a1c8b93](frappe@a1c8b93))
    * currency symbol for Landed Cost Voucher Amount (backport [frappe#40550](frappe#40550)) ([frappe#40553](frappe#40553)) ([7851311](frappe@7851311))
    * Data too long for column 'stock_queue' ([frappe#40450](frappe#40450)) ([3340463](frappe@3340463))
    * flaky ecommerce test case ([frappe#40534](frappe#40534)) ([b197c19](frappe@b197c19))
    * get unique provisional accounts ([39d958c](frappe@39d958c))
    * index error on Exchange Rate Revaluation creation ([8813b6b](frappe@8813b6b))
    * invalid exchange loss booking on invoice againts base accounts ([a27f386](frappe@a27f386))
    * missing range for ageing summary ([9f0ad7a](frappe@9f0ad7a))
    * provisional entry for non-stock item ([0aef7f9](frappe@0aef7f9))
    * **Supplier Quotation Comparison:** group by options ([cfed706](frappe@cfed706))
    * Update Existing Price List Rate not working (backport [frappe#40333](frappe#40333)) ([frappe#40526](frappe#40526)) ([64f1844](frappe@64f1844))
    * warehouse issue in pick list ([frappe#40453](frappe#40453)) ([5a2eaf9](frappe@5a2eaf9))
    frappe-bot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b657517 View commit details
    Browse the repository at this point in the history
  3. fix: use Text Editor for rendering tax breakup table

    (cherry picked from commit 1c63983)
    
    # Conflicts:
    #	erpnext/accounts/doctype/pos_invoice/pos_invoice.py
    #	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
    #	erpnext/accounts/doctype/sales_invoice/sales_invoice.py
    #	erpnext/buying/doctype/purchase_order/purchase_order.json
    #	erpnext/buying/doctype/purchase_order/purchase_order.py
    #	erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
    #	erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
    #	erpnext/selling/doctype/quotation/quotation.json
    #	erpnext/selling/doctype/quotation/quotation.py
    #	erpnext/selling/doctype/sales_order/sales_order.py
    #	erpnext/stock/doctype/delivery_note/delivery_note.json
    #	erpnext/stock/doctype/delivery_note/delivery_note.py
    #	erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
    GursheenK authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7df09d1 View commit details
    Browse the repository at this point in the history
  4. fix: style for tax breakup

    (cherry picked from commit 967540d)
    
    # Conflicts:
    #	erpnext/public/scss/erpnext.scss
    ankush authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a0156e1 View commit details
    Browse the repository at this point in the history
  5. fix: use Text Editor for rendering tax breakup table

    (cherry picked from commit 1c63983)
    
    # Conflicts:
    #	erpnext/accounts/doctype/pos_invoice/pos_invoice.py
    #	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
    #	erpnext/accounts/doctype/sales_invoice/sales_invoice.py
    #	erpnext/buying/doctype/purchase_order/purchase_order.json
    #	erpnext/buying/doctype/purchase_order/purchase_order.py
    #	erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
    #	erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
    #	erpnext/selling/doctype/quotation/quotation.json
    #	erpnext/selling/doctype/quotation/quotation.py
    #	erpnext/selling/doctype/sales_order/sales_order.py
    #	erpnext/stock/doctype/delivery_note/delivery_note.json
    #	erpnext/stock/doctype/delivery_note/delivery_note.py
    #	erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
    GursheenK authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bba1ac5 View commit details
    Browse the repository at this point in the history
  6. fix: style for tax breakup

    (cherry picked from commit 967540d)
    
    # Conflicts:
    #	erpnext/public/scss/erpnext.scss
    ankush authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e922ac7 View commit details
    Browse the repository at this point in the history
  7. refactor: more options for 'status' and move it to top

    (cherry picked from commit 0d65d87)
    
    # Conflicts:
    #	erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    07c9814 View commit details
    Browse the repository at this point in the history
  8. refactor: set status and trigger job on submit

    (cherry picked from commit 6fbb67b)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7280a76 View commit details
    Browse the repository at this point in the history
  9. refactor: tasks section and UI niceties

    (cherry picked from commit d0dc2c6)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    52d22d8 View commit details
    Browse the repository at this point in the history
  10. refactor: UI trigger

    (cherry picked from commit 8944ab8)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5542985 View commit details
    Browse the repository at this point in the history
  11. refactor: use flags to decide on current stage

    (cherry picked from commit 6a77d86)
    
    # Conflicts:
    #	erpnext/setup/doctype/transaction_deletion_record_item/transaction_deletion_record_item.py
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c9d7704 View commit details
    Browse the repository at this point in the history
  12. refactor: reorder flags in Tasks section

    (cherry picked from commit cccb2d5)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e56138d View commit details
    Browse the repository at this point in the history
  13. refactor: chained callback

    (cherry picked from commit b12ca65)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b1367e8 View commit details
    Browse the repository at this point in the history
  14. refactor: use separate child table for summary

    (cherry picked from commit 49d3bcb)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0d791f5 View commit details
    Browse the repository at this point in the history
  15. chore: remove unwanted UI code

    (cherry picked from commit b98a5e4)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a303788 View commit details
    Browse the repository at this point in the history
  16. refactor: make Excluded doctype table read only

    (cherry picked from commit 7c4cff2)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    833df2c View commit details
    Browse the repository at this point in the history
  17. refactor: validate status before running events

    (cherry picked from commit 86b5e2e)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    341e467 View commit details
    Browse the repository at this point in the history
  18. chore: show correct status in list view

    (cherry picked from commit 1014940)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c38cfd1 View commit details
    Browse the repository at this point in the history
  19. refactor: reset all flags and remove unwanted code

    (cherry picked from commit 2dbe68a)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    97ed905 View commit details
    Browse the repository at this point in the history
  20. refactor: no copy on summary table and more validations

    (cherry picked from commit 55e93b3)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e600109 View commit details
    Browse the repository at this point in the history
  21. refactor: validations to prevent duplicate jobs

    (cherry picked from commit 31a2da5)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    962105b View commit details
    Browse the repository at this point in the history
  22. chore: hide docfield in list view

    (cherry picked from commit 98afb4d)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e142dac View commit details
    Browse the repository at this point in the history
  23. refactor: make sure only one task is running for doc

    (cherry picked from commit 78c9cc6)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e908003 View commit details
    Browse the repository at this point in the history
  24. refactor: barebones hook on all doctypes with 'company' field

    (cherry picked from commit ec194ef)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cf6cb80 View commit details
    Browse the repository at this point in the history
  25. refactor: better method naming

    (cherry picked from commit 3046365)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0ea9ce7 View commit details
    Browse the repository at this point in the history
  26. chore: code cleanup

    (cherry picked from commit eea260b)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1110dd9 View commit details
    Browse the repository at this point in the history
  27. refactor: exception propogation

    (cherry picked from commit 4a55240)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e59038 View commit details
    Browse the repository at this point in the history
  28. refactor: minor UI tweaks

    (cherry picked from commit 0455d0c)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6ae9eb2 View commit details
    Browse the repository at this point in the history
  29. chore: move status and error log to their own section

    (cherry picked from commit 3cec62d)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d496a1e View commit details
    Browse the repository at this point in the history
  30. chore: rename entry point

    (cherry picked from commit 5fe0b20)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fab5c11 View commit details
    Browse the repository at this point in the history
  31. refactor: link running doc validation to company master

    (cherry picked from commit 5a3afea)
    
    # Conflicts:
    #	erpnext/setup/doctype/company/company.js
    #	erpnext/setup/doctype/company/company.py
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b429f75 View commit details
    Browse the repository at this point in the history
  32. refactor: ability to process in single transaction

    (cherry picked from commit a158b82)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1fe1433 View commit details
    Browse the repository at this point in the history
  33. refactor(test): test cases modified to handle new approach

    (cherry picked from commit 8130957)
    
    # Conflicts:
    #	erpnext/setup/demo.py
    #	erpnext/setup/doctype/transaction_deletion_record/test_transaction_deletion_record.py
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    35fcd03 View commit details
    Browse the repository at this point in the history
  34. chore: fix linting issue in JS

    (cherry picked from commit 02c522b)
    ruthra-kumar authored and mergify[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e5722a7 View commit details
    Browse the repository at this point in the history
  35. chore: resolve conflicts

    ruthra-kumar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    87fdb4e View commit details
    Browse the repository at this point in the history
  36. perf: new column posting datetime in SLE to optimize stock ledger rel…

    …ated queries
    
    (cherry picked from commit d80ca52)
    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e68ebd View commit details
    Browse the repository at this point in the history
  37. test: test cases to test clash timestamp entries

    (cherry picked from commit f04676a)
    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1767dad View commit details
    Browse the repository at this point in the history
  38. chore: remove microsecond from posting_datetime

    (cherry picked from commit a73ba2c)
    
    # Conflicts:
    #	erpnext/subcontracting/doctype/subcontracting_receipt/test_subcontracting_receipt.py
    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce7a53f View commit details
    Browse the repository at this point in the history
  39. chore: fix conflicts

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    717442c View commit details
    Browse the repository at this point in the history
  40. chore: fix conflicts

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c147ec1 View commit details
    Browse the repository at this point in the history
  41. chore: fix conflicts

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c7128e View commit details
    Browse the repository at this point in the history
  42. chore: fix conflicts

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a694a92 View commit details
    Browse the repository at this point in the history
  43. chore: fix conflicts

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    44d4096 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c36a5d1 View commit details
    Browse the repository at this point in the history
  45. chore: fix test case

    rohitwaghchaure committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    77349a0 View commit details
    Browse the repository at this point in the history
  46. chore: resolve conflicts

    GursheenK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    957f55f View commit details
    Browse the repository at this point in the history
  47. chore: resolve conflicts

    GursheenK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cf3b0ee View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1df5411 View commit details
    Browse the repository at this point in the history
  49. chore: resolve conflicts

    GursheenK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    381899b View commit details
    Browse the repository at this point in the history
  50. Merge pull request frappe#40571 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40563
    
    fix: use `Text Editor` for rendering tax breakup table (backport frappe#40563)
    GursheenK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    33e0371 View commit details
    Browse the repository at this point in the history
  51. Merge pull request frappe#40569 from frappe/mergify/bp/version-14/pr-…

    …40563
    
    fix: use `Text Editor` for rendering tax breakup table (backport frappe#40563)
    deepeshgarg007 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7ed625d View commit details
    Browse the repository at this point in the history
  52. chore(release): Bumped to Version 14.65.5

    ## [14.65.5](frappe/erpnext@v14.65.4...v14.65.5) (2024-03-20)
    
    ### Bug Fixes
    
    * style for tax breakup ([a0156e1](frappe@a0156e1))
    * use Text Editor for rendering tax breakup table ([7df09d1](frappe@7df09d1))
    frappe-bot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    74ec853 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1515bb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40574 from frappe/mergify/bp/version-14-hot…

    …fix/pr-39717
    
    refactor: Transaction Deletion record for large volumes (backport frappe#39717)
    ruthra-kumar committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    67481ad View commit details
    Browse the repository at this point in the history
  3. refactor: config changes in Transaction Deletion Record

    (cherry picked from commit 4ba67fb)
    ruthra-kumar authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5791c50 View commit details
    Browse the repository at this point in the history
  4. fix: validate gl for previous fiscal year

    (cherry picked from commit a1d108c)
    GursheenK authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    82b6133 View commit details
    Browse the repository at this point in the history
  5. Merge pull request frappe#40581 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40580
    
    refactor: config changes in Transaction Deletion Record (backport frappe#40580)
    ruthra-kumar committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    757cf8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request frappe#40583 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40572
    
    fix: PCV validation for previous fiscal year (backport frappe#40572)
    GursheenK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c072cd9 View commit details
    Browse the repository at this point in the history
  7. fix: wrong buying amount if delivered and billed qty varies

    (cherry picked from commit b8da0d9)
    rtdany10 authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2b31113 View commit details
    Browse the repository at this point in the history
  8. test: buying amt calculation if DN and SI differ in qty

    (cherry picked from commit ccb51de)
    ruthra-kumar authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d3a6153 View commit details
    Browse the repository at this point in the history
  9. fix: rate not fetching from the item price

    (cherry picked from commit d893a46)
    rohitwaghchaure authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9b3c4ac View commit details
    Browse the repository at this point in the history
  10. Merge pull request frappe#40599 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40595
    
    fix: rate not fetching from the item price (backport frappe#40595)
    rohitwaghchaure committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5117ba5 View commit details
    Browse the repository at this point in the history
  11. fix: rate not fetching from the item price

    (cherry picked from commit d893a46)
    (cherry picked from commit 9b3c4ac)
    rohitwaghchaure authored and mergify[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    18279a6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request frappe#40601 from frappe/mergify/bp/version-14/pr-…

    …40599
    
    fix: rate not fetching from the item price (backport frappe#40595) (backport frappe#40599)
    rohitwaghchaure committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5f84e0d View commit details
    Browse the repository at this point in the history
  13. chore(release): Bumped to Version 14.65.6

    ## [14.65.6](frappe/erpnext@v14.65.5...v14.65.6) (2024-03-21)
    
    ### Bug Fixes
    
    * rate not fetching from the item price ([18279a6](frappe@18279a6))
    frappe-bot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    14f7aef View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. perf: add in some indexes (backport frappe#40590) (frappe#40604)

    * perf: add in some indexes (frappe#40590)
    
    `Sales Invoice Item.purchase_order`
    `Delivery Note Item.purchase_order`
    
    Signed-off-by: Akhil Narang <me@akhilnarang.dev>
    (cherry picked from commit 1cd38c8)
    
    # Conflicts:
    #	erpnext/selling/doctype/sales_order_item/sales_order_item.json
    #	erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
    
    * chore: `conflicts`
    
    * chore: `conflicts`
    
    ---------
    
    Co-authored-by: Akhil Narang <me@akhilnarang.dev>
    Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
    3 people committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    390d3a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40596 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40386
    
    fix: wrong buying amount if delivered and billed qty varies (backport frappe#40386)
    ruthra-kumar committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6d39a78 View commit details
    Browse the repository at this point in the history
  3. fix: permissions during bulk transaction logs

    (cherry picked from commit 49dd4c1)
    blaggacao authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    99faafb View commit details
    Browse the repository at this point in the history
  4. Merge pull request frappe#40607 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40520
    
    fix: permissions during bulk transaction logs (backport frappe#40520)
    ruthra-kumar committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    da17496 View commit details
    Browse the repository at this point in the history
  5. refactor: primitive summary for p&l and balance sheet

    (cherry picked from commit eb4c476)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9e15ecf View commit details
    Browse the repository at this point in the history
  6. feat: bisect doctype

    (cherry picked from commit decdbd2)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5ad3918 View commit details
    Browse the repository at this point in the history
  7. refactor: some logic

    (cherry picked from commit 4c8a8c3)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    57ec0d6 View commit details
    Browse the repository at this point in the history
  8. refactor: Depth First Search(DFS)

    (cherry picked from commit 5a25c80)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1639974 View commit details
    Browse the repository at this point in the history
  9. refactor: simplify DFS

    (cherry picked from commit 26503a2)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    50963d9 View commit details
    Browse the repository at this point in the history
  10. refactor: support for BFS and DFS

    (cherry picked from commit 03a38ed)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0399acd View commit details
    Browse the repository at this point in the history
  11. refactor: date validation

    (cherry picked from commit 2de3e6c)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d81be8d View commit details
    Browse the repository at this point in the history
  12. refactor: more buttons

    (cherry picked from commit a427029)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a177137 View commit details
    Browse the repository at this point in the history
  13. refactor: introduce node class

    (cherry picked from commit d53b34c)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    81f456b View commit details
    Browse the repository at this point in the history
  14. refactor: ability to build and load tree from DB

    (cherry picked from commit b2dde55)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    66fae64 View commit details
    Browse the repository at this point in the history
  15. refactor: add basic navigation

    1. remove unnecessary columns
    2. added basic tree navigation
    
    (cherry picked from commit 705ef4f)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    674d822 View commit details
    Browse the repository at this point in the history
  16. chore: remove unwanted code

    (cherry picked from commit de2eba0)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    609ecbe View commit details
    Browse the repository at this point in the history
  17. feat: nodes doctype

    (cherry picked from commit 85f2a6d)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6afb6ff View commit details
    Browse the repository at this point in the history
  18. chore: use doctype as btree

    (cherry picked from commit 9d20256)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bc1f25b View commit details
    Browse the repository at this point in the history
  19. refactor: use DB to store tree and state

    (cherry picked from commit 99fbd8a)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bee5744 View commit details
    Browse the repository at this point in the history
  20. refactor: calculate summary on tree navigation

    (cherry picked from commit f7b7b2b)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f06014a View commit details
    Browse the repository at this point in the history
  21. chore: hide some internal fields

    (cherry picked from commit bd3dc64)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3cfc778 View commit details
    Browse the repository at this point in the history
  22. refactor: working heatmap

    (cherry picked from commit 16db6c2)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9d5c010 View commit details
    Browse the repository at this point in the history
  23. chore: hide internal fields and better painting logic for heatmap

    (cherry picked from commit f6831fb)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c2f6f9d View commit details
    Browse the repository at this point in the history
  24. chore: rename btree and remove debugging statements

    (cherry picked from commit 6492019)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a9a5105 View commit details
    Browse the repository at this point in the history
  25. chore: hide internal variables section

    (cherry picked from commit c4c3090)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f9c3096 View commit details
    Browse the repository at this point in the history
  26. chore: code cleanup

    (cherry picked from commit 5e2d21c)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ebea0fd View commit details
    Browse the repository at this point in the history
  27. chore: add screen freeze on wait

    (cherry picked from commit 3952998)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a76d19f View commit details
    Browse the repository at this point in the history
  28. chore: UI cleanup

    (cherry picked from commit ea3071d)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84609ab View commit details
    Browse the repository at this point in the history
  29. refactor: adding labels to important section

    (cherry picked from commit 993e2bf)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cd0a7fe View commit details
    Browse the repository at this point in the history
  30. chore: change data type for summary fields

    (cherry picked from commit 228aa1a)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    54e7f30 View commit details
    Browse the repository at this point in the history
  31. chore: restrict only to administrator and type info

    (cherry picked from commit 90c6d4d)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3cab242 View commit details
    Browse the repository at this point in the history
  32. refactor: save results in node

    (cherry picked from commit ca14ae8)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5d90b0f View commit details
    Browse the repository at this point in the history
  33. refactor: flag to differentiate generated and default values

    (cherry picked from commit 0925706)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    48bfb9d View commit details
    Browse the repository at this point in the history
  34. refactor: cache results

    (cherry picked from commit 14c8c8c)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3a38aac View commit details
    Browse the repository at this point in the history
  35. chore: resolve linter issues

    (cherry picked from commit 0890b41)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4eb1fbf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9f3b6d2 View commit details
    Browse the repository at this point in the history
  37. fix: rate reset to zero

    (cherry picked from commit 6821baa)
    rohitwaghchaure authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2f839fb View commit details
    Browse the repository at this point in the history
  38. Merge pull request frappe#40618 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40616
    
    fix: rate reset to zero (backport frappe#40616)
    rohitwaghchaure committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    07929d2 View commit details
    Browse the repository at this point in the history
  39. fix: rate reset to zero

    (cherry picked from commit 6821baa)
    (cherry picked from commit 2f839fb)
    rohitwaghchaure authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e09b3ad View commit details
    Browse the repository at this point in the history
  40. Merge pull request frappe#40620 from frappe/mergify/bp/version-14/pr-…

    …40618
    
    fix: rate reset to zero (backport frappe#40616) (backport frappe#40618)
    rohitwaghchaure committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a6b8873 View commit details
    Browse the repository at this point in the history
  41. chore(release): Bumped to Version 14.65.7

    ## [14.65.7](frappe/erpnext@v14.65.6...v14.65.7) (2024-03-22)
    
    ### Bug Fixes
    
    * rate reset to zero ([e09b3ad](frappe@e09b3ad))
    frappe-bot committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1c6f5b6 View commit details
    Browse the repository at this point in the history
  42. Merge pull request frappe#40036 from frappe/mergify/bp/version-14-hot…

    …fix/pr-39800
    
    perf: new column Posting Datetime in SLE to optimize stock ledger related queries (backport frappe#39800)
    rohitwaghchaure committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a4ddc4e View commit details
    Browse the repository at this point in the history
  43. Merge pull request frappe#40615 from frappe/mergify/bp/version-14-hot…

    …fix/pr-38496
    
    feat: utility to debug financial reports - Bisect Accounting Statements (backport frappe#38496)
    ruthra-kumar committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ab7f806 View commit details
    Browse the repository at this point in the history
  44. refactor: reset flag for old records

    (cherry picked from commit a88bf84)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    22cec21 View commit details
    Browse the repository at this point in the history
  45. refactor: hide on print formats

    (cherry picked from commit fdcdc8a)
    ruthra-kumar authored and mergify[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dbb4391 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: remove microsecond from posting datetime (frappe#40017)

    (cherry picked from commit 0b04d04)
    rohitwaghchaure authored and mergify[bot] committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c3f9338 View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40514 from mmdanny89/email-point-of-sale

    fix: pass empty string email content of pos invoice
    deepeshgarg007 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    03eb4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39711df View commit details
    Browse the repository at this point in the history
  4. Merge pull request frappe#40628 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40017
    
    fix: remove microsecond from posting datetime (backport frappe#40017)
    rohitwaghchaure committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    91400e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request frappe#40625 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40622
    
    refactor: reset update_outstanding_for_self flag for old records (backport frappe#40622)
    ruthra-kumar committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0ec1a88 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix: reset update outstanding flag for old records

    (cherry picked from commit a88bf84)
    ruthra-kumar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    73c534c View commit details
    Browse the repository at this point in the history
  2. refactor: hide on print formats

    (cherry picked from commit fdcdc8a)
    ruthra-kumar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    adec93d View commit details
    Browse the repository at this point in the history
  3. Merge pull request frappe#40644 from frappe/mergify/bp/version-14/pr-…

    …40622
    
    fix: reset update_outstanding_for_self flag for old records (backport frappe#40622)
    ruthra-kumar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fda9c03 View commit details
    Browse the repository at this point in the history
  4. chore(release): Bumped to Version 14.65.8

    ## [14.65.8](frappe/erpnext@v14.65.7...v14.65.8) (2024-03-25)
    
    ### Bug Fixes
    
    * reset update outstanding flag for old records ([73c534c](frappe@73c534c))
    frappe-bot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cf770e7 View commit details
    Browse the repository at this point in the history
  5. fix: Add default finance book check in P&L statement

    (cherry picked from commit 5be3417)
    deepeshgarg007 authored and mergify[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4485121 View commit details
    Browse the repository at this point in the history
  6. Merge pull request frappe#40652 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40640
    
    fix: Add default finance book check-in P&L statement (frappe#40640)
    deepeshgarg007 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2723e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request frappe#40505 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40503
    
    fix: achieved targets for territory / partners bpv15 (frappe#40503)
    deepeshgarg007 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    208a46f View commit details
    Browse the repository at this point in the history
  2. fix: incorrect total qty in job card

    (cherry picked from commit c3546cf)
    rohitwaghchaure authored and mergify[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fb252ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request frappe#40687 from frappe/mergify/bp/version-14-hot…

    …fix/pr-40684
    
    fix: incorrect total qty in job card (backport frappe#40684)
    rohitwaghchaure committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4a1cd94 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request frappe#40677 from frappe/version-14-hotfix

    chore: release v14
    deepeshgarg007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bd3b1bb View commit details
    Browse the repository at this point in the history
  2. chore(release): Bumped to Version 14.66.0

    # [14.66.0](frappe/erpnext@v14.65.8...v14.66.0) (2024-03-27)
    
    ### Bug Fixes
    
    * achieved targets for sales partners ([f9ab763](frappe@f9ab763))
    * Add default finance book check in P&L statement ([4485121](frappe@4485121))
    * incorrect total qty in job card ([fb252ec](frappe@fb252ec))
    * pass empty string email content of pos invoice ([ee7bd98](frappe@ee7bd98))
    * permissions during bulk transaction logs ([99faafb](frappe@99faafb))
    * rate not fetching from the item price ([9b3c4ac](frappe@9b3c4ac))
    * rate reset to zero ([2f839fb](frappe@2f839fb))
    * remove microsecond from posting datetime ([frappe#40017](frappe#40017)) ([c3f9338](frappe@c3f9338))
    * show correct variance for durations with no vouchers ([fe3bee4](frappe@fe3bee4))
    * style for tax breakup ([e922ac7](frappe@e922ac7))
    * use Text Editor for rendering tax breakup table ([bba1ac5](frappe@bba1ac5))
    * validate gl for previous fiscal year ([82b6133](frappe@82b6133))
    * wrong buying amount if delivered and billed qty varies ([2b31113](frappe@2b31113))
    
    ### Features
    
    * bisect doctype ([5ad3918](frappe@5ad3918))
    * nodes doctype ([6afb6ff](frappe@6afb6ff))
    
    ### Performance Improvements
    
    * add in some indexes (backport [frappe#40590](frappe#40590)) ([frappe#40604](frappe#40604)) ([390d3a6](frappe@390d3a6))
    * new column posting datetime in SLE to optimize stock ledger related queries ([5e68ebd](frappe@5e68ebd))
    frappe-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4ea3876 View commit details
    Browse the repository at this point in the history
  3. fix: Priority not copied from project template

    (cherry picked from commit 33fd7b8)
    (cherry picked from commit 4f4470b)
    rohitwaghchaure authored and mergify[bot] committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    af6dd3b View commit details
    Browse the repository at this point in the history
  4. Merge pull request frappe#40712 from frappe/mergify/bp/version-14/pr-…

    …40710
    
    fix: Priority not copied from project template (backport frappe#40708) (backport frappe#40710)
    rohitwaghchaure committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    94f1579 View commit details
    Browse the repository at this point in the history
  5. chore(release): Bumped to Version 14.66.1

    ## [14.66.1](frappe/erpnext@v14.66.0...v14.66.1) (2024-03-27)
    
    ### Bug Fixes
    
    * Priority not copied from project template ([af6dd3b](frappe@af6dd3b))
    frappe-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5827bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: use sql to clear comments

    (cherry picked from commit 1f46c15)
    ruthra-kumar committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0322c1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request frappe#40747 from frappe/mergify/bp/version-14/pr-…

    …40739
    
    refactor: use sql to clear comments (backport frappe#40739)
    ruthra-kumar committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    db56d25 View commit details
    Browse the repository at this point in the history
  3. chore(release): Bumped to Version 14.66.2

    ## [14.66.2](frappe/erpnext@v14.66.1...v14.66.2) (2024-03-29)
    
    ### Bug Fixes
    
    * use sql to clear comments ([0322c1a](frappe@0322c1a))
    frappe-bot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c1a95c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d03092e View commit details
    Browse the repository at this point in the history