seitime-frappe/frappe/desk
Suraj Shetty 1202ff1fdb List view bulk edit option (#5107)
* added actions button for bulk operations

also included bulk edit option

* page html refactor and added show/hide action option

* copy field object to avoid mutation

* commonify update method and other refactor

* fixed bug with progress bar level and minor fix with 'value' field display

* fixed frappe/erpnext#13063

* commonify field control method and removed unwanted code

* separate method for submit and cancel

* [minor] msgprint change

* refresh list on complete

* requested changes and refactor

* codacy fix

* code formatting, changed var name

* conflict fix

* description option for progress dialog

* extracted bulk operations to a separate file

* Refactor

commonified redundant method
get_json -> parse_json

* rename change_df -> replace_field
2018-03-05 11:02:50 +05:30
..
doctype List view bulk edit option (#5107) 2018-03-05 11:02:50 +05:30
form Chart Builder (#5019) 2018-02-19 11:08:17 +05:30
page Query Report (#5097) 2018-02-28 17:10:09 +05:30
report [minor] move todo report to correct module, desk 2017-06-22 18:21:48 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
calendar.py Set proper fallbacks for start and end date (#4568) 2017-12-04 12:27:32 +05:30
desk_page.py Change raise syntax to python 3 compatible style (#3497) 2017-06-19 09:07:19 +05:30
gantt.py [gantt] fix multiple task updates (#2655) 2017-02-02 11:00:39 +05:30
like.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
moduleview.py [hotfix] sanitize fields to avoid mysql injection (#4994) 2018-02-13 14:45:51 +05:30
notifications.py Fixes for Python 3 (#4940) 2018-01-31 10:51:13 +05:30
query_builder.py Pure Python MySQL instead mysqlclient (with Python C API) (#4280) 2017-11-06 16:42:01 +05:30
query_report.py Avoid Dyanmic key build during RunTime 2018-02-13 12:44:57 +05:30
report_dump.py xrange to range (#3237) 2017-05-11 10:55:34 +05:30
reportview.py List view bulk edit option (#5107) 2018-03-05 11:02:50 +05:30
search.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
tags.py Added tag search (#3759) 2017-07-25 11:19:22 +05:30
treeview.py [fix] pass is root parameter on node creation (#4730) 2018-01-01 16:12:10 +05:30
user_progress.py [user-progress] route post setup route 2017-08-29 10:20:30 +05:30