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: version-14 beta release #31268

Merged
merged 713 commits into from
Jun 7, 2022
Merged

chore: version-14 beta release #31268

merged 713 commits into from
Jun 7, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 11, 2022

  1. fix: per_billed for return DN (#30868)

    * fix: per_billed for return DN
    
    * chore: move patch from v14 to v13
    s-aga-r authored May 11, 2022
    Configuration menu
    Copy the full SHA
    1a70701 View commit details
    Browse the repository at this point in the history
  2. test: Test for mapped SE and fix for failing tests

    - Remove `set_missing_values` from mapper util function since a lot of item data is set after this function is run
    - `split_batch` can skip `set_missing_values` since no warehouses are set on mapping and relies on user input
    marination committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4fa15b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d024f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4f0be6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3121fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    372d2d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f14222 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d35a13e View commit details
    Browse the repository at this point in the history
  9. fix: disable serial no scanning for picklist

    Current design of picklist doc doesn't have "picked serial no" so it
    doesn't make much sense to scan it. Instead it should increment qty
    only. Might add this in future after fixing UX problems
    ankush committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2f1d118 View commit details
    Browse the repository at this point in the history
  10. refactor: single function to fetch related row

    There was separate function for batch row which frequently didn't
    receive all the love main function received like:
    1. empty row reuse
    2. max qty validation
    
    Hence it makes sense to combine these in one fat function
    ankush committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ab80783 View commit details
    Browse the repository at this point in the history
  11. chore: bump ecma version

    we transpile to es2017, so allow use of es2020
    ankush committed May 11, 2022
    Configuration menu
    Copy the full SHA
    861d4b8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #30832 from dj12djdjs/feat-picklist-scan

    feat(stock): Proposed Pick List Scan
    ankush authored May 11, 2022
    Configuration menu
    Copy the full SHA
    2d9b7a4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #30950 from marination/actual-qty-total-js-reactive

    fix: Set actual qty and basic rate in SE on warehouse triggers (`get_warehouse_details`)
    marination authored May 11, 2022
    Configuration menu
    Copy the full SHA
    3d96ad2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    b1c90e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9261377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c16422 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30945 from ankush/stock_analytics_fix

    fix: stock analytics report shows incorrect data there's no stock movement in a period
    marination authored May 12, 2022
    Configuration menu
    Copy the full SHA
    5b8c743 View commit details
    Browse the repository at this point in the history
  5. fix: Failing accounting dimension patch

    (cherry picked from commit b14a7b8)
    deepeshgarg007 authored and mergify[bot] committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b13698a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30983 from frappe/mergify/bp/develop/pr-30982

    fix: Failing accounting dimension patch (backport #30982)
    deepeshgarg007 authored May 12, 2022
    Configuration menu
    Copy the full SHA
    39fad39 View commit details
    Browse the repository at this point in the history
  7. chore: stale bot - increase # of days for issues

    [skip ci]
    ankush authored May 12, 2022
    Configuration menu
    Copy the full SHA
    cb8cd7f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' of https://github.com/frappe/erpnext into part…

    …y_account_currency_check
    deepeshgarg007 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    33d9767 View commit details
    Browse the repository at this point in the history
  9. fix: prevent bypassing forced valuation rate

    if you edit "margin_rate_or_amount" after saving DN then based on
    selected margin the rate gets updated which isn't valuation rate.
    ankush committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ee0a277 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #30968 from nextchamp-saqib/validate-on-hold-invs

    fix(accounts): minor fixes & validations
    nextchamp-saqib authored May 12, 2022
    Configuration menu
    Copy the full SHA
    319c858 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. fix(patch): avoid checking for return field if it doesnt exits (#30995)

    fix(patch): avoid checking for qty field if it doesnt exits
    ankush authored May 13, 2022
    Configuration menu
    Copy the full SHA
    b081800 View commit details
    Browse the repository at this point in the history
  2. feat: add Link to Opportunity (#30614)

    Adding Link to Opportunity
    
    Following the process of Opportunity to Quotation I added a section and link field to Opportunity for a backlink when using "create"-> Request for Quotation from Opportunity.
    wojosc authored May 13, 2022
    Configuration menu
    Copy the full SHA
    0bbed41 View commit details
    Browse the repository at this point in the history
  3. chore: added RFQ Link to Opportunity Dashboard (#30894)

    added Link to Dashboard
    
    added backlink to Request for Quotation in the Quotation dashboard for transparency and ease of navigation.
    wojosc authored May 13, 2022
    Configuration menu
    Copy the full SHA
    c4a2778 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30818 from Havenir/feat-request-for-quotation

    feat: request_for_quotation - show supplier name
    marination authored May 13, 2022
    Configuration menu
    Copy the full SHA
    38e0105 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30911 from alyf-de/de-translate-employee

    fix: German translations for Employee doctype
    marination authored May 13, 2022
    Configuration menu
    Copy the full SHA
    9a2b11f View commit details
    Browse the repository at this point in the history
  6. fix: Item rate reset on changing posting date (#30990)

    * fix: Item rate reset on changing posting date
    
    * chore: Remove debugger
    deepeshgarg007 authored May 13, 2022
    Configuration menu
    Copy the full SHA
    54d6cf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e826093 View commit details
    Browse the repository at this point in the history
  8. chore: update FR template

    [skip ci]
    ankush authored May 13, 2022
    Configuration menu
    Copy the full SHA
    b0c1010 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    328b1b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3263ecf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aef65e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a86885 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    589dd17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86df7f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3016ed9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed8a497 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    08fb9a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    260cfa5 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #31013 from ruchamahabal/hr-reports-emp-status

    feat: add Employee Status filter in leave balance reports
    ruchamahabal authored May 13, 2022
    Configuration menu
    Copy the full SHA
    ead08aa View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    69be22b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31015 from rohitwaghchaure/multi-select-accountin…

    …g-dimenssions
    
    feat: select multiple values for accounting dimension
    deepeshgarg007 authored May 14, 2022
    Configuration menu
    Copy the full SHA
    1ff8b06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8da657 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. fix: Multiple fixes in GSTR-1 report

    (cherry picked from commit f2cbb70)
    
    # Conflicts:
    #	erpnext/regional/report/gstr_1/gstr_1.py
    deepeshgarg007 authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    c6b98d8 View commit details
    Browse the repository at this point in the history
  2. chore(release): Bumped to Version 13.27.1

    ## [13.27.1](v13.27.0...v13.27.1) (2022-04-26)
    
    ### Bug Fixes
    
    * Add accounting dimensions for round off GL Entry ([dedb90e](dedb90e))
    * batch_no filtering not working when batch no is also a number in scientific notation ([#30770](#30770)) ([#30771](#30771)) ([c339305](c339305))
    * Check if accounting dimension exists ([1834671](1834671))
    * dependent gle reposting (backport [#30726](#30726)) ([#30772](#30772)) ([a6d0938](a6d0938))
    * Do not validate while creating accounting dimension ([153b41a](153b41a))
    * e_commerce_settings.js ([3a5f5d5](3a5f5d5))
    * e_commerce_settings.py ([86c5f4d](86c5f4d))
    * First preference to parent cost center rather than round off cost center ([a2d95fc](a2d95fc))
    * Handle Multiselect field mapping separately ([dc2f694](dc2f694))
    * **india:** 401 & 403 client error while generating IRN ([198bdcf](198bdcf))
    * **india:** cess value not considered while validating e-invoice totals ([#30800](#30800)) ([f70fca1](f70fca1))
    * **india:** transporter name is null while generating e-way bill ([#30736](#30736)) ([6291b28](6291b28))
    * linter ([6dddbb9](6dddbb9))
    * Loan doctypes in bank reconciliation ([e69c715](e69c715))
    * Mistyped variable name in patch ([e76220e](e76220e))
    * monthly attendance sheet ([#30748](#30748)) ([0b4e3f1](0b4e3f1))
    * Must not be able to start Job Card if it is related to Work Order that is not started yet ([#29072](#29072)) ([#30755](#30755)) ([b656ffa](b656ffa))
    * Query filter fields from Website Item instead of Item master ([bed9e09](bed9e09))
    * select doctype as payment_document ([44f0b69](44f0b69))
    * **Selling,E-Commerce:** Shopping cart quotation without website item. ([#29085](#29085)) ([ea0fe5e](ea0fe5e))
    * SO analysis rpt will fetch SO's without Delivery note as well ([f9d89c7](f9d89c7))
    * translation ([#30781](#30781)) ([#30783](#30783)) ([8335ca6](8335ca6))
    * Update token to allow updates on protected branch ([baab379](baab379))
    * update translation ([#30725](#30725)) ([#30776](#30776)) ([b585262](b585262))
    * Use parent cost center for Sales and Purchase Invoice ([fe9f329](fe9f329))
    * Use right precision for asset value after full schedule ([#30745](#30745)) ([269e192](269e192))
    * Validate field filter wrt to Website Item & re-use validation in Item Group ([34437a8](34437a8))
    
    (cherry picked from commit 096dcf0)
    
    # Conflicts:
    #	erpnext/__init__.py
    frappe-bot authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    e66aab7 View commit details
    Browse the repository at this point in the history
  3. chore(release): Bumped to Version 13.28.0

    # [13.28.0](v13.27.1...v13.28.0) (2022-05-03)
    
    ### Bug Fixes
    
    * Consistent accounting dimensions across Sales and Purchase docs ([5df5058](5df5058))
    * convert default_item_manufacturer to link field ([#30835](#30835)) ([#30866](#30866)) ([37fad7e](37fad7e))
    * Cost center filter on payment reconciliation ([22e7f03](22e7f03))
    * filters not working in Shift Assignment Calendar view ([#30822](#30822)) ([3cdbb65](3cdbb65))
    * Ignore custom field validation while setup ([ee54bf7](ee54bf7))
    * **india:** e-invoice generation for registered composition gst category type ([#30814](#30814)) ([#30877](#30877)) ([246869d](246869d))
    * Multi currency opening invoices ([2e62d51](2e62d51))
    * payment days calculation for employees joining/leaving mid-month ([#30863](#30863)) ([#30883](#30883)) ([a1b0813](a1b0813))
    * Period Closing Voucher is considering GL entries with is_cancelled=1 ([#30865](#30865)) ([5a5b49b](5a5b49b))
    * **pos:** number pad translations ([b01f855](b01f855))
    * **pos:** search field doesn't reset on checkout ([edbf551](edbf551))
    * Supply type for overseas invoices with payment of tax ([fdcc591](fdcc591))
    * supply type for sez invoices with payment of tax ([cf08710](cf08710))
    * Use `account_type == 'Stock'` to filter stock accounts ([93482f3](93482f3))
    * **UX:** misleading stock entry lables ([#30870](#30870)) ([#30871](#30871)) ([57b03f0](57b03f0))
    * **UX:** record reason for skipping attendance or marking absent for auto attendance ([#30846](#30846)) ([f7bf4a3](f7bf4a3))
    * Vat Audit report fixes ([d5319a4](d5319a4))
    
    ### Features
    
    * Copy task color from project template (backport [#30857](#30857)) ([#30859](#30859)) ([7ee18e8](7ee18e8))
    * support product bundles in picklist (backport [#30762](#30762)) ([#30826](#30826)) ([645ee2d](645ee2d))
    
    (cherry picked from commit 8cc2ea0)
    
    # Conflicts:
    #	erpnext/__init__.py
    frappe-bot authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    b3964ee View commit details
    Browse the repository at this point in the history
  4. chore(release): Bumped to Version 13.29.0

    # [13.29.0](v13.28.0...v13.29.0) (2022-05-10)
    
    ### Bug Fixes
    
    * Consider paryt and party type as well in group by consolidated view ([189fc89](189fc89))
    * disable form save on naming series tool ([#30909](#30909)) ([#30910](#30910)) ([d60a6cb](d60a6cb))
    * double future qty updates ([0db3013](0db3013))
    * HSN-wise-summary of outward supplies Updated Report ([3637525](3637525))
    * Ignore loan repayments made from salary slip ([b7e1d40](b7e1d40))
    * **india:** invoice type for a debit note e-invoice ([#30948](#30948)) ([c46add3](c46add3))
    * **india:** keyerror while generating e-way bill from an e-invoice ([#30879](#30879)) ([98d799e](98d799e))
    * **india:** re-arrange e-way bill dialog fields ([#30941](#30941)) ([7ce5c93](7ce5c93))
    * Item Alternative Test ([964de1f](964de1f))
    * patch for renaming membership settings ([#30929](#30929)) ([9189653](9189653))
    * **pos:** creating pos returns resets pricing rules & discounts ([#30936](#30936)) ([a0e39db](a0e39db))
    * remove check for already allocated earned leaves ([#30931](#30931)) ([#30932](#30932)) ([80f7d66](80f7d66))
    * Remove commit from stock entry test. The assertion is not important ([c449b35](c449b35))
    * Set available-for-use date if missing ([#30838](#30838)) ([bf2eaec](bf2eaec))
    * show group warehouse in Sales Order ([#30891](#30891)) ([#30893](#30893)) ([c458e14](c458e14))
    * Show linked time sheets in sales invoice dashboard ([4f4af52](4f4af52))
    * sort before picking next stock reco ([e27fb58](e27fb58))
    * subtract change_amount from paid_amount field on POS Register ([#30937](#30937)) ([b7e873b](b7e873b))
    * Unlink and delete batch created from stock reco on cancel ([fc35323](fc35323))
    * Wrap SLE actual_qty in `flt` to avoid NoneType operation ([d53228b](d53228b))
    
    ### Features
    
    * **HR:** Leave Type configuration to allow over allocation (backport [#30940](#30940)) ([#30944](#30944)) ([64440fc](64440fc))
    * **india:** cancel e-way bill is enabled with e-invoicing APIs. ([#30924](#30924)) ([4ef2ffd](4ef2ffd))
    * **india:** generate qrcode button for e-invoice ([#30946](#30946)) ([7bd5b2b](7bd5b2b))
    * **india:** store e-way bill auto calculated distance in sales invoice ([#30923](#30923)) ([b96f156](b96f156))
    
    (cherry picked from commit 7369db5)
    
    # Conflicts:
    #	erpnext/__init__.py
    frappe-bot authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    c1f47d3 View commit details
    Browse the repository at this point in the history
  5. fix: UOM in HSN-wise summary of outward supply

    (cherry picked from commit cd7d5cd)
    deepeshgarg007 authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    edb3ef7 View commit details
    Browse the repository at this point in the history
  6. chore: Linting Issues

    (cherry picked from commit 8af30bc)
    deepeshgarg007 authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    5ac4bf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4817521 View commit details
    Browse the repository at this point in the history
  8. fix: Just add one rate in GST HSN Code

    (cherry picked from commit ed76687)
    deepeshgarg007 authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    4ca7a3d View commit details
    Browse the repository at this point in the history
  9. chore: Remove unintended changes

    (cherry picked from commit 5b02b5b)
    
    # Conflicts:
    #	erpnext/__init__.py
    deepeshgarg007 authored and mergify[bot] committed May 15, 2022
    Configuration menu
    Copy the full SHA
    03b1335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b6197e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f83e32a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #30987 from ankush/internal_transfer_with_margin

    fix: prevent bypassing forced valuation rate
    deepeshgarg007 authored May 15, 2022
    Configuration menu
    Copy the full SHA
    34de20f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #31010 from abhinavxd/fix-miniscule-penalty

    fix: GL entry validation for minuscule loan penalty
    deepeshgarg007 authored May 15, 2022
    Configuration menu
    Copy the full SHA
    8221852 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b87264 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. chore: Linting issues

    deepeshgarg007 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    b2d24e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65232ed View commit details
    Browse the repository at this point in the history
  3. fix: dont fail repost for recoverable errors (#30979)

    recoverable erros:
    1. timeout
    2. lock/deadlocks
    ankush authored May 16, 2022
    Configuration menu
    Copy the full SHA
    80d959c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31019 from frappe/mergify/bp/develop/pr-30978

    fix: Multiple fixes in GST reporting (backport #30978)
    deepeshgarg007 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    a412d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e875f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bd1cb9 View commit details
    Browse the repository at this point in the history
  7. feat: barcode scanner promise to return scanned row. (#31018)

    * feat: barcode scanner promise to return scanned row.
    
    * fix: missing reject at alternate code path
    dj12djdjs authored May 16, 2022
    Configuration menu
    Copy the full SHA
    d76e1b7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #31025 from ankush/hide_variants_order

    fix: hide template items from sales/purchase order
    marination authored May 16, 2022
    Configuration menu
    Copy the full SHA
    e3d5341 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #31026 from ankush/item_attr_limit

    fix: remove item attribute limit from variant selector
    marination authored May 16, 2022
    Configuration menu
    Copy the full SHA
    eba1c89 View commit details
    Browse the repository at this point in the history
  10. fix(translations): Update ru translations (#30992)

    * fix incorrect translation
    
    * Update ru.csv
    
    * Update ru.csv
    
    * Update erpnext/translations/ru.csv
    
    Co-authored-by: Marica <maricadsouza221197@gmail.com>
    
    Co-authored-by: Marica <maricadsouza221197@gmail.com>
    Altizo and marination authored May 16, 2022
    Configuration menu
    Copy the full SHA
    af1eab5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b7ce96 View commit details
    Browse the repository at this point in the history
  12. chore: disable flaky test

    ankush committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c3bfc39 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #30834 from ankush/transfer_precision

    fix: precision loss when transferring
    marination authored May 16, 2022
    Configuration menu
    Copy the full SHA
    06c036f View commit details
    Browse the repository at this point in the history
  14. fix: disable pricing rules for internal transfers (#31034)

    * fix: disable pricing rules for internal transfers
    
    * fix: only apply validation on internal transfers
    
    Co-authored-by: Marica <maricadsouza221197@gmail.com>
    
    * fix: internal_party_field undefined
    
    Co-authored-by: Marica <maricadsouza221197@gmail.com>
    ankush and marination authored May 16, 2022
    Configuration menu
    Copy the full SHA
    3714e36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9553319 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cad64f1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    f915a9c View commit details
    Browse the repository at this point in the history
  2. fix: TypeError in add_indicator_for_multicompany (#31042)

    Minor fix in add_indicator_for_multicompany
    
    In case of multi-company transactions add (+) buttons in connection dashboard pf customer aren't being loaded due to TypeError (TypeError: e.dashboard.stats_area.removeClass is not a function) created by "frm.dashboard.stats_area.removeClass('hidden');" during the stats section creation.
    dpk404 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    867f2c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28fe4f3 View commit details
    Browse the repository at this point in the history
  4. fix: Job Card excess transfer behaviour

    - Block excess transfer of items if not allowed in settings
    - Behaviour made consistent with js behaviour (button disappears if not pending and not allowed in settings)
    - Test for same case
    marination committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e07ce6e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. 2 Configuration menu
    Copy the full SHA
    65d55ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb7b49 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    81c82c8 View commit details
    Browse the repository at this point in the history
  2. fix: remove "scrap %" field (#31069)

    This does nothing, there's scrap items table below that's actually used
    for specifying scrap.
    ankush authored May 19, 2022
    Configuration menu
    Copy the full SHA
    1de6b14 View commit details
    Browse the repository at this point in the history
  3. fix: always update item_name for stock entry (#31068)

    If item_name is already set and for some reason becomes outdated then
    it's not updated in backend.
    
    Fix: always set item_name and stock_uom when fetching item details
    ankush authored May 19, 2022
    Configuration menu
    Copy the full SHA
    6d6616d View commit details
    Browse the repository at this point in the history
  4. refactor: UX for Salary Slip creation and submission via Payroll Entry

    - Add status for Queued/Failed
    
    - log errors and show corrective actions in payroll entry
    ruchamahabal committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ef8164f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d4872a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge pull request #31004 from ruthra-kumar/bug_payment_terms_status_rpt

    fix: duplicate entries in payment terms report output
    deepeshgarg007 authored May 20, 2022
    Configuration menu
    Copy the full SHA
    5edd1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3128f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c41f9f0 View commit details
    Browse the repository at this point in the history
  4. chore: Linting issues

    deepeshgarg007 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    8fd0b3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    163085f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e72f19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b1cb67 View commit details
    Browse the repository at this point in the history
  8. refactor: helper class for ple creation and delinking

    Helper functions for delinking ple and for creating payment ledger
    entry for transactions on receivable/payable account types
    ruthra-kumar authored and nabinhait committed May 20, 2022
    Configuration menu
    Copy the full SHA
    451cf3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59ed7c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e888975 View commit details
    Browse the repository at this point in the history
  11. test: payment ledger entry

    ruthra-kumar authored and nabinhait committed May 20, 2022
    Configuration menu
    Copy the full SHA
    dac678e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. test: simplify job card tests

    ankush committed May 21, 2022
    Configuration menu
    Copy the full SHA
    e625394 View commit details
    Browse the repository at this point in the history
  2. fix: creation of corrective job card fails

    This used to fail because sub_operations is a child table that's not
    initalized by default till v13, in develop branch we init tables with
    empty list.
    ankush committed May 21, 2022
    Configuration menu
    Copy the full SHA
    66cf9aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31083 from ankush/jc_corrective_creation

    fix: corrective job card creation
    ankush authored May 21, 2022
    Configuration menu
    Copy the full SHA
    3019f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a58b78 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix: Use directly <a> and style it as button instead of using button

    Since few email servers (like outlook) strips out link in the button making them unclickable.
    surajshetty3416 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a29b92f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e238c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e306bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f6e106 View commit details
    Browse the repository at this point in the history
  5. fix translation German "Designation" (#31082)

    changed "Bezeichnung" to "Position" as the is more precice in the field of employment which erpnext refers to here
    wojosc authored May 23, 2022
    Configuration menu
    Copy the full SHA
    348a674 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31092 from surajshetty3416/fix-rfq-template

    fix(rfq): Use `<a>` directly and style it as button instead of using `<button>`
    surajshetty3416 authored May 23, 2022
    Configuration menu
    Copy the full SHA
    f2b6475 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31054 from marination/jc-excess-transfer-config

    fix: Job Card excess transfer behaviour
    ankush authored May 23, 2022
    Configuration menu
    Copy the full SHA
    fa039b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a36174a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c704ad8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6ddd86 View commit details
    Browse the repository at this point in the history
  11. fix: german translations

    barredterra committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9356eb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2388d86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ecb39d8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    1ecb8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3bc3bf View commit details
    Browse the repository at this point in the history
  3. fix: remove unsupported arguments

    Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
    barredterra and ankush authored May 24, 2022
    Configuration menu
    Copy the full SHA
    e77c379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b16eb7 View commit details
    Browse the repository at this point in the history
  5. style: format

    barredterra committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1e9f9c4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. fix: don't fetch item_code if already exists. (#31113)

    fix: check if item_code exists before fetching
    dj12djdjs authored May 25, 2022
    Configuration menu
    Copy the full SHA
    55276f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31080 from deepeshgarg007/company_address_trigger

    fix(India): Async issue in company address trigger
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    d81fad0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31077 from deepeshgarg007/payroll_payable_party_type

    fix: Loan repayment entries for payroll payable account
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e75c843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    273b21c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    268f413 View commit details
    Browse the repository at this point in the history
  6. fix: Handle missing HSN Codes

    (cherry picked from commit ce3a21e)
    deepeshgarg007 authored and mergify[bot] committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6edbc58 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31125 from frappe/mergify/bp/develop/pr-31123

    fix: Handle missing HSN Codes (backport #31123)
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e8f4444 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96d8b1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc34737 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac17ecb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #26916 from deepeshgarg007/party_account_currency_…

    …check
    
    fix: Account currency validation for first transaction
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    b562168 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    147fc8f View commit details
    Browse the repository at this point in the history
  13. chore: Linting Issues

    deepeshgarg007 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a1f53f8 View commit details
    Browse the repository at this point in the history
  14. chore: Linting Issues

    deepeshgarg007 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9e4a360 View commit details
    Browse the repository at this point in the history
  15. fix: Job Opening linked to Staffing Plan cannot be created/updated if…

    … there are existing employees
    ruchamahabal committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2922857 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d68187c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #31129 from deepeshgarg007/loan_doc_reco_queries

    fix: Loan Doc query in Bank Reconciliation Statement
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e73a0a8 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #31038 from alyf-de/taxes-title-field

    feat: show title when linking Taxes and Charges Template
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    efa5b5b View commit details
    Browse the repository at this point in the history
  19. fix: Chart data for monthly periodicity in Cash Flow report (#31039)

    fix: Chart data for monthly periodicity in Cash Flow report
    AlexandreLumertz authored May 25, 2022
    Configuration menu
    Copy the full SHA
    c5e922c View commit details
    Browse the repository at this point in the history
  20. fix: timesheet fetching in sales invoice

    (cherry picked from commit 216c32f)
    nextchamp-saqib authored and mergify[bot] committed May 25, 2022
    Configuration menu
    Copy the full SHA
    ca75d81 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #31133 from frappe/mergify/bp/develop/pr-31124

    fix: timesheet fetching in sales invoice (backport #31124)
    deepeshgarg007 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    a5677d9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix: change project's actual_start_date fieldtype from Data to Date (#…

    …31085)
    
    * Update project.json
    
    * Update project.json
    sersaber authored May 26, 2022
    Configuration menu
    Copy the full SHA
    e5d2c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0ef60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f13b0e View commit details
    Browse the repository at this point in the history
  4. chore: update ru translate

    Altizo authored May 26, 2022
    Configuration menu
    Copy the full SHA
    8d2502b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31102 from alyf-de/german-translations-2022-05-23

    feat: Add german translations
    deepeshgarg007 authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f49d8cd View commit details
    Browse the repository at this point in the history
  6. fix: validation message

    ruchamahabal committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2bc6d46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c74514 View commit details
    Browse the repository at this point in the history
  8. chore: resave naming series doctype schema

    separate commit to avoid mixing actual changes
    ankush committed May 26, 2022
    Configuration menu
    Copy the full SHA
    82cd54b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24d1bf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d0e2aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    964b418 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47b539e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #31141 from ankush/naming_series_live_preview

    feat: live preview of naming series on naming series tool
    ankush authored May 26, 2022
    Configuration menu
    Copy the full SHA
    ff798dc View commit details
    Browse the repository at this point in the history
  14. Merge pull request #31101 from alyf-de/fix-warehouse-js

    fix: Improve button labels in Warehouse
    ankush authored May 26, 2022
    Configuration menu
    Copy the full SHA
    e3c0d01 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    935e5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a10f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b04694 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31155 from deepeshgarg007/exchnage_rate_reset

    fix: Exchange rate reste to 1 on making mapped doc
    deepeshgarg007 authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7adcac4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    385e22a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b81d751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c66bbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79b0aed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9e0703 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4df76f3 View commit details
    Browse the repository at this point in the history
  11. fix: date filter on quality inspection report (#31148)

    * fix: date filter
    
    fix from date to to date filter btw those days
    
    * fix: remove unnecessary conditions
    
    Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
    niyazrazak and ankush authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7ff8aca View commit details
    Browse the repository at this point in the history
  12. chore: update translation fr for BOM (#31126)

    * fix: update translation
    
    * fix: fr translation for BOM
    FHenry authored May 27, 2022
    Configuration menu
    Copy the full SHA
    ce8e051 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. chore: format

    ankush committed May 29, 2022
    Configuration menu
    Copy the full SHA
    933434c View commit details
    Browse the repository at this point in the history
  2. fix: barcode scan resolve after model is updated (#31058)

    * fix: resolve row after model is updated.
    
    * fix: wait for all fields in the model to be updated.
    
    * fix: sider
    
    * pref: clear scanned code after capturing value
    
    * fix: use frappe.run_serially
    dj12djdjs authored May 29, 2022
    Configuration menu
    Copy the full SHA
    85b48fc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. fix(ux): "New Version" button BOM

    "duplicate" technically creates a new version but that's not intuitive
    at all.
    ankush committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b170cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d224bf1 View commit details
    Browse the repository at this point in the history
  3. fix: allow non-explosive recrusive BOMs

    Recursion should be allowed as long as child item is not "exploded"
    further by a BOM.
    ankush committed May 30, 2022
    Configuration menu
    Copy the full SHA
    954dac8 View commit details
    Browse the repository at this point in the history
  4. chore: remove framework tests from erpnext

    Similar tests exist in FW and this is failing because someone updated
    the translations
    ankush committed May 30, 2022
    Configuration menu
    Copy the full SHA
    c02598a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7a7c47 View commit details
    Browse the repository at this point in the history
  6. chore: rename method get_salary_component_account method to set

    - since it doesn't return any value
    ruchamahabal committed May 30, 2022
    Configuration menu
    Copy the full SHA
    de55157 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31175 from ankush/recursive_non_explosive_bom

    fix: allow recursive BOMs as long as they don't recursively explode
    rohitwaghchaure authored May 30, 2022
    Configuration menu
    Copy the full SHA
    2cbc665 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08bf0ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42f6bca View commit details
    Browse the repository at this point in the history
  10. test: Salary Slip operations queuing, failure, and payroll entry status

    - fix multicurrency test, remove redundant doc creation
    ruchamahabal committed May 30, 2022
    Configuration menu
    Copy the full SHA
    78c39e9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Ignore Cancelled GL Entries

    Profitability Analysis includes 'is_cancelled' GL Entries which means that the profit numbers are incorrect. This change will ensure that the profit figures ignore cancelled GL Entries.
    Mitchy25 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a0c412a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31184 from Mitchy25/patch-1

    fix(accounts): Ignore Cancelled GL Entries
    deepeshgarg007 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    25290bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31127 from deepeshgarg007/loan_interest_accrual

    feat: Auto accrue loan interest for backdated term loans
    deepeshgarg007 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    f07246a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34925a3 View commit details
    Browse the repository at this point in the history
  5. fix: component pay calculation

    ruchamahabal authored and nabinhait committed May 31, 2022
    Configuration menu
    Copy the full SHA
    2b65c96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e96a46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00adda7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e98e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfe2f8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed1ba67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8f98f3 View commit details
    Browse the repository at this point in the history
  12. fix: batch selector flag (#31191)

    This is broken again after serializing scan actions, which causes
    selector to trigger before batch_no is set.
    
    Solution: for duration of scan disable the selector
    ankush authored May 31, 2022
    Configuration menu
    Copy the full SHA
    ddb46c5 View commit details
    Browse the repository at this point in the history
  13. chore: unnessary args

    ankush committed May 31, 2022
    Configuration menu
    Copy the full SHA
    691b34a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1b7a79 View commit details
    Browse the repository at this point in the history
  15. fix: incorrect billed_qty when item has multiple Delivery note

    sales order analysis report returns incorrect billed_qty value for
    an SO item has multiple delivery notes
    ruthra-kumar committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0331e37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f1bfbb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a6beafb View commit details
    Browse the repository at this point in the history
  18. fix: Auto Insert Item Price If Missing when discount & blank UOM (#31168

    )
    
    * fix: Auto Insert Item Price If Missing when discount and blank UOM
    
    fixes wrong item price insert when discount is used and adds uom=stock_uom instead of blank as price is converted to stock uom
    
    * unit tests added for item with discount
    
    I have added test  for auto_insert_price where discount is used.
    
    * unit test issue fixed
    
    fixed make_sales_order as some of the test that depended on it were failing due to passing of incorrect parameters.
    
    Co-authored-by: Ankush Menat <me@ankush.dev>
    maharshivpatel and ankush authored May 31, 2022
    Configuration menu
    Copy the full SHA
    b3ccc4b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #31199 from deepeshgarg007/settings_perm_fix

    fix: Permission for selling and buying settings
    deepeshgarg007 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    5fd31c6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    753eb3e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    167cf7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31201 from deepeshgarg007/manufacturing_workspace…

    …_fix
    
    fix: Remove domain restriction from Manufacturing Workspace
    deepeshgarg007 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    82be717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653d634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c91793 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b9cc0 View commit details
    Browse the repository at this point in the history
  6. chore: delete dead cypress code

    Moved to separate repo
    ankush committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    03a24ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c84e11a View commit details
    Browse the repository at this point in the history
  8. test: fix attendance tests for unmarked days (#31205)

    * test: fix attendance tests for unmarked days
    
    * chore: remove unused import
    ruchamahabal authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    536f1df View commit details
    Browse the repository at this point in the history
  9. fix: Pluralize year text instead of optional bracket (#31210)

    Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
    NagariaHussain and ruchamahabal authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    37433aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3974fbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    661e05e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77dcdff View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    c7efa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ac394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f376cc View commit details
    Browse the repository at this point in the history
  4. fix: error handling and messages

    - remove savepoints since submission should stop if any error occurs
    
    - refactor variable naming and msgprints
    
    - test Salary Slip creation failure
    
    - fix(test): explicitly commit after payroll entry creation so that the first salary slip creation failure does not rollback the Payroll Entry insert
    ruchamahabal committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    d641f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1db4e62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956a803 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31074 from ruchamahabal/fix-salary-slip-bg-job

    refactor(UX): Salary Slip creation and submission via background job in Payroll Entry
    ruchamahabal authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    12edddb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a1c923 View commit details
    Browse the repository at this point in the history
  9. chore: linter

    dj12djdjs authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b061ea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    a200e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db07831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61fa4eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a24f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Merge pull request #31218 from deepeshgarg007/distinct_gstin

    fix(India): GSTIN filter in GSTR-1 report
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9500aa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31219 from deepeshgarg007/group_filter_cost_center

    fix: Parent dimension filters in orders
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    21de550 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31231 from deepeshgarg007/gstr_3b_composite_supplies

    fix(India): Supplies from composite dealer not showing up
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    95a4602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b56f05 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31223 from dj12djdjs/fix-validation-message

    fix: display currencies in validation message.
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c21826e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6d83c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31230 from deepeshgarg007/item_wise_report_perf

    fix: Remove redundant query
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a8c1b01 View commit details
    Browse the repository at this point in the history
  8. fix(Sales Register): incorrect query with dimensions

    If accounting dimension is also part of the default filters then same
    query is repeated with incorrect syntax.
    
    e.g. `item_group = (child1, child2)` instead of `in` query.
    
    fix: don't add default filter if they are part of dimensions to be
    added.
    ankush committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c3219eb View commit details
    Browse the repository at this point in the history
  9. fix: Consider only Approved leave applications in LWP, Employee Benef…

    …it calculations
    
    - do not allow submitting leave applications with 'Cancelled' status
    ruchamahabal committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4decb7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59de303 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf04683 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b8bc7d View commit details
    Browse the repository at this point in the history
  13. test: Employee Benefit Application

    - make `get_no_of_days` a function for reusability
    ruchamahabal committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    edb775c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c66c1e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee5bc58 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #31194 from ruthra-kumar/bug_sales_order_analysis_…

    …report
    
    fix: incorrect billed_qty in sales order analysis report when multiple delivery notes for item
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2041738 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #31242 from ankush/sales_register

    fix(Sales Register): incorrect query with dimensions
    deepeshgarg007 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c57125a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    91f9f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f2201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc8e80e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    293eb8d View commit details
    Browse the repository at this point in the history
  5. fix: purchase invoice return GLe

    voucher_wise_stock_value contains tuples and the condition was looking
    for string, so it's never triggered.
    
    Caused by #24200
    ankush committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7726271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    815141b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31233 from deepeshgarg007/pi_cancel_provisional_g…

    …l_entries
    
    fix: Reverse provisional entries on Purchase Invoice cancel
    deepeshgarg007 authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    eae4f64 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #31258 from deepeshgarg007/unsecured_term_loan_clo…

    …sure
    
    fix: Close unsecured terms loans
    deepeshgarg007 authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    20c2ffa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #31209 from ankush/purch_return_gle

    fix: purchase invoice standalone return GLEs
    ankush authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    25f9d58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f830b57 View commit details
    Browse the repository at this point in the history