Commit graph

12166 commits

Author SHA1 Message Date
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
Rushabh Mehta
517374720f [library] frappe.safe_eval, https://github.com/frappe/erpnext/issues/8313 2017-04-06 18:24:05 +05:30
Rushabh Mehta
e2d4e19e00 [minor] revert module hidden on breadcrumbs.js 2017-04-06 17:40:01 +05:30
Prateeksha Singh
9b8a3d776b [fix] frappe/erpnext#8271 (#3012) 2017-04-06 17:35:02 +05:30
Saurabh
286b79bd90 Stripe payment integration (#2867)
* [fix] setting page for stripe

* checkout flow for stripe payment

* controller to handle stripe checkout and authorization
2017-04-06 17:27:23 +05:30
RicardoJohann
e395de340e Export indentation as per tree report (#2882)
* Export indentation as per tree report

* Export indentation as per tree report fixed tabs and hardcoded
2017-04-06 17:25:46 +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
Nabin Hait
029fc8f216 Merge branch 'develop' 2017-04-06 16:31:06 +05:30
Nabin Hait
87d05bdbc9 bumped to version 8.0.7 2017-04-06 17:01:06 +06:00
Faris Ansari
bbf5ad1ea7 Remove render_item, fix post_render_item 2017-04-06 16:27:38 +05:30
Saurabh
916f48a74c [fix] render item while rendering view in list renderer 2017-04-06 16:27:38 +05:30
Rushabh Mehta
e754a22f9b [minor] fix filters 2017-04-06 15:56:17 +05:30
rohitwaghchaure
ac7e40949d [fix] Timeline creation always showing few seconds ago (#3017) 2017-04-05 23:56:16 +05:30
Prateeksha Singh
c9d6612ff7 [fix] include singles despite can_search, unscrub (#3019) 2017-04-05 23:55:26 +05:30
Nabin Hait
f7d4ae60fc Merge pull request #3018 from saurabh6790/redirect_to_message
[minor][fix] parameter naming fix
2017-04-05 16:12:19 +05:30
Saurabh
898f94ab7a [minor][fix] parameter naming fix 2017-04-05 16:00:19 +05:30
Nabin Hait
93e2723a01 Merge pull request #3014 from netchampfaris/listview-fixes
Validate last_view before saving
2017-04-05 13:42:36 +05:30
Faris Ansari
b6677ed6c3 Validate last_view before saving 2017-04-05 13:36:48 +05:30
Rushabh Mehta
459b9aac2e [minor] style for add button in permission_manager.js 2017-04-05 12:25:21 +05:30
Nabin Hait
503c9dda0d Merge branch 'develop' 2017-04-04 11:02:55 +05:30
Nabin Hait
eb165fb7b6 bumped to version 8.0.6 2017-04-04 11:32:54 +06:00
Nabin Hait
ed3e7d725f Merge pull request #3003 from netchampfaris/list-view-fixes
List View fixes
2017-04-04 09:39:08 +05:30
Nabin Hait
85a2b506c0 Merge pull request #3006 from chdecultot/country_info_correction
Correction of the currency format for France
2017-04-04 09:38:27 +05:30
Faris Ansari
70859ba621 Remove conflict 2017-04-03 21:11:51 +05:30
Faris Ansari
05629b27b6 [minor] Fix ellipsis, alignment in Subject column 2017-04-03 21:07:44 +05:30
CH
84f35a538b Correction of the currency format for France 2017-04-03 15:59:49 +02:00
Faris Ansari
18dc60cb2e Hide script field from List View 2017-04-03 18:11:08 +05:30
Nabin Hait
a06e4b73d2 Merge pull request #3002 from sagarvora/patch-2
Changed custom_script.json to remove script from list view
2017-04-03 17:54:47 +05:30
Sagar Vora
0a7d07c81d Changed custom_script.json to remove script from list view
Removed Script text from list view since it leads to a visual error.
2017-04-03 17:09:51 +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
Nabin Hait
eb6bd89ce0 Merge branch 'develop' 2017-04-03 13:17:29 +05:30
Nabin Hait
b580e82c6f bumped to version 8.0.5 2017-04-03 13:47:29 +06:00
Nabin Hait
6437f39579 Merge pull request #2999 from netchampfaris/list-view-html-refactor
List View HTML Refactor
2017-04-03 13:12:31 +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
Nabin Hait
f642c2b42b Merge pull request #2998 from mbauskar/feedback
[minor] fixes in feedback trigger, and feedback web page
2017-04-03 12:48:10 +05:30
mbauskar
38e6cdd166 [minor] fixes in feedback trigger, and feedback web page 2017-04-03 12:19:42 +05:30
Nabin Hait
92b63f29e1 Merge pull request #2997 from mbauskar/email-account-fixes
[minor] minor fixes in email_account and added has_attachment in comm…
2017-04-03 11:52:35 +05:30
mbauskar
04331023a2 [minor] minor fixes in email_account and added has_attachment in communication_list.js 2017-04-03 11:50:31 +05:30
Rushabh Mehta
12775c9a5f [fixes] listview strip and email inbox list view 2017-04-03 09:34:18 +05:30
Rushabh Mehta
5e55f66db2 [minor] fix rename_doc for old patches 2017-04-02 21:17:29 +05:30
Nabin Hait
ca2604dee1 Merge branch 'develop' 2017-04-01 19:02:12 +05:30
Nabin Hait
f9aa7932d3 bumped to version 8.0.4 2017-04-01 19:32:12 +06:00
Nabin Hait
08ed87663a Modified date changed for user json 2017-04-01 19:01:09 +05:30
Nabin Hait
b47787ff01 Update patches.txt 2017-04-01 02:14:34 +05:30
Nabin Hait
2de7f5c1aa Merge pull request #2993 from nabinhait/develop
Reload contact to update new module, which is required while reloading communication
2017-04-01 02:00:43 +05:30
Nabin Hait
3f7c514a48 Reload contact to update new module, which is required while reloading communication 2017-04-01 01:57:38 +05:30
Rushabh Mehta
e31db06ce7 [fix] move user role setting to erpnext 2017-03-31 23:02:01 +05:30