Commit graph

9295 commits

Author SHA1 Message Date
Rushabh Mehta
ebbcd4593e [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
Anand Doshi
00d1e3af07 Merge pull request #1619 from nabinhait/newdoc_from_link
[fix] Set new docname after creating via link field
2016-03-09 16:56:16 +05:30
Nabin Hait
710b59f26d [fix] Set new docname after creating via link field 2016-03-09 16:31:52 +05:30
Anand Doshi
e889fc3b32 Merge branch 'develop' 2016-03-09 15:16:14 +05:30
Anand Doshi
cdbe2f17e4 bumped to version 6.26.0 2016-03-09 15:46:14 +06:00
Anand Doshi
2b99336649 [translations] 2016-03-09 14:47:32 +05:30
Anand Doshi
d90d1c6a6a [change log] 2016-03-09 14:42:31 +05:30
Anand Doshi
e9bd127c9a [fix] like for a single doctype
Fixes #1607
2016-03-09 13:24:26 +05:30
Anand Doshi
0ace93a984 [fix] poplib._MAXLINE 2016-03-09 13:23:49 +05:30
Anand Doshi
4874510d7b [fix] sort fields - set idx in Custom Field for faster sorting during load 2016-03-09 13:00:36 +05:30
Anand Doshi
a0b1cac988 [fix] on delete doc, delete comments and orphan communications 2016-03-09 12:14:14 +05:30
Anand Doshi
712028ae0d [fix] [hot] patch folder changed to v6_20x 2016-03-08 17:38:48 +05:30
Anand Doshi
23deb7deb1 [fix] Setup Wizard: freeze when loading language and translations
Fixes frappe/erpnext#4874
2016-03-08 16:59:19 +05:30
Anand Doshi
3878d0da42 Merge pull request #1618 from rmehta/fix-image-parsing-in-email
[fix] image parsing in email
2016-03-08 16:52:48 +05:30
Anand Doshi
634ce359cf Merge pull request #1617 from vjFaLk/report-fix
Onload in Report
2016-03-08 16:52:01 +05:30
Anand Doshi
710d4ca228 Merge pull request #1609 from rmehta/no-idx-customization
[redesign] do not allow re organizing fields via customize form
2016-03-08 16:51:12 +05:30
Rushabh Mehta
3248bdb1dd [fix] image parsing in email 2016-03-08 11:30:40 +05:30
Rushabh Mehta
022f1dd385 [redesign] do not allow re organizing fields via customize form 2016-03-08 10:43:46 +05:30
Anand Doshi
bb827d799f [fix] [hot] UnboundLocalError 2016-03-07 23:21:47 +05:30
Anand Doshi
92c3f242e3 [fix] some fixes after merge of translation for 'en' 2016-03-07 20:27:39 +05:30
Anand Doshi
c40b6a052a Merge pull request #1611 from rohitwaghchaure/multilingual_pf_fixes
[Fixes] Transaltion not working for english lang, title of transaltion set to language_code
2016-03-07 20:18:48 +05:30
Anand Doshi
5c734a696f Merge pull request #1614 from sbkolate/patch-1
Fix table header background color in pdf view
2016-03-07 20:14:06 +05:30
Anand Doshi
8655194362 [fix] report pdf always in landscape 2016-03-07 19:16:43 +05:30
Valmik Jangla
95d3dafb74 Onload in Report 2016-03-07 15:54:14 +05:30
Anand Doshi
c044baa2fe [fix] query_repor.tjs and comment feed communication patch 2016-03-07 14:56:42 +05:30
Anand Doshi
a987e32f94 [fix] async and socketio 2016-03-07 14:56:42 +05:30
sbkolate
5c88e19576 Update test_print_format.py 2016-03-05 19:44:38 +05:30
sbkolate
1a60f979c7 Fix table header background color in pdf view
wkhtmltopdf removes div/th background color
reference: http://stackoverflow.com/questions/25118343/wkhtmltopdf-div-background-color

	background-color: #eee !important; //will fix the problem in Modern Print Pdf View

Check this url

Table Header border is comming in print priview
https://demo.erpnext.com/api/method/frappe.templates.pages.print.download_pdf?doctype=Sales%20Invoice&name=%5BSelect%5D00024&format=Standard&no_letterhead=0

but Table Header background color is removed in pdf
https://demo.erpnext.com/print?doctype=Sales%20Invoice&name=%5BSelect%5D00024&format=Standard&no_letterhead=0
2016-03-05 19:09:33 +05:30
Rushabh Mehta
2e6b3ad356 [fixes] changed patches while migrating from v4 to v6 2016-03-04 22:38:37 +05:30
rohitwaghchaure
f9b8d3eb1e [Fixes] Transaltion not working for english lang, title of transaltion set to language_code 2016-03-04 19:26:46 +05:30
Rushabh Mehta
a3ae74fa92 [fix] minor catch TemplateError for Email Alert 2016-03-04 12:13:31 +05:30
Rushabh Mehta
25530808d6 Merge branch 'develop' 2016-03-03 17:16:49 +05:30
Rushabh Mehta
f689223e3f bumped to version 6.25.6 2016-03-03 17:46:49 +06:00
Rushabh Mehta
e03d22bb37 [fix] change parser in pdf generation 2016-03-03 17:16:22 +05:30
Rushabh Mehta
3bacda598d Merge pull request #1608 from vjFaLk/validation
Allow dashes in DocType name
2016-03-03 15:25:50 +05:30
Valmik Jangla
82e01ae57a Allow dashes in DocType name 2016-03-03 15:04:33 +05:30
Rushabh Mehta
0041e19f79 Merge branch 'develop' 2016-03-03 13:50:18 +05:30
Rushabh Mehta
ef99e31762 bumped to version 6.25.5 2016-03-03 14:20:18 +06:00
Rushabh Mehta
f9e09bdd2e [hot] [fix] print js 2016-03-03 13:49:42 +05:30
Rushabh Mehta
186bf7c17c [fix] print preview 2016-03-03 13:49:41 +05:30
Rushabh Mehta
82d9b4f641 Merge branch 'develop' 2016-03-03 13:12:56 +05:30
Rushabh Mehta
e3a4dacffc bumped to version 6.25.4 2016-03-03 13:42:56 +06:00
Rushabh Mehta
a48c6268b0 Merge branch 'develop' 2016-03-03 12:34:58 +05:30
Rushabh Mehta
2ab6ebcf3e bumped to version 6.25.3 2016-03-03 13:04:58 +06:00
Rushabh Mehta
da4014e012 [patch] 2016-03-03 12:34:31 +05:30
Rushabh Mehta
8a0dd3a51a Merge branch 'develop' 2016-03-03 11:47:45 +05:30
Rushabh Mehta
43f024134f bumped to version 6.25.2 2016-03-03 12:17:45 +06:00
Rushabh Mehta
4203cac04f [patch] reload translation table before anything else 2016-03-03 11:47:13 +05:30
Rushabh Mehta
bd069e984b Merge branch 'develop' 2016-03-03 11:26:49 +05:30
Rushabh Mehta
edd82a5898 bumped to version 6.25.1 2016-03-03 11:56:49 +06:00