Skip to content

Releases: frappe/erpnext

Release v8.0.29

18 May 06:32
Compare
Choose a tag to compare
  • Fixed chart of accounts for Indonesia (#8900)
  • Don't set batch nos automatically on saving, if already set and validate qty with batch (#8887)
  • update throw message in maintenance_schedule.py (#8896)
  • Minor fix in creating chart of accounts based on existing (#8890)
  • Hide 'Edit Posting Time' from printing (#8888)
  • Fix missing translations (#8871)
  • Open lost opportunity again if quotation made against it (#8854)
  • [fix] if rate is greater than price_list_rate, set margin instead of discount. Fixes #6468 (#8856)
  • Show empty state when no students are found in student attendance tool (#8862)
  • Spelling improvmement (#8866)
  • Update product.py (#8877)
  • [minor]-Changed receivable to payable (#8880)
  • [minor] process_payroll_create salary fixed, fixes #8853 (#8881)
  • fixes #8883 (#8885)
  • Fix cost center not getting pulled in DN and SINV (#8878)

Release v8.0.28

17 May 08:24
Compare
Choose a tag to compare
  • Filters for multiselect dialog for DN/PR in Sales/Purchase Invoice (#8882)

Release v8.0.27

16 May 08:09
Compare
Choose a tag to compare
  • [fix] Can't update naming series if format has year,month (#8836)
  • [fix] Due Date cannot be before Posting Date during amendement of an invoice (#8841)
  • Fix status of invoices with negative outstanding, if no return entry (#8829)
  • [fix] Payments on the invoice is showing even if IS POS option is disabled (#8802)
  • [documentaion] stripe documentation (#8780)
  • [fix] Apply pricing rule on the item based on quantity as per stock uom (#8792)
  • [fix] Numeric keypad not displaying after creation of new customer (#8797)
  • [minor] removed cur_frm and added frappe.ui.form.on (#8803)
  • Description correction (#8811)
  • Fix for duplicated project dependencies (#8817)
  • [fix] pass company filter as string in get_value (#8823)
  • [minor] made items table mandatory for quotation (#8825)
  • Show duplicate button in BOM unless in draft stage (#8826)
  • [minor] Corrected field label & placed Expense Claim button in Next Step (#8828)
  • [fix] Party balance field showing wrong currency symbol (#8832)
  • Changes in the student group creation tool (#8833)
  • Fix for the student batch-wise attendance report (#8834)
  • [minor] set set_posting_time to 1 while data import (#8835)
  • [fix] copy item variant values on save and make non no_copy fields as not editable. fixes #4253 (#8837)
  • Fix sales funnel legend position (Fixes #5073) (#8838)
  • [POS] Add Pay menu item in mobile view (#8801) (#8845)
  • Increase item cart height in mobile view (Fixes #8827) (#8846)
  • Fixed #8822, active students patch
  • Multiselect dialog for getting items (#8583)
  • Addition of Imap to description of usable mail accounts (#8806)

Release v8.0.26

13 May 02:12
Compare
Choose a tag to compare
  • [fix] rename Student Batch to Student Batch Name in activation check
  • [minor] create student batch if does not exists (#8781)
  • [fix] minor fix in get_context for item variants (#8791)
  • [fix] don't allow string values in limits to avoid sql injection (#8779)

Release v8.0.25

11 May 11:37
Compare
Choose a tag to compare
  • Item Rate in Sales Return must be less than or equal to reference doc (#8775)
  • On saving of Accounts Settings, only save enabled warehouses (#8772)
  • Reload doctype bewfore renaming margin fields (#8771)
  • Calculations based on working and payment days should be made if salary structure exists (#8770)
  • [minor] renamed a Total Margin field to Rate With Margin (#8720)
  • Show party name in General Ledger print report (#8760)
  • [minor] added currency in Totals for Trial Balance report (#8757)
  • Added parent filter to the Salary Structure Employee since it was getting base and variable value from first found Salary Structure Employee (#8756)
  • [minor] added the address_html field in company doctype (#8754)
  • Merge the student group and student batch (#8663)

Release v8.0.24

09 May 09:43
Compare
Choose a tag to compare
  • Ignore permission for Bin in warehouse query (#8742)
  • [minor] item route item_name + random string
  • Filter issue on timesheet calendar view (#8730)
  • [fix] Reference Document is required to create Payment Request (#8729)
  • [minor] item route is item name + code

Release v8.0.23

06 May 08:11
Compare
Choose a tag to compare
  • minor syntax fix
  • Fix typo (#8719)
  • [minor] check if date of joining is available before creating Salary Slip (#8700)
  • Price list rate fix multiple uom and validation with prev doc (#8718)
  • Customer/Supplier Name in sales/purchase analytics (#8717)
  • Get exchange rate only if date and currency is present (#8712)
  • [minor] ignore permissions for bin on warehouse_query (#8713)
  • Fix Romanian Translation (#8706)
  • [fix] #8373 (#8707)
  • check for mandatory field before frappe.call (#8705)
  • Selling price validation against last purchase rate / valuation rate (#8702)
  • Website route for item based on name not item name (#8682)
  • [hotfix] fixed the recursion error while saving the User (#8696)
  • [hotfix] fixed object has no attribute 'delivered_by_supplier' (#8699)
  • Update general_ledger.py
  • [fix] Company's abbreviation change will not update the warehouse (#8685)

Release v8.0.22

04 May 06:50
Compare
Choose a tag to compare
  • Balance Sheet always shows accumulated values from previous fiscal year (#8668)
  • Change beta_version to 8.x-beta (#8673)
  • Get mobile nos for customer contact (#8674)
  • Fixed related to auto fetching batch nos and date valiation in salary structure (#8666)
  • Removed set_default_roles
  • Correct args to the fmt_money function
  • Website related fields now consider show_variant_in_website field as well -Resolves issue #8635
  • [fix] Contact not creating if only email id has entered in the POS
  • Test case fixed for Employee Loan Application
  • Caluculate total interest and payable amount in Loan Application if fixed amount per period
  • [fixes] added missing get_linked_material_requests method to buying utils
  • [fix] Default pos profile's customer not working for the POS

Release v8.0.21

02 May 04:28
Compare
Choose a tag to compare
  • [fix] Unable to create an asset due to rounding issue
  • Test Cleanup
  • Serial No Rename
  • Update domainify.py
  • [minor] disabled the instructor role if the company domain is not Education
  • [minor] README.md and CONTRIBUTING.md
  • [minor] README.md and CONTRIBUTING.md

Release v8.0.20

28 Apr 10:05
Compare
Choose a tag to compare
  • pricing rule fix
  • Remove pricing rules if 'Ignore Pricing Rule' manually triggered
  • Fix for program enrollment
  • Fixes in Student Group
  • Configurable validation setting for the student group
  • [hotfix] error while sending the auto email report of Ordered Items To Be Delivered
  • [fix] frappe.db.exists('Series', series) is not working because tabSeries table did not have column modified
  • Enabled option User Cannot Search for the gl entry doctype
  • [enhance] Show notification for draft state records if doctype is submittable
  • Fixed test cases
  • Patch for reverting manufacturers table from item
  • Fixed conflict