Commit graph

62 commits

Author SHA1 Message Date
Anand Doshi
09fbf6cf19 [validate] for a submittable document, validate if it is linked to a cancelled document
Thanks to @adityaduggal for reporting this
2014-08-05 14:24:19 +05:30
Anand Doshi
b8e863c90a [fix] Convert newlines to <br> for Text/Small Text, added ipython to requirements.txt 2014-08-05 11:39:17 +05:30
Nabin Hait
6bab7ed023 Field formatter to preserve newlines and for provided currnecy 2014-08-04 17:05:06 +05:30
Anand Doshi
536926cb12 [minor] Percent 2014-07-25 13:22:48 +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
9974363312 Fixed _fix_numeric_types 2014-07-16 16:07:39 +05:30
Anand Doshi
580f1608da Minor fixes in db_query and base_document 2014-07-16 15:50:39 +05:30
Anand Doshi
cd8d19248e Fixes in Email Alert system 2014-07-15 14:55:21 +05:30
Rushabh Mehta
b9f6bc3423 added email alerts 2014-07-15 14:50:49 +05:30
Anand Doshi
22bafc4a1c Ignore select validation for naming_series 2014-06-27 21:04:37 +05:30
Rushabh Mehta
d6ca8baf0b dynamic_link_fix 2014-06-20 19:09:43 +05:30
Rushabh Mehta
3fb3667204 new feature: dynamic links 💥 2014-06-20 16:47:34 +05:30
Rushabh Mehta
93f88bf323 Merge pull request #623 from anandpdoshi/anand-wip
Remove script tags, once evaled; Validate Selects
2014-06-19 16:29:58 +05:30
Anand Doshi
53f04414cf Validate Select field values
Conflicts:
	frappe/model/base_document.py
	frappe/model/meta.py
2014-06-19 16:02:38 +05:30
Anand Doshi
02d51386e2 Merge pull request #624 from rmehta/develop
fixes for tags in form and report
2014-06-19 12:51:30 +05:30
Rushabh Mehta
ec65913182 fixes for tags in form and report 2014-06-19 11:34:30 +05:30
Anand Doshi
a4fed1efe4 Validate Selects and Fixed Number Formats 2014-06-18 21:09:40 +05:30
Anand Doshi
33d1da9d43 dont_update_if_missing property, lets you skip fields for which you don't want missing values to be updated 2014-06-18 12:54:27 +05:30
Anand Doshi
521ea1a7ac Run Method, call hook methods even if method does not exist in controller 2014-06-06 11:00:57 +05:30
Rushabh Mehta
c63fff185c automatically correct link type case fixes frappe/erpnext#1751 2014-06-05 15:04:01 +05:30
Rushabh Mehta
74866537ad doc.update is chainable 2014-06-05 14:48:39 +05:30
Anand Doshi
fec15666f4 Started permission relogication 2014-06-04 17:52:17 +05:30
Nabin Hait
5cc654f774 Server side onload functionality in multiple docs 2014-05-19 18:16:36 +05:30
Rushabh Mehta
6d5d653006 show message for duplicate name error 2014-05-09 19:21:23 +05:30
Anand Doshi
3c160b6554 Deprecate Select fields with options as link: 2014-05-09 13:35:09 +05:30
Nabin Hait
6451fbfc76 Fixes in validate_after_submit for data import. 2014-05-07 16:33:43 +05:30
Anand Doshi
a2ad762d99 Test cases: delete doc if exists 2014-04-30 22:16:08 +05:30
Anand Doshi
445ba943c7 Fixes in create new, base document, run method and letter head 2014-04-23 19:16:10 +05:30
Anand Doshi
a1bd2176fb NameError handling, fixed copy doc used in amend, handle tabs 2014-04-23 13:39:51 +05:30
Anand Doshi
f26f43dc3c Proper reraise of NameError 2014-04-21 11:34:14 +05:30
Rushabh Mehta
e888d86d9d added header to website and language fixes 2014-04-18 15:59:54 +05:30
Anand Doshi
c04ada7066 Fixes in sync.js and init child 2014-04-16 19:30:36 +05:30
Rushabh Mehta
884c1b1e7a base_document.py: added 2014-04-16 19:19:22 +05:30
Rushabh Mehta
cfec573e77 more message fixes for translation 2014-04-15 22:54:11 +05:30
Rushabh Mehta
ea55d77200 added validation for update_after_submit #270 2014-04-15 15:11:00 +05:30
Rushabh Mehta
e51f612657 fix now in base_document.py 2014-04-15 14:47:41 +05:30
Rushabh Mehta
246a2a84fb fixed strings for translation 2014-04-15 14:40:00 +05:30
Anand Doshi
e2740054dc Fixes to User Form, New method: doc.db_set(fieldname, value), splash.svg, Grid's use of get_docfield
Fixes frappe/erpnext#1447
2014-04-15 13:07:51 +05:30
Rushabh Mehta
6c79e85e8c fixes to reportview and mapper 2014-04-12 12:40:29 +05:30
Anand Doshi
e798db1ef4 Data Import #478 2014-04-10 18:41:23 +05:30
Rushabh Mehta
9aa3d1c53c fixes 2014-04-10 16:38:28 +05:30
Anand Doshi
e3ac45d4b0 docstatus transition check, permissions #478 2014-04-08 13:52:36 +05:30
Anand Doshi
9d5dd1e55f Optimised init_valid_columns, permission check on doc #478 2014-04-07 18:50:37 +05:30
Anand Doshi
678f7e506c Cache get_table_fields #478 2014-04-07 17:19:24 +05:30
Rushabh Mehta
ecce41e97b fixes to doctype save 2014-04-07 12:52:47 +05:30
Anand Doshi
0cbf1e4191 init valid columns, improved load from db - no need to override __getattr__ #478 2014-04-04 13:10:02 +05:30
Pratik Vyas
3196a7f345 add get_db_value to Document 2014-04-04 00:19:05 +05:30
Nabin Hait
647266ecf5 frappe/frappe#478 fixes 2014-04-03 17:38:55 +05:30
Rushabh Mehta
63eb09f3a3 frappe/frappe#478 removed more instances of doclist 2014-04-03 12:38:46 +05:30
Rushabh Mehta
33ce403a28 frappe/frappe#478 removed self.doclist 2014-04-03 11:48:01 +05:30