Commit graph

12416 commits

Author SHA1 Message Date
Nabin Hait
b2fc873649 bumped to version 8.0.36 2017-05-06 14:09:29 +06:00
Nabin Hait
47ad0203ea Patch order changed for print module renaming 2017-05-06 13:38:26 +05:30
Rushabh Mehta
262f361021 [minor] ignore permissions option for filters in db_query (#3234) 2017-05-06 12:43:47 +05:30
Saurabh
823b3c1fa5 [minor][fix] do not return instead check for submited doctype (#3235) 2017-05-06 12:43:37 +05:30
Sagar Vora
da1ade6a97 [fix] change file watcher port only in dev environment (#3232)
Fixes error https://discuss.erpnext.com/t/frappe-v8-0-20-later-socketio-error/22973
2017-05-05 11:48:40 +05:30
Nabin Hait
8959be9b1c Merge branch 'develop' 2017-05-04 15:48:30 +05:30
Nabin Hait
54e404a4f9 bumped to version 8.0.35 2017-05-04 16:18:30 +06:00
Nabin Hait
c1c7e32559 printing fix 2017-05-04 15:41:29 +05:30
Saurabh
f72cc8d275 Merge branch 'develop' 2017-05-04 12:56:06 +05:30
Saurabh
444ea64997 bumped to version 8.0.34 2017-05-04 13:26:06 +06:00
Saurabh
d5fdcc3dcb Merge pull request #3226 from saurabh6790/print_module_rename
[fix] update print to printing in Print Format records
2017-05-04 12:55:26 +05:30
Saurabh
e01935cef5 [fix] update print to printing in Print Format records 2017-05-04 12:54:11 +05:30
Nabin Hait
502816407d Merge branch 'develop' 2017-05-04 12:19:23 +05:30
Nabin Hait
f7b247035c bumped to version 8.0.33 2017-05-04 12:49:23 +06:00
Faris Ansari
753177c3c5 Render Linked docs like list view (#3215) 2017-05-04 12:17:14 +05:30
JC
343d773bb0 [documentation] fix url to generators.png (#3220)
* Update index.txt

* [documentation] fix path to png, add {next} link to next page

* [documentation] fix url to generators.png
2017-05-04 12:16:47 +05:30
Makarand Bauskar
0a5187a93e [fixed] draggable grid view for row template (#3223) 2017-05-04 12:15:23 +05:30
Makarand Bauskar
97caa1a525 [minor] create and attach file if the file url is passed in data import tool (#3224) 2017-05-04 12:14:50 +05:30
Nabin Hait
e6af71ef44 Merge pull request #3225 from frappe/beta-version-naming
Change beta_version to 8.x.x-beta
2017-05-04 12:12:43 +05:30
Nabin Hait
901e8eaf92 minor fix global search 2017-05-04 12:01:57 +05:30
Faris Ansari
c03268c44f Change beta_version to 8.x.x-beta 2017-05-04 10:10:24 +05:30
Nabin Hait
029f920864 Merge pull request #3218 from rohitwaghchaure/safe_eval_issue
[fix] Added round function in the safe_eval method
2017-05-03 16:01:06 +05:30
Nabin Hait
b238a8c022 Merge pull request #3217 from nabinhait/perm_fix5
Recursive issue on checking permission for communication when it is linked to self
2017-05-03 16:00:24 +05:30
Rushabh Mehta
11d575af46 [rename] Print module to Printing 2017-05-03 15:59:24 +05:30
Rushabh Mehta
62f0480117 [rename] frappe.www.print to frappe.www.printview 2017-05-03 15:59:24 +05:30
Rohit Waghchaure
6d7808c550 [fix] Added round function in the safe_eval method 2017-05-03 12:35:54 +05:30
Nabin Hait
11237be4f5 Recursive issue on checking permission for communication when it is linked to self 2017-05-03 11:48:19 +05:30
Nabin Hait
bc4a1fa238 In global search property not allowed for no_value_fields 2017-05-02 14:08:08 +05:30
mbauskar
3319257d0f [fixed] error while exporting the report in excel format 2017-05-02 14:05:39 +05:30
Nabin Hait
5b6e64f228 Merge branch 'develop' 2017-05-02 09:57:34 +05:30
Nabin Hait
33ecaa52e6 bumped to version 8.0.32 2017-05-02 10:27:34 +06:00
mbauskar
d510071e5c [minor] added a title and error message in Email Alert 2017-05-02 09:56:29 +05:30
mbauskar
dce3aed62e [fixes] check if print for Draft and Cancelled document is allowed or not before sending email alert 2017-05-02 09:56:29 +05:30
Frappe
e5862c1aaa Show new button for Event list #3051 2017-05-02 09:55:03 +05:30
Faris Ansari
65909ca530 Fix Slickgrid invalid assignment 2017-05-02 09:53:52 +05:30
mbauskar
c8f24e42fe [minor] added int, float, long in eval globals 2017-05-02 09:52:35 +05:30
pratu16x7
943bb2dfd5 [minor] don't override subject in std reply 2017-05-02 09:50:30 +05:30
rohitwaghchaure
73af73c2e7 [fix] When user clicks on link in invoice there are duplicate DNs are showing against it (#3204) 2017-05-01 14:14:32 +05:30
Makarand Bauskar
8eeda18692 [fixes] minor fix for between operator filter (#3196)
* [fixes] minor fix for between operator filter

* [minor] added a test case for between operator filter
2017-05-01 14:14:04 +05:30
tundebabzy
7b41d7e5eb Python 3 compatible print statements (#3199)
* changes print statements in file to python 3 compatible style using `__future__`

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* changes deprecated md5 module to hashlib

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements

* adds python 3 style for print statements
2017-05-01 12:34:29 +05:30
JC
ea3b712461 Update index.txt (#3198) 2017-05-01 12:32:36 +05:30
Faris Ansari
8568aa35a3 Fix global route variables (#3201) 2017-05-01 12:32:21 +05:30
JC
63b5db0054 Update generators.md (#3197)
add {next} markup missing at bottom of page
2017-05-01 12:32:02 +05:30
Britlog
8fea4a7979 Translations (#3184) 2017-05-01 12:25:24 +05:30
Faris Ansari
d8624a8984 Fix adding columns in Kanban Board 2017-05-01 12:20:25 +05:30
OlaAkeela
512bcd39d5 remove html tags when exporting report in excel format (#3174)
* remove html tags when exporting report in excel format

* remove html tags when export report as excel using html2text
2017-05-01 12:17:15 +05:30
mbauskar
2ecf45b258 [minor] fixes for https://github.com/frappe/erpnext/issues/8638 2017-05-01 11:41:34 +05:30
Sagar Vora
4669d068e2 [TestCafe] UI Tests for Setup Wizard and ToDo (#3188) 2017-05-01 11:28:52 +05:30
Faris Ansari
955315db47 [ui-fix] Brand logo padding (#3189) 2017-05-01 10:31:07 +05:30
Nabin Hait
3f6121b394 Merge branch 'develop' 2017-04-30 09:02:27 +05:30