Commit graph

3140 commits

Author SHA1 Message Date
Anand Doshi
d6af832216 Added babel, allow script report columns and data as a list of dict 2014-07-21 11:42:46 +05:30
Pratik Vyas
b878bb42e6 Escape hash in attachment url, fix frappe/erpnext#1961 2014-07-20 19:41:46 +05:30
Anand Doshi
5e15bb94f0 Show labels in appframe form 2014-07-18 18:57:46 +05:30
Anand Doshi
49b4f7d9b0 Correct way to throw error in frappe.throw 2014-07-18 11:06:24 +05:30
Anand Doshi
7412e079d9 Error Reporting: Box for additional info, also send Route 2014-07-18 11:06:09 +05:30
Anand Doshi
92fd37bb1a changed self.delete to self.delete_key in base_document and document
DocPerm has a field called 'delete'. This clashes with the function name.
Leads to this error:
self.delete("__in_insert")
TypeError: 'int' object is not callable
2014-07-17 19:27:58 +05:30
Anand Doshi
786098e96b Minor fix in data import 2014-07-17 12:20:03 +05:30
Anand Doshi
2b9cf8d430 Validate auto_email_id 2014-07-17 12:19:33 +05:30
Pratik Vyas
eb6a2cf42f fix wrong filename in email attachment, frappe/erpnext#1947 2014-07-16 23:45:16 +05:30
Anand Doshi
0b84411c41 Fixed doctype boilerplate and communication permissions 2014-07-16 19:29:33 +05:30
Anand Doshi
2b7519213e Fixed test case 2014-07-16 16:24:21 +05:30
Anand Doshi
9974363312 Fixed _fix_numeric_types 2014-07-16 16:07:39 +05:30
Anand Doshi
4cb56389c3 Changed how defaults are set when creating new documents 2014-07-16 15:51:02 +05:30
Anand Doshi
580f1608da Minor fixes in db_query and base_document 2014-07-16 15:50:39 +05:30
Anand Doshi
f6c1047a48 Naming: Name cannot be same as DocType if not single 2014-07-16 14:19:05 +05:30
Anand Doshi
56c1adc9f3 Enable email permission for User 2014-07-15 15:05:25 +05:30
Anand Doshi
cd8d19248e Fixes in Email Alert system 2014-07-15 14:55:21 +05:30
Rushabh Mehta
d6b921c084 fixes 2014-07-15 14:50:51 +05:30
Rushabh Mehta
0191414be9 fix test 2014-07-15 14:50:51 +05:30
Rushabh Mehta
6b647d0be3 fix test 2014-07-15 14:50:51 +05:30
Rushabh Mehta
132793857d fix test 2014-07-15 14:50:50 +05:30
Rushabh Mehta
be98dc03d3 fix test 2014-07-15 14:50:50 +05:30
Rushabh Mehta
11aca930e8 fix test 2014-07-15 14:50:50 +05:30
Rushabh Mehta
25d10c5b73 added days in advance 2014-07-15 14:50:50 +05:30
Rushabh Mehta
b9f6bc3423 added email alerts 2014-07-15 14:50:49 +05:30
Rushabh Mehta
7746bd635d created doctypes, yet to add event handlers 2014-07-15 14:50:49 +05:30
Anand Doshi
b5e1d4c9b4 Fixes in Data Import and logging 2014-07-14 19:10:38 +05:30
Anand Doshi
5562b56bd0 Callback sequence: always, done or fail with statusCode callbacks 2014-07-14 13:09:33 +05:30
Anand Doshi
849ab50f87 Minor Fix: Outgoing Email Settings 2014-07-13 09:29:39 +05:30
Anand Doshi
ea8d50b9ec Fixed error reporting 2014-07-12 10:01:02 +05:30
Anand Doshi
6f2e299883 Custom Field: clear cache before validating fields 2014-07-12 09:47:34 +05:30
Anand Doshi
29945fb133 PDF page size option 2014-07-11 15:55:18 +05:30
Anand Doshi
5975012983 Fix in db_query's extract tables 2014-07-10 12:42:42 +05:30
Anand Doshi
b8606963f1 Fixed print format for HTML field 2014-07-10 12:18:30 +05:30
Anand Doshi
65be3f65a5 Fixed sidebar, fixtures and delete doc 2014-07-09 18:48:29 +05:30
Rushabh Mehta
4b3fbc3265 Merge pull request #689 from anandpdoshi/error-reporting
Added Error Reporting
2014-07-09 14:09:48 +05:30
Rushabh Mehta
693ddcf64b Merge pull request #688 from anandpdoshi/print-as-pdf-optional
Option in Outgoing Email Settings to Send Attached Document Print as PDF
2014-07-09 14:09:05 +05:30
Anand Doshi
9245be88b7 Added Error Reporting 2014-07-09 13:00:36 +05:30
Pratik Vyas
84a0fbd1d8 fix patches.txt 2014-07-09 11:57:11 +05:30
Pratik Vyas
debf0f2b5f Remove inlinestyler import in patches.txt 2014-07-09 11:55:52 +05:30
Anand Doshi
a2ef745f18 Option in Outgoing Email Settings to Send Attached Document Print as PDF 2014-07-09 11:29:49 +05:30
Rushabh Mehta
e75c37a8be Hot: update document.py 2014-07-09 09:05:14 +05:30
Rushabh Mehta
ca004130e0 Update blog_post.py 2014-07-08 16:39:44 +05:30
Rushabh Mehta
dd9319e364 fixed website route order_by 2014-07-08 16:35:46 +05:30
Rushabh Mehta
31bb3a97d7 app_title fixed frappe/frappe#683 2014-07-08 16:29:30 +05:30
Rushabh Mehta
eab987652d minor fixes 2014-07-08 16:22:19 +05:30
Anand Doshi
188b2266ce Fixed patch rename_profile_to_user.py 2014-07-08 11:17:20 +05:30
Rushabh Mehta
f72e9ae8c6 Update print_format.js 2014-07-07 18:04:53 +05:30
Anand Doshi
2728a013bd Merge pull request #681 from anandpdoshi/anand-july-7
Translations: Indonesian, Japanese and Russian
2014-07-07 17:42:27 +05:30
Rushabh Mehta
b08cf2bbf4 Update email_body.py 2014-07-07 17:35:30 +05:30