Commit graph

25 commits

Author SHA1 Message Date
Aditya Hase
769338f136 Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
almeidapaulopt
374f85bfd6 several throw translations (#3441)
* several throw translations

* small fix

* codacy fixes

* fix import _

* Create file_list.js

* Create feedback.py
2017-06-13 14:32:47 +05:30
Prateeksha Singh
eaacdb097c [multiselect]Add search term, filter by date range, pagination (#3333)
* add search term, filter by date range, pagination

* filters on the same row, ellipsis, translate msg

* Rename page_len to page_length
2017-05-19 11:08:05 +05:30
Nabin Hait
7242128dd9 Show results based on get_query method, process based on dict (#3320) 2017-05-17 13:52:07 +05:30
Prateeksha Singh
b23aa1446b Multiselect dialog for getting items (#3255)
* First approach by making a control

* Implement multi select for child tables

* Basic UI and items fetch in place

* Multiselect with checkboxes

* Functional modal with filters and new_doc

* Map filter fields to target_doc

* pass json arrays instead of strings

* Get items from quotation (in SO) working

* [minor] fix link route in list

* [minor] cleanup

* Add date, select first by default

* map_docs test, default date field

* [minor][fix] make new button bug

* [minor] move map_docs to erpnext

* [minor] format dates
2017-05-15 11:29:41 +05:30
Nabin Hait
7fe50c885a Merge branch 'master' into develop 2017-03-09 14:59:02 +05:30
Rushabh Mehta
614098a84a [fixes] mandatory css in grids, better welcome email 2017-03-08 22:52:54 +05:30
Nabin Hait
9fac886ed8 In search query consider sort_field from meta (#2515) 2016-12-29 10:47:14 +05:30
Rushabh Mehta
74919b99a0 [enhancement] remember list settings - sort, filters, paging 2016-05-30 18:19:47 +05:30
Maxwell Morais
4fcc6502d7 Fix TypeError
Traceback (innermost last):
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
    response = frappe.handler.handle()
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 808, in call
    return fn(*args, **newargs)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 13, in search_link
    search_widget(doctype, txt, query, searchfield=searchfield, page_len=page_len, filters=filters)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 93, in search_widget
    as_list=not as_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 17, in execute
    return DatabaseQuery(doctype).execute(*args, **kwargs)
 TypeError: execute() got an unexpected keyword argument 'as_dict'
2016-04-07 15:09:53 -03:00
Rushabh Mehta
3d7b9cfe77 [minor] add_custom_button in grid and link query cleanup 2016-04-07 15:25:30 +05:30
Rushabh Mehta
61218f7a80 Merge pull request #1661 from rmehta/link-count
[enhancement] count number of times a link is used and show most popular links on thei top
2016-03-30 13:16:04 +05:30
Rushabh Mehta
472b22e5c7 [minor] limit search results to 10 in link query 2016-03-22 19:10:17 +05:30
Rushabh Mehta
8b20788579 [enhancement] count number of times a link is used and show most popular links on thei top 2016-03-11 14:32:25 +05:30
Rushabh Mehta
8d0452a476 [fix] [minor] sort by default in search_link, fixes frappe/erpnext#4404 2015-12-02 12:23:41 +05:30
Anand Doshi
357e61f9d5 [fix] injection 2015-11-17 18:27:29 +05:30
Rushabh Mehta
9fbd12f5af [file-manager] fixed breadcrumbs and routing 2015-09-21 15:41:34 +05:30
Rushabh Mehta
2f7f4542e8 [minor] workflow in non-single, non-table & get_query fix 2015-08-24 13:51:13 +05:30
Rushabh Mehta
f6fa45a735 [fix] frappe/erpnext#2992 2015-04-02 14:28:32 +05:30
Rushabh Mehta
c6157bdc7a [fixes] added block_module to user, grid download / upload fixes, updated user permissions, fixed breadcrumbs if no module permissionsm, search_query for User 2015-03-24 17:34:23 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Nabin Hait
3156d64429 build search_widget query based on search_fields value 2015-02-26 18:34:32 +05:30
Anand Doshi
a1290bbdab Website Theme 2015-02-23 22:13:38 +05:30
Nabin Hait
508c4fc64b Fixed Conflict while merging v4 to v5 2015-02-10 17:20:39 +05:30
Rushabh Mehta
5a0a9aac66 [refactor] frappe.widgets > frappe.desk 2014-09-29 12:21:12 +05:30
Renamed from frappe/widgets/search.py (Browse further)