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

chore: release v13 #35665

Merged
merged 13 commits into from
Jun 14, 2023
Merged

chore: release v13 #35665

merged 13 commits into from
Jun 14, 2023

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    3831c79 View commit details
    Browse the repository at this point in the history
  2. fix: Project in item-wise sales register (#35596)

    fix: Project in item-wise sales register (#35596)
    
    (cherry picked from commit f732cac)
    
    Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
    mergify[bot] and deepeshgarg007 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9d5b500 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fix: calculate wdv depr schedule properly for existing assets [v13] (#…

    …35615)
    
    * fix: calculate wdv depr schedule properly for existing assets
    
    * fix: calculate wdv depr schedule properly for existing assets properly
    anandbaburajan committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    97f4af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix: CSS not applied to product title (backport #35582) (#35635)

    In an erpnext website, the /all-products route shows website items that have been published to the web site.
    
    In the list view (erpnext/e_commerce/product_ui/list.js), the css class is null for the product title. Instead, inline style statements have been added in that can not be modified by overriding CSS.
    
    This fix uses a similar approach to that which is taken in the grid view (erpnext/e_commerce/product_ui/grid.js). It removes the null CSS parameter in the product title link as well as the inline style statement. Then, as in the grid view, the product title is wrapped in a div tag with the product_title CSS class.
    
    This makes it possible to style the product title as desired with a CSS override.
    trustedcomputer committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1b69b37 View commit details
    Browse the repository at this point in the history
  2. fix: don't set default payment amount in case of invoice return (back…

    …port #35645) (#35648)
    
    * fix: don't set default payment amount in case of invoice return (#35645)
    
    (cherry picked from commit 79483cc)
    
    # Conflicts:
    #	erpnext/public/js/controllers/taxes_and_totals.js
    
    * chore: fixing conflict
    
    ---------
    
    Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
    mergify[bot] and anandbaburajan committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8e3636f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    4a35ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986a90e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24d488 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b37abd View commit details
    Browse the repository at this point in the history
  5. Stock aging report fix when called in dashboard chart (backport #35671)…

    … (#35676)
    
    fix: get_range_age conditions fixed (#35671)
    
    see #35669
    
    (cherry picked from commit 9f669d4)
    
    Co-authored-by: Hossein Yousefian <86075967+ihosseinu@users.noreply.github.com>
    mergify[bot] and ihesamyou committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4f79214 View commit details
    Browse the repository at this point in the history
  6. fix: make showing taxes as table in print configurable (#35672)

    * fix: make showing taxes as table in print configurable (#35672)
    
    (cherry picked from commit 491a50a)
    
    # Conflicts:
    #	erpnext/accounts/doctype/accounts_settings/accounts_settings.json
    
    * chore: fixing conflicts
    
    ---------
    
    Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
    mergify[bot] and anandbaburajan committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4c2c037 View commit details
    Browse the repository at this point in the history
  7. fix(accounts): validate payment entry references with latest data. (b…

    …ackport #31166) (#35674)
    
    * fix(accounts): validate payment entry references with latest data. (#31166)
    
    * test: payment entry over allocation.
    
    * fix: validate allocated_amount against latest outstanding amount.
    
    * fix: payment entry get outstanding documents for advance payments
    
    * fix: only fetch latest outstanding_amount.
    
    * fix: throw if reference is allocated
    
    * test: throw error if a reference has been partially allocated after inital creation.
    
    * chore: test name
    
    * fix: remove unused part of test
    
    * chore: linter
    
    * chore: more user friendly error messages
    
    * fix: only validate outstanding amount if partly paid and don't filter by cost center
    
    * chore: minor refactor for doc.cost_center
    
    Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
    
    ---------
    
    Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
    Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
    (cherry picked from commit 20de27d)
    
    # Conflicts:
    #	erpnext/accounts/doctype/payment_entry/test_payment_entry.py
    
    * chore: resolve conflicts
    
    * chore: resolve more conflicts
    
    * chore: don't validate allocated amount in case of donation
    
    ---------
    
    Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com>
    Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
    Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
    4 people committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4d4f218 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. fix: Lower deduction certificate not getting applied (#35667)

    * fix: Lower deduction certificate not getting applied (#35667)
    
    (cherry picked from commit 937c0fe)
    
    # Conflicts:
    #	erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py
    
    * chore: Resolve conflicts
    
    ---------
    
    Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
    mergify[bot] and deepeshgarg007 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c2bf8e3 View commit details
    Browse the repository at this point in the history