Anand Doshi
d6af832216
Added babel, allow script report columns and data as a list of dict
2014-07-21 11:42:46 +05:30
Rushabh Mehta
948f3672a4
Merge pull request #707 from pdvyas/attachment-url-hash
...
Escape hash in attachment url, fix frappe/erpnext#1961
2014-07-21 09:56:02 +05:30
Pratik Vyas
b878bb42e6
Escape hash in attachment url, fix frappe/erpnext#1961
2014-07-20 19:41:46 +05:30
Rushabh Mehta
4d6fd109bc
Merge pull request #706 from anandpdoshi/anand-appframe-form
...
Show labels in appframe form
2014-07-19 21:09:47 +05:30
Anand Doshi
5e15bb94f0
Show labels in appframe form
2014-07-18 18:57:46 +05:30
Rushabh Mehta
804e35ec11
Merge pull request #704 from anandpdoshi/anand-july-18
...
Fixes in error throwing and reporting
2014-07-18 14:56:28 +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
399c0fc127
Merge pull request #703 from anandpdoshi/anand-july-17
...
changed self.delete to self.delete_key in base_document and document
2014-07-17 19:38:54 +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
Rushabh Mehta
9e1d6d38ad
Merge pull request #702 from anandpdoshi/anand-july-17
...
Data Import and Outgoing Email Settings
2014-07-17 12:51:38 +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
Anand Doshi
0b6d17ecd5
Merge pull request #700 from pdvyas/hotfix-email-filename
...
fix wrong filename in email attachment, frappe/erpnext#1947
2014-07-17 07:16:16 +05:30
Pratik Vyas
eb6a2cf42f
fix wrong filename in email attachment, frappe/erpnext#1947
2014-07-16 23:45:16 +05:30
Nabin Hait
fbbf5beef0
Merge pull request #699 from anandpdoshi/anand-july-16
...
Fixed doctype boilerplate and communication permissions
2014-07-16 20:04:29 +05:30
Anand Doshi
0b84411c41
Fixed doctype boilerplate and communication permissions
2014-07-16 19:29:33 +05:30
Anand Doshi
c20be0a171
Merge pull request #698 from anandpdoshi/anand-july-16
...
Naming: Name cannot be same as DocType if not single
2014-07-16 17:56:12 +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
Rushabh Mehta
0c7fa4b719
Merge pull request #697 from anandpdoshi/anand-july-14
...
Fixes in Data Import and logging
2014-07-15 12:11:30 +05:30
Anand Doshi
b5e1d4c9b4
Fixes in Data Import and logging
2014-07-14 19:10:38 +05:30
Rushabh Mehta
584654fb4b
Merge pull request #694 from anandpdoshi/anand-july-14
...
Callback sequence: always, done or fail with statusCode callbacks
2014-07-14 13:52:21 +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
Rushabh Mehta
58d8f6568b
Merge pull request #693 from anandpdoshi/anand-july-11
...
PDF page size option
2014-07-11 16:10:47 +05:30
Anand Doshi
29945fb133
PDF page size option
2014-07-11 15:55:18 +05:30
Anand Doshi
347316b717
Merge pull request #691 from anandpdoshi/anand-july-10
...
Fixes in print format and db_query
2014-07-10 13:09:36 +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
a6683ea7b2
Merge pull request #690 from anandpdoshi/anand-july-9
...
Fixed sidebar, fixtures and delete doc
2014-07-09 18:58:14 +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