Anand Doshi
9cc9f5ab15
[fix] cast time string to timedelta
2015-05-15 18:20:50 -07:00
Anand Doshi
1845c08676
[fix] save images attached in text editor fields of children
2015-05-07 12:35:37 -07:00
Rushabh Mehta
5a8621df09
[fixes] print format print hide fixes frappe/erpnext#3179
2015-05-04 11:59:48 +05:30
Rushabh Mehta
9334f91eb9
[fixes] added for update in document save to prevent double saving
2015-04-27 13:13:04 +05:30
Anand Doshi
1459242715
website fixes
2015-04-07 21:05:38 +05:30
Anand Doshi
f2f4756d29
[hotfix] get_valid_dict and datetime
2015-04-06 12:18:25 +05:30
Anand Doshi
1a06e5cd6c
Fix null date and datetime values that got stored like 0000-00-00. Good riddance!
2015-04-05 17:19:55 +05:30
Anand Doshi
67b4d5d2f3
[fix] cast and compare values in update after submit
2015-04-03 19:42:48 +05:30
Rushabh Mehta
57406c034c
[analytics] optional plugin for google analytics
2015-04-03 12:22:24 +05:30
Anand Doshi
988401397c
[fix] changed catching of duplicate entry and deadlock
2015-04-02 15:35:21 +05:30
Rushabh Mehta
c153b810e0
[fix] high level perms serverside checking
2015-03-26 19:33:10 +05:30
Rushabh Mehta
99ca7d5f8a
[email] fixed test cases for bulk emails
2015-03-19 17:15:44 +05:30
Rushabh Mehta
bead93693d
[email] many fixes, bulk email, unsubscribe
2015-03-19 17:15:43 +05:30
Anand Doshi
c10e3ec75e
frappe.as_json
2015-03-18 16:21:41 +05:30
Anand Doshi
b2d7efa682
optimizations
2015-03-18 15:05:47 +05:30
Anand Doshi
eceed3a6c8
Fixed recents, Show change log on version update. Fixes #905
2015-03-04 17:21:09 +05:30
Anand Doshi
2995f02f3b
Web Notes to Frappe, better alerts, css fixes, fixed splash
2015-03-03 15:09:34 +05:30
Anand Doshi
7f75e233a8
Website Listing
2015-02-23 22:30:03 +05:30
Rushabh Mehta
a955c658ca
[fixes] minor
2015-02-23 20:17:30 +05:30
Rushabh Mehta
6a662e574a
[fix] minor
2015-02-20 20:09:15 +05:30
Rushabh Mehta
ffe1b9eacc
[fix] naming frappe/erpnext#2794
2015-02-20 11:50:14 +05:30
Rushabh Mehta
221e6f2fae
[minor] moved precision to base_document
2015-02-17 19:54:06 +05:30
Pratik Vyas
43276932fd
Load Document controller instead of BaseDocument controller in case of custom doctype
2015-02-17 15:26:49 +05:30
Nabin Hait
508c4fc64b
Fixed Conflict while merging v4 to v5
2015-02-10 17:20:39 +05:30
Rushabh Mehta
8cde7bfc23
[print] tables & [feature] share #992
2015-02-04 17:01:46 +05:30
Rushabh Mehta
c19cb66542
[print-format] add print heading + fix tables
2015-02-03 17:54:36 +05:30
Rushabh Mehta
4c8558665d
[todo] naming as hash
2015-02-03 10:35:49 +05:30
Rushabh Mehta
cf3074a20b
[print-format] completed print format builder
2015-01-30 17:08:12 +05:30
Rushabh Mehta
456621b931
[email] implemented, tested basic in and out
2015-01-21 17:37:58 +05:30
Rushabh Mehta
090e9ac48c
[ui] workflow and listview
2015-01-08 14:28:24 +05:30
John Vermette
86715e55ad
Update base_document.py
2014-12-23 10:55:46 -05:00
Rushabh Mehta
055e7b68d9
[new-feature] ⭐
2014-11-21 18:11:32 +05:30
Nabin Hait
91e8556bb8
minor translation fix
2014-11-14 18:14:20 +05:30
Pratik Vyas
4fb0700dc0
[minor] fix msgprint from duplicate name
2014-11-14 17:55:32 +05:30
Rushabh Mehta
575ec0015a
[api] added frappe.client.get_list
2014-09-26 18:53:37 +05:30
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