Commit graph

58 commits

Author SHA1 Message Date
Anand Doshi
d76d8d3b7e Merge branch 'customer-login' 2013-09-05 12:21:26 +05:30
Anand Doshi
a9a151c090 [fix] [minor] check for basestring before using encode/decode 2013-09-04 18:07:27 +05:30
Anand Doshi
2ae59c312d [minor] added is_html function 2013-09-04 16:45:32 +05:30
Rushabh Mehta
799665f4b6 [minor] webnotes/erpnext#790 2013-09-04 16:25:35 +05:30
Rushabh Mehta
695e0cd61b [minor] communication, webnotes/erpnext#790 2013-09-04 16:20:16 +05:30
Rushabh Mehta
b178ed7dd2 [bug] [minor] fix #790 2013-09-04 14:42:36 +05:30
Rushabh Mehta
e55fb97b5c [demo] New ERPNext Demo 2013-08-26 16:17:50 +05:30
Anand Doshi
90f6e36fc3 [fix] [minor] _round function - implement round halfs to nearest even number 2013-08-19 19:58:22 +05:30
Rushabh Mehta
2e95247b5f [minor] [license] Standardizied license string in py an js code files 2013-08-05 14:46:00 +05:30
Rushabh Mehta
9d00e1df61 [calendar] [feature] Added Recurring Events 2013-07-26 13:22:49 +05:30
Rushabh Mehta
fce25fe3b6 [docs] remove attributions from page and added to docs 2013-07-26 11:21:44 +05:30
Rushabh Mehta
92a68e1e44 [minor] take default site address from conf.host_name if mentioned #211 2013-07-25 11:39:54 +05:30
Anand Doshi
58687b3c8c [utils] function that filters empty values, strips and joins values in a list 2013-06-13 14:42:23 +05:30
Anand Doshi
57cf0bc28e [precision] precision of a currency field based on currency's number format 2013-05-10 18:07:57 +05:30
Rushabh Mehta
6c916cfe8e [doclist] [filters] added truthsy falsy fitlers 2013-05-02 11:34:05 +05:30
Rushabh Mehta
7851505e64 [logging] added webnotes.log() and logging property in conf.py to enable debug logs 2013-04-26 13:07:11 +05:30
Rushabh Mehta
3211552c06 [framework] [cleanup] desktop, todo, messages, modules setup moved to framework 2013-04-03 15:21:42 +05:30
Rushabh Mehta
ac127f0986 merge 2013-03-21 17:40:08 +05:30
Saurabh
b1bd65a78c test_fmt_money added and webnotes/utils/__init__.py updated 2013-03-21 15:18:36 +05:30
Saurabh
f73b80c7b4 msgprnt() to errprint() 2013-03-20 16:38:50 +05:30
Saurabh
67ba6b665f replaced print with msgprint 2013-03-20 13:07:22 +05:30
Anand Doshi
32d8e5e6c7 fixes in money in words 2013-03-13 15:47:42 +05:30
Anand Doshi
15f272d48c fix in utils init 2013-03-06 16:07:02 +05:30
Nabin Hait
6e2817d5f3 use get global default instead of from control panel for getting date_format and session_expiry 2013-03-06 13:13:36 +05:30
Anand Doshi
cb8a35361b added validate value to DocListController - a common validation method with a standard message 2013-03-05 12:24:41 +05:30
Rushabh Mehta
71f2f3a1b1 completed Time Log / Time Log Batch 2013-03-01 18:24:50 +05:30
Anand Doshi
c995cc096a fix in formatdate when no date is passed 2013-02-21 12:04:25 +05:30
Rushabh Mehta
7a22b9ce47 website settings social icons 2013-02-20 15:02:20 +05:30
Anand Doshi
bcb3382f4f fixes in assign to url 2013-02-14 13:36:41 +05:30
Rushabh Mehta
2c16f10a62 added date in pop3 mails 2013-02-11 16:21:14 +05:30
Anand Doshi
b32cb52504 fixed get default date format in formatdate 2013-02-08 15:26:55 +05:30
Rushabh Mehta
0f8da0e838 bugfix in session update and separated GET and POST queries 2013-01-31 11:20:08 +05:30
Rushabh Mehta
8d6846d21c fixes to currency number formatting - will pick first from currency master and also made explict options for number formatting 2013-01-28 10:42:31 +05:30
Nabin Hait
6a5b3c18ce fixes in fmt_money 2013-01-25 13:39:50 +05:30
Rushabh Mehta
dc8177fc10 added format_currency and added options to all currency fields 2013-01-23 19:39:46 +05:30
Nabin Hait
b6bddedbf6 updated fraction 2013-01-22 11:22:28 +05:30
Nabin Hait
14dc6c20bd fixes in total_in_words 2013-01-21 17:24:29 +05:30
Rushabh Mehta
8f71135af0 cleaned up support email 2013-01-15 12:29:42 +05:30
Rushabh Mehta
ad7a7380d2 Merge branch 'master' of github.com:webnotes/wnframework 2013-01-14 15:48:22 +05:30
Rushabh Mehta
f8ba11da10 added code to update timestamps in Task, Customer Issue and Support Ticket 2013-01-14 15:47:57 +05:30
Anand Doshi
a5cd4727c4 get base path of the folder where erpnext is installed 2013-01-14 11:17:19 +05:30
Anand Doshi
b17badfd58 updated execute_in_shell 2013-01-10 10:53:25 +05:30
Anand Doshi
75287e6c82 enclose in quotes in comma or 2012-12-28 19:27:30 +05:30
Rushabh Mehta
20afd403d3 email validate fix 2012-12-19 15:20:06 +05:30
Anand Doshi
58bfe5e131 fixed email validation 2012-12-13 18:34:36 +05:30
Rushabh Mehta
80ba39dd9b rewrote session management:added copy in memcache that is looked up first before updating db 2012-12-12 14:32:44 +05:30
Anand Doshi
ea0062b37f fix in date validation 2012-12-11 19:10:20 +05:30
Anand Doshi
34b58ca3a1 updated webnotes.utils.__init__ with a few refactored methods 2012-12-04 11:53:42 +05:30
Anand Doshi
cb73a34508 added get_doctype, fixed a minor bug in email recipient list splitting 2012-11-30 15:10:16 +05:30
Rushabh Mehta
98856f3cbe backup files with database and email link 2012-11-14 13:29:58 +05:30