Commit graph

12203 commits

Author SHA1 Message Date
Makarand Bauskar
d552ad86ed [minor] fixes for has_website_permission of address doctype (#3070) 2017-04-12 14:10:33 +05:30
Khairil Zhafri
cdefb061fb Update email_account.json (#3044)
* Update email_account.json

More intuitive labels to avoid confusion:
Email Id -> Email Address
Login Id is Different -> Use Different Email Login
Email Address -> Email Login ID

* Update email_account.json
2017-04-12 12:43:43 +05:30
Rushabh Mehta
89895718b2 [fix] invalid login, #3060 2017-04-12 12:21:13 +05:30
Makarand Bauskar
8cf45d2bb3 [minor] added _ method to safe evel for edit profile page (#3069) 2017-04-12 10:14:03 +05:30
Nabin Hait
8e55070b3a Merge branch 'develop' 2017-04-11 19:13:11 +05:30
Nabin Hait
d6a1c07377 bumped to version 8.0.11 2017-04-11 19:43:11 +06:00
Makarand Bauskar
30c0f625ab [fixes] address and contact filter query fixes (#3065) 2017-04-11 19:11:34 +05:30
Makarand Bauskar
8013ede138 [translation] translation updates for - frappe on 2017-04-04 (#3009) 2017-04-11 19:11:34 +05:30
Nabin Hait
0dda08f032 Fix non english desktop icon labels 2017-04-11 19:11:34 +05:30
mbauskar
7dd4e1ae96 [fixes] minor fixes in feedback trigger _get 2017-04-11 18:48:50 +05:30
Faris Ansari
39fb1c8db4 Show unsupported message for old browsers 2017-04-11 18:33:51 +05:30
mbauskar
92dcd79a84 [minor] fixes in update_in_all_rows 2017-04-11 17:52:59 +05:30
Faris Ansari
70078d7450 [fix] SlickGrid keyboard shortcuts (#3061)
- frappe/frappe#2987
2017-04-11 15:27:57 +05:30
Nabin Hait
ffa1cc25c4 Merge branch 'develop' 2017-04-11 12:01:30 +05:30
Nabin Hait
47a7647903 bumped to version 8.0.10 2017-04-11 12:31:30 +06:00
Faris Ansari
8d987d9545 [fix] 'Open Calendar' route in awesome bar 2017-04-11 11:54:28 +05:30
Faris Ansari
709ffadcfe [minor] Fix checkbox margin 2017-04-11 11:53:32 +05:30
Faris Ansari
41fc67efdd [fix] Date recursion in General Ledger
- frappe/erpnext#8369
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
efa0ce679c [fix] minor unfreeze all together 2017-04-11 11:00:35 +05:30
Nabin Hait
21d1673525 Merge branch 'develop' 2017-04-11 09:31:01 +05:30
Nabin Hait
689ec35df3 bumped to version 8.0.9 2017-04-11 10:01:01 +06:00
Saurabh
1baa0062f8 [fix] if first name not exits then set full name as first name (#3055) 2017-04-11 08:18:36 +05:30
Nabin Hait
f911dbf02f Merge branch 'develop' 2017-04-10 16:08:19 +05:30
Nabin Hait
1e206c5c0a bumped to version 8.0.8 2017-04-10 16:38:19 +06:00
Rushabh Mehta
5d184c0c7d [fix] [hot] upload.js template 2017-04-10 13:17:54 +05:30
Makarand Bauskar
5452887ca1 [minor] added track changes in customize form (#3049) 2017-04-10 12:49:18 +05:30
Charles-Henri Decultot
8a134e11c2 Addition of the date format for France (#3033) 2017-04-10 12:46:10 +05:30
joezsweet
afaad51f60 Added Italian date format, modified number format (#3035) 2017-04-10 12:45:50 +05:30
joezsweet
b0fab786b4 fix Datepicker - Calendar localization compatibility (#2992) 2017-04-10 12:45:29 +05:30
Rushabh Mehta
83045eb36c [enhance] handle session expired in a graceful manner (#3022) 2017-04-10 12:44:39 +05:30
Makarand Bauskar
a304beb664 [minor] fixes in multiline string in upload.js (#3041) 2017-04-10 12:40:54 +05:30
Rushabh Mehta
eb0d098144 [test] fix test_customize_form 2017-04-07 18:35:16 +05:30
Faris Ansari
ebeea52c3c Calendar colors enhancement (#3013)
- Can be set using a field (Event)
- Can be set using custom logic (see sales_order_calendar.js)
2017-04-07 17:26:58 +05:30
Faris Ansari
e3c0a8d1ee Remove duplicates in list view (#3032)
- frappe/erpnext#8353
2017-04-07 17:25:53 +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
Rushabh Mehta
befb3a31f0 [fix] feedback trigger on delete #2988 (#3027) 2017-04-07 13:52:28 +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
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