Commit graph

846 commits

Author SHA1 Message Date
Faris Ansari
638b0ef658 [ui] Don't show remove button when allow_multiple is disabled (#3130)
* [ui] Don't show remove button when allow_multiple is disabled

* Reorder Public column and some ui changes in upload dialog
2017-04-24 10:51:01 +05:30
Ayush Shukla
d0f4024a58 Fixed help message container which was not showing properly on mobile devices. (#3103) 2017-04-18 12:51:08 +05:30
Ayush Shukla
4c845b2d27 Fixed checkbox not showing on edge browser (#3102) 2017-04-18 12:50:42 +05:30
Faris Ansari
709ffadcfe [minor] Fix checkbox margin 2017-04-11 11:53:32 +05:30
Prateeksha Singh
25c3551514 Awesomplete z-index fixes (#3040) 2017-04-11 11:25:11 +05:30
Rushabh Mehta
54df9298f8 [enhance] Signature Control (#3024)
* - Add controller for signature field, including buttons for save and reset
- Add library and style

* Add DB mapping for Signature field -> fix bug not saving
Add empty image, and auto load image when loading form
Add option for Signature field type on Doctype form

* Make field uneditable after submitting

* Remove console log and revert adding empty lines

* Update layout, remove edit mode/button, make save button compact. Refactor and use change event to trigger save.

* [cleanup] Signature Control
2017-04-07 13:52:42 +05:30
Faris Ansari
e264f215db Refactor LinkedWith (#3023)
* Refactored LinkedWith

* Added new class syntax

* minor
2017-04-07 13:52:05 +05:30
Faris Ansari
08da14996f Enhance multi file upload (#2912)
* Allow multiple file upload, show progress while uploading

* Enhance multi file upload

You can now upload files programmatically like
```
frappe.upload.make({
  ...
  files: fileobj_array,
  ...
})
```
No need to use `multifile_upload` method.
Multiple file upload is enabled by default on all Attach dialogs.

* Don't `allow_multiple` in data import tool

* ControlAttach don't allow_multiple

* Show files in a table view

* Narrow width for Is Private column
2017-04-07 13:37:08 +05:30
Prateeksha Singh
9b8a3d776b [fix] frappe/erpnext#8271 (#3012) 2017-04-06 17:35:02 +05:30
Dhaifallah Alwadani
1d24ea78bd make report results ltr to work with SlickGrid (#2603)
* make report results ltr to work with SlickGrid

* Update report-rtl.css
2017-04-06 16:40:52 +05:30
Faris Ansari
05629b27b6 [minor] Fix ellipsis, alignment in Subject column 2017-04-03 21:07:44 +05:30
Prateeksha Singh
f2df24803c Search refactor (#2983)
* [start] basic sidebar function

* remove flicker on fetch

* use promises for global and help results

* add summary view

* single modal, sidebar keyboard selection

* Placeholder and no_results state, result render prep

* Specific empty states, results template no longer special: thus remove reset(), forum results trial

* Add loading state

* more results working

* commonify more results, added images

* All nav results in modal, with recents

* use common utils in awesome bar

* UI fixes

* Remove forum results

* frappe/erpnext#8222 frappe/erpnext#8264
2017-04-03 13:28:37 +05:30
Faris Ansari
bf21c7a229 Final cleanup 2017-04-03 12:53:17 +05:30
Faris Ansari
a84a40cfca Cleanup html, add css for mobile, fixed class names in code 2017-04-03 12:53:17 +05:30
Faris Ansari
7c5483afc0 List view columns based on flexbox
- Used BEM naming for flat css classes
2017-04-03 12:53:17 +05:30
Rushabh Mehta
6273cfc96a [fix] datepicker should be selected on show, fixes frappe/erpnext#8102 2017-03-31 16:00:16 +05:30
Faris Ansari
4fbfd1a846 [fix] list view assign to area 2017-03-30 17:49:22 +05:30
mbauskar
10715589f4 [minor] [minor] compose email on primary action & added padding top for inbox row 2017-03-29 18:40:58 +05:30
Faris Ansari
566d36d5b3 [fix] column ellipsis in list view 2017-03-29 11:50:19 +05:30
Faris Ansari
6bd91580b8 ui fixes (#2880)
* [ui] msgprint text overflow fix

* fix render tags in list view

* remove notify.js, tag-it.min.js from build.json
2017-03-22 15:44:31 +05:30
Faris Ansari
de97c4ebfa [ui] ellipsis in list view column frappe/erpnext#8004 2017-03-15 15:38:20 +05:30
Rushabh Mehta
d453dea055 [minor] catch tag count exception for filters that include child tables 2017-03-15 15:02:08 +05:30
Rushabh Mehta
400dcd369e [style] grey bg for disabled inputs and fix for back button 2017-03-15 13:03:52 +05:30
Rushabh Mehta
2ea62c8f79 [cleanups] to form.js and query_report refreshing 2017-03-15 11:33:05 +05:30
Faris Ansari
e8444438e9 [kanban] overflow auto 2017-03-15 10:01:21 +05:30
mbauskar
3628f50a28 [enhance] select email account from list view 2017-03-14 17:55:07 +05:30
mbauskar
cbe260c41e add to contact for email inbox 2017-03-14 17:55:07 +05:30
Faris Ansari
f03c13bcf7 [minor] assignee margin in gantt popup 2017-03-13 15:08:07 +05:30
Faris Ansari
d6e845050a [fix] checkbox in firefox frappe/erpnext#7993 2017-03-13 13:16:37 +05:30
pratu16x7
1f6e2d93aa child tables not in search, diminish placeholder 2017-03-09 15:54:07 +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
Faris Ansari
00e1cf0598 [ui] hide row index in 6 column child table 2017-03-08 11:50:05 +05:30
Nabin Hait
3cc2a5e3c8 Merge pull request #2814 from netchampfaris/listview-fixes
[kanban] open form when card clicked
2017-03-07 19:45:09 +05:30
Rushabh Mehta
1e7229c45f [enhance] global search in website (#2810)
* [enhance] global search in website

* [fix] create table query

* [website] navbar search in header if set

* [minor] navbar_search in website settings
2017-03-07 16:37:50 +05:30
Faris Ansari
3a0cd99945 [ui] set max height on dropdown 2017-03-07 12:20:59 +05:30
Faris Ansari
aab2a2f5ba enhance imageview grid 2017-03-06 20:57:22 +05:30
Rohit Waghchaure
ba3eca3369 rename doctype, change the css 2017-03-06 14:42:15 +05:30
Rohit Waghchaure
1e8fd83e7b commonify role editor 2017-03-06 14:41:10 +05:30
Faris Ansari
1a76d64781 ListView refactor (#2715)
* [list_settings] save last_view, kanban_board, gantt_mode

* listview.js cleanup

* image_view refactor

* image_view done

* wip

* [photoswipe] wip

* show view for calendar, kanban even if no results

* [gantt_view] refactor into separate file

* [imageview] 3 column border fix

* [imageview] gallery working

* delete old libs

* indentation to tabs

* [gantt] update lib, custom popup html

* custom fontawesome checkbox

* reset gantt state when not permitted

* checkbox styling fix

* working commit

* image, calendar, gantt view working

* more refactoring, kanban view

* minor

* removed old files

* user settings improved

* filters and sort selector de-coupling

* wip

* [imageview] white pswp background

* kanban filters saving fixed

* fixed reportview

* minor

* removed listing.js

* minor fixes and cleanup

* patch for UserSettings table

* patch fix
2017-03-06 11:32:27 +05:30
Nabin Hait
d7a49fd034 Merge pull request #2795 from netchampfaris/calendar-colors
calendar event colors
2017-03-02 22:42:06 +05:30
Rushabh Mehta
925d315006 [minor] website fixes 2017-03-02 18:06:16 +05:30
Faris Ansari
bef6bdfd00 calendar event colors 2017-03-02 17:58:26 +05:30
Nabin Hait
df1a596b44 Merge branch 'master' into develop 2017-03-02 12:37:37 +05:30
Rushabh Mehta
96dd947111 [minor] add progress in desktop help message 2017-03-02 11:12:55 +05:30
Rushabh Mehta
8ac3a9a7ca [web-forms] added text-editor and using div in summernote instead of p 2017-02-28 12:13:36 +05:30
Faris Ansari
d6d68ad924 [summernote] hide buttons in modal 2017-02-27 21:05:52 +05:30
Nabin Hait
fd932fb775 [translations] 2017-02-27 17:51:38 +05:30
Nabin Hait
78447337d7 Merge branch 'master' into develop 2017-02-27 14:30:21 +05:30
pratu16x7
db4a083a33 sidebar fixes 2017-02-24 15:10:56 +05:30