frappe

Low code web framework for real world applications, in Python and Javascript

MIT License

Stars
6.4K
Committers
689

Bot releases are hidden (Show)

frappe - Release v8.0.67

Published by mbauskar over 7 years ago

  • removes culprit print statement
  • [Fix] System manager not able to restore the deleted document
  • [Fix] Email digest email by document field's value not refreshing on change of document type (#3479)
  • Prepare email message only if there is message (#3477)
frappe - Release v8.0.66

Published by saurabh6790 over 7 years ago

  • Make "Amount in words" spell three decimals (#3358)
  • a[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
  • [fix] OAuth2 Frappe Server URL Validation (#3397)
  • fixes frappe/erpnext#8965: Get item inside Request for Quote
frappe - Release v8.0.65

Published by nabinhait over 7 years ago

  • [minor] compair minimum score with zxcvbn feedback score (#3444)
  • [minor] fixes in Search term label (#3424)
  • [fix] Email alert for value change not working for the allow on submit field (#3433)
  • Update frappe-gantt to 0.0.6 (#3434)
  • [minor] ignore password strength test in frappe.in_test (#3423)
frappe - Release v8.0.64

Published by nabinhait over 7 years ago

  • [hotfix] Password strength fix (#3420)
frappe - Release v8.0.63

Published by nabinhait over 7 years ago

  • [minor] select the Inbox in readonly false mode while pulling emails (#3412)
  • Clear email query via separate query to avoid deadlock (#3418)
frappe - Release v8.0.62

Published by nabinhait over 7 years ago

  • Row with label like Opening not displaying in the General Ledger report if user has set user permissions (#3414)
  • [travis] Install node v7 (#3417)
frappe - Release v8.0.61

Published by nabinhait over 7 years ago

  • Report and Page is editable for Admin (#3410)
  • Multiple issues fixed in auto email report (#3394)
  • Error handling if visible_index not found in query report (#3399)
  • Fix wrong precision shown in form (#3400)
  • [minor] changed the yahoo smtp port from 465 to 587 (#3402)
frappe - Release v8.0.60

Published by nabinhait over 7 years ago

  • [minor] fixes for default print format appears twice (#3392)
  • [minor] fixed pdf export issue for the reports (#3391)
  • [fix] remove redundant progress modal frappe/erpnext#8993 (#3389)
  • Changed modified timestamp for system_settings
frappe - Release v8.0.59

Published by nabinhait over 7 years ago

  • fix export report in csv (#3362)
  • Add file_watcher_port in common_site_config.json (#3375)
  • Fix upload.js existing attachment (#3376)
  • Global search patch: Ignore checking is_website_published, if controller does not exists (#3379)
frappe - Release v8.0.58

Published by nabinhait over 7 years ago

  • Fix sort_selector (#3372)
  • Reload Role doctype
frappe - Release v8.0.57

Published by nabinhait over 7 years ago

  • [minor] commit after sending email alert (#3361)
  • Fix print report (#3368)
frappe - Release v8.0.56

Published by nabinhait over 7 years ago

  • Add package.json (#3364)
  • [minor] set response in app.py
  • Fix build js for travis (#3359)
  • Remove use strict from js files (#3352)
  • Delete zh-cn.csv
  • Delete zh-tw.csv (#3349)
  • search translations bug (#3318)
  • Email praseaddr fix, fixes frappe/issues#3004 (#3345)
  • Phone based login (#3340)
  • Added “POST” method in app.py and updated csrf_token accessible from “frappe.session” (#3302)
  • [fix] User not able to access the print format from the browser view (#3339)
  • reportview translation fixes (#3337)
  • [Printview] Show Landscape view if columns more than 10 (#3336)
  • Update Custom Field background color in Customize Form (frappe/erpnext#6432) (#3334)
  • changes mysql-python to mysqlclient for py3 support (#3301)
frappe - Release v8.0.55

Published by rmehta over 7 years ago

  • [fix] sort_order
frappe - Release v8.0.54

Published by rmehta over 7 years ago

  • [fix] typo in importer.py
frappe - Release v8.0.53

Published by rmehta over 7 years ago

  • Fix build.js (#3355)
frappe - Release v8.0.48

Published by nabinhait over 7 years ago

  • [fix] Refresh the page error during configuration in dropbox (#3338)
  • Update render.py
  • [multiselect]Add search term, filter by date range, pagination (#3333)
  • [minor] added error log if there is any exception in email alert (#3335)
  • [Minor] Fixed unclosed h2 tag (#3267)
  • [minor][hot] fixes for 'list' object has no attribute 'get' while receiving mails (#3093)
  • [fixes] address and contact filter query fixes (#3065)
  • [translation] translation updates for - frappe on 2017-04-04 (#3009)
frappe - Release v8.0.47

Published by nabinhait over 7 years ago

  • [minor] Handle string with no html tag in xlsxutils (#3332)
  • Fix Ctrl + G not working in other languages (frappe/erpnext#7627) (#3331)
  • [fix] set title_prefix if set in website settings, fixes frappe/erpnext#4848 (#3294)
  • [fix] hide popovers on blur frappe/erpnext#8721 (#3330)
  • Fix Custom Report freeze (Fixes frappe/erpnext#6806) (#3305)
  • translation fixes (#3327)
  • [translation] translation updates (#3312)
  • Changed Introduction feild type to text editor (#3297)
  • [fix] Tree breadcrumb fix (#3308)
  • [minor] added error message if the encryption_key in the site_config is changed (#3326)
  • fixes frappe/erpnext#8606 (#3322)
  • [minor] fixed UnicodeEncode error for item name (#3321)
  • Reset comment input when form is refreshed (frappe/erpnext#8151) (#3300)
  • Update gantt library (#3299)
  • Obey slickgrid's inline filter for (#3291)
  • Data Import Tool in excel file format (#3231)
  • Insert records into global search table in small batches, added progress bar in patch (#3313)
  • Fix duplicate cards in Kanban Board (fixes frappe/erpnext#8850) (#3316)
frappe - Release v8.0.46

Published by nabinhait over 7 years ago

  • Show results based on get_query method, process based on dict (#3320)
frappe - Release v8.0.45

Published by nabinhait over 7 years ago

  • Show all records in multi-select dialog (#3319)
  • Ignore single doctypes for global search
frappe - Release v8.0.44

Published by nabinhait over 7 years ago

  • [fix] disable email alert on wrong field. fixes frappe/erpnext#3372 (#3290)
  • Made seprate method to parse the naming series (#3293)
  • Update field when editing via SlickGrid (Fixes frappe/erpnext#5064) (#3296)
  • Close grid on escape key (#3292)
  • Add sort order field from Customize Form (#3284)
  • [minor] Oldest first order, preselect first, build bug fix (#3288)
  • [minor] ignore user filters if frappe.route_options are passed (#3282)
  • Multiselect dialog for getting items (#3255)
  • [fix] check all custom perms before adding permissions from standard docperm (#3280)
  • Re-run global search patch (#3271)
  • Kanban fixes (#3278)
  • Correction of doctype translations in modal dialog (#3277)
  • handle the escape sequence in the html2text library (#3272)
  • [fix] list stripe payment gateway under integrations (#3270)
  • [minor] new line after install & reinstallation of new-site (#3262)
  • [minor] Fail travis build immediately, if python tests fail. (#3269)
  • Updated modified date in system settings
  • [minor] fixed the set_query for the doctype field in Custom Field (#3275)
  • Fixes for showing version changes for grid values (#3273)