frappe

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

MIT License

Stars
6.4K
Committers
689

Bot releases are visible (Hide)

frappe - Release v8.4.1

Published by mbauskar over 7 years ago

  • [fix] save button remaining disabled (#3685)
frappe - Release v8.4.0

Published by mbauskar over 7 years ago

  • restrict user for changing the option property except few fieldtype (#3666)
  • [fix] exclude docfields from callable method generator (#3676)
  • [fix][awesomebar] remove saved new doc entries (#3673)
  • [minor] fixed the delete method call in frappeclient (#3671)
  • [minor] don't parse the address if email field is empty (#3675)
  • Get default company address (#3674)
  • [Fix] Auto increment of series not working if series has multiple dot(.) (#3661)
  • [minor] return '' if template is none & ignore if _custom_html field has no options (#3664)
  • Change datepicker position based on viewport (#3662)
  • Email (#3625)
  • Color picker (#3649)
  • Download attachments backup (#3663)
  • [test] dont run test_insert_many in travis
  • [fix] text editor refresh for firefox if empty
  • [translation] translation updates (#3659)
  • Desktop, Calendar View and Gantt View tests (#3652)
  • [minor] return formatted time on format_value instead of timedelta object (#3657)
frappe - Release v8.3.10

Published by mbauskar over 7 years ago

  • [fix] dont call setup twice
  • [wiz][minor] style fixes, static label, first entry mandatory (#3647)
  • [fix] query report set filters, fixes frappe/erpnext#9775
  • [fix] patch
  • [fix] patch
  • [fix] patch
  • [style] make payment pages standard (#3655)
  • Delete custom docperm while deleting doctypes (#3654)
  • [minor] no scheduler for tests
  • [minor] remove commented lines in travis.yml
  • Add success and error callback (#3651)
  • Clear outbox modification (#3628)
  • add only visible data for downloading report (#3620)
  • Blog breadcrumbs (#3646)
frappe - Release v8.3.9

Published by mbauskar over 7 years ago

  • [fixes] for frappe/erpnext#9740, frappe/erpnext#9733, frappe/erpnext#9666, frappe/erpnext#9651, frappe/erpnext#9694, frappe/erpnext#9620 (#3648)
frappe - Release v8.3.8

Published by nabinhait over 7 years ago

  • Escape success message (#3644)
frappe - Release v8.3.7

Published by nabinhait over 7 years ago

  • Update web-views.md (#3642)
  • Escaped success msg in web form. Fixes frappe/erpnext#9729 (#3643)
  • [fix] attach image refresh, fixes frappe/erpnext#9725
  • [fix] summernote for firefox
frappe - Release v8.3.6

Published by mbauskar over 7 years ago

  • [hotfix] uncaught read property split of undefinded (#3640)
  • [fix] summernote recursion
frappe - Release v8.3.5

Published by mbauskar over 7 years ago

  • [typo] script_manager.js
  • [fix] link broken in quick entry and filter setting in list view
frappe - Release v8.3.4

Published by mbauskar over 7 years ago

  • [hot] more js fixes
frappe - Release v8.3.3

Published by mbauskar over 7 years ago

  • [refactor] cleanup promises (#3639)
  • [feature] ability to set a property after sending alert (#3635)
  • [fix] frm.set_value to return promise (#3637)
  • [minor] website_sidebar will pull sidebar for any website page
  • [view] form dashboard behaves like a form section and is now collapsible (#3596)
frappe - Release v8.3.2

Published by mbauskar over 7 years ago

  • [fix] for disable next button
frappe - Release v8.3.1

Published by mbauskar over 7 years ago

  • [hotfix] used set_value to save format instead of save (#3634)
  • [fix] set_input for controlselect (#3632)
frappe - Release v8.3.0

Published by mbauskar over 7 years ago

  • [minor] fix in reportview (#3627)
  • [fix] for check
  • [fix] for tests
  • Apply User Permissions is being ignored for blank field values (#3496)
  • [cleanup] santize get_value, fixes frappe/erpnext#9561 (#3624)
  • [minor][awesomebar] fix list options (#3619)
  • [minor] control.js fix t-for-today
  • [fix] field.set_value must only validate_and_set_in_model, not parse (#3618)
  • Validate column length (#3556)
  • [text-editor] dont keep refreshing value and better message for mandatory missing
  • [Fix] Not able to rename the company if it's linked with the single doctype which has mandatory fields (#3614)
  • [text-editor] dont keep refreshing value
  • [text-editor] dont keep refreshing value
  • [text-editor] dont keep refreshing value
  • [text-editor] dont keep refreshing value
  • [minor] reload auto email report doctype before settings format to xlsx (#3613)
  • [fix] breadcrumbs for docs
  • [minor] [style]
  • Keyboard Shortcuts not working adds new key codes to key_map (#3605)
  • Add js to doctype calendar view (#3599)
  • [fix] not able to cancel frappe/erpnext#9605
  • [translation] translation updates (#3607)
  • Setup wizard refactor (#3548)
  • [minor] return None is records are not available
  • [fix] test_authentication_log.py
  • [tests] reset frappe.local.form_dict
  • [tests] reset frappe.local.form_dict
  • [tests] test_print_format.py test by printing
  • [tests] frappe.form_dict
  • [ci] remove incorrect docker sources from APT (#3587)
  • Breadcrumbs management (#3588)
  • [fix]if fieldtype is table and come under first 4 mandtory field (#3594)
  • [minor][fix] check for oauth1 access_key and access_secret before generating dropbox's oauth2 token (#3593)
  • removed the xlwt and use the openpyxl for sending the auto email report in xlsx format (#3590)
  • Email configurable footer (#3584)
  • lgtm minor fixes (#3580)
  • Redirect page (#3579)
  • In currency if no value after decimal, default precion set to 2 (#3480)
  • [ui-tests] python is back! (#3565)
  • Image in contact list view
frappe - Release v8.2.7

Published by mbauskar over 7 years ago

  • [fix] default filters not auto selected (#3611)
frappe - Release v8.2.6

Published by mbauskar over 7 years ago

  • [fix] filter links must be like not equal (#3604)
frappe - Release v8.2.5

Published by saurabh6790 over 7 years ago

  • [Fix] Activity page is not working (#3601)
  • [fix] standard filters
  • [Fix] On selection standard reply, data not fetching in email body
frappe - Release v8.2.4

Published by mbauskar over 7 years ago

  • [minor] dont render filters for no value fields
  • [enahnce] Fetch doctype's roles in report if developer mode is on or is standard is no (#3591)
frappe - Release v8.2.3

Published by mbauskar over 7 years ago

  • [hot][fix] set field type
frappe - Release v8.2.2

Published by mbauskar over 7 years ago

  • [minor] fixes in clear-filters
frappe - Release v8.2.1

Published by mbauskar over 7 years ago

  • [fixes] fixes in standard filters
Package Rankings
Top 9.8% on Proxy.golang.org
Badges
Extracted from project README
Related Projects