Commit graph

431 commits

Author SHA1 Message Date
Nabin Hait
e82aeb0274 Scrub urls of email attachments 2014-01-31 12:37:22 +05:30
Akhilesh Darjee
86bacfe901 [fix] [minor] improved month_start and month_end 2013-12-24 14:34:44 +05:30
Akhilesh Darjee
bc8d4a946a [fix] [minor] hide fields and report filters fixed 2013-12-04 19:01:37 +05:30
Rushabh Mehta
03c1a053ea [print preview] brought back inside form 2013-11-25 14:39:12 +05:30
Rushabh Mehta
325def77df [copyright] added Contributors 2013-11-20 12:58:35 +05:30
Rushabh Mehta
dae173cf39 [cleanup] Fixed title bars, toolbars in all pages, added default background 2013-11-13 16:54:50 +05:30
Rushabh Mehta
4e5e6596c2 [ui] Flattified toolbar like ios7 2013-11-13 16:54:49 +05:30
Anand Doshi
ed4ba6801d Merge pull request #290 from miguelfontanes/master
[minor] Update strip method of datatype.js to handle null/undefined
2013-11-12 04:20:02 -08:00
miguelfontanes
1a6c723d45 Update datatype.js
I have an error with IE10 loading the app. Nothing appears because of the cookies. The cookie cart_count is undefined so the strip method returns an error (lstrip).
The solution to this error was to check if the string is empty before trying to strip it.
2013-11-11 14:30:09 -05:00
Rushabh Mehta
88b28ff7a1 [cleanup] UI Fixes, minor 2013-11-06 11:29:39 +05:30
Pratik Vyas
8dbda9a354 Merge pull request #276 from akhileshdarjee/wsgi
[route] added routing options in reportview
2013-10-10 04:08:17 -07:00
Rushabh Mehta
11902da48d [form] header, added Minibar 2013-10-10 13:42:16 +05:30
Akhilesh Darjee
f3e1ca475c [route] added routing options in reportview 2013-10-09 17:42:59 +05:30
Rushabh Mehta
d2a1ba6cd0 [form] Added new controls Attach and Attach Image and cleaned up field_groups - now using full form layout 2013-10-07 18:29:02 +05:30
Anand Doshi
02828e0cbb Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-02 17:12:56 +05:30
Rushabh Mehta
a2eb9820a0 [minor] fixed 403s and 404s 2013-10-02 17:11:51 +05:30
Anand Doshi
c7253a830a Merge branch 'master' of github.com:webnotes/wnframework into wsgi
Conflicts:
	requirements.txt
	webnotes/handler.py
	webnotes/install_lib/install.py
	webnotes/model/sync.py
	webnotes/webutils.py
2013-10-02 16:46:35 +05:30
Akhilesh Darjee
3f8223ddfe [fix] [minor] dirty() fixes 2013-09-30 12:45:43 +05:30
Akhilesh Darjee
4e175b0331 [fix] fixes for dirty() 2013-09-27 12:35:52 +05:30
Rushabh Mehta
3483280acd [fixes] [minor] fixed sitemap / rss 2013-09-17 13:00:59 +05:30
Rushabh Mehta
224aa2442b [minor] changes to make new app friendly 2013-09-11 16:07:25 +05:30
Rushabh Mehta
b023635e53 [print format] [lang] Standard Print Format now translated 2013-09-06 16:48:19 +05:30
Rushabh Mehta
f631ee015c [finder] [started] [wip] 2013-09-06 12:44:53 +05:30
Rushabh Mehta
a66e0b09ed [lang] Added Greek (el) + cleanups relating to translate 2013-09-05 19:24:36 +05:30
Rushabh Mehta
a39095e247 [minor] added before_submit method in js 2013-09-04 18:01:47 +05:30
Rushabh Mehta
704462fc03 [minor] added before_submit method in js 2013-09-04 18:00:39 +05:30
Rushabh Mehta
90442c7630 [pos] [cleanup] 2013-08-23 13:16:21 +05:30
Akhilesh Darjee
27a10a6929 [bug][issue] erpnext/issue#241 - adding print formats of all opened doctypes 2013-08-22 14:25:35 +05:30
Anand Doshi
f28ffcf9c2 [fix] [minor] letterhead max-width as 100% in print format 2013-08-20 13:40:20 +05:30
Nabin Hait
d96816b89e [fix] [minor] get_perm function added in form.js 2013-08-16 12:29:04 +05:30
Rushabh Mehta
2e95247b5f [minor] [license] Standardizied license string in py an js code files 2013-08-05 14:46:00 +05:30
Anand Doshi
9938b29751 [minor] pass filters to cur_frm.get_doclist 2013-08-01 18:18:56 +05:30
Anand Doshi
f6f54d7027 [fix] [client script] call cur_frm.cscript.custom_ type functions in the callback of standard functions 2013-07-29 19:30:37 +05:30
Rushabh Mehta
782fdaf8af [minor] flattened public/js/legacy dir tree 2013-07-29 12:09:37 +05:30
Nabin Hait
c3f9e13323 [feature] pull from material request based on supplier 2013-07-26 19:45:22 +05:30
Anand Doshi
955f07dd75 [fix] [minor] call refresh_fields after cur_frm.call when doc is passed 2013-07-25 19:13:45 +05:30
Anand Doshi
cf211e4888 [minor] [print] create print html in a new window, so as to avoid style creep 2013-07-18 18:44:56 +05:30
Anand Doshi
4f17c8d1ef [minor] [print] create print html in a new window, so as to avoid style creep 2013-07-18 18:37:57 +05:30
Anand Doshi
0930c52fc1 [minor] run script manager after making object 2013-07-11 19:14:21 +05:30
Anand Doshi
a000ec95d7 [minor] converty types for single doctypes in load_from_db, moved some functions to number_format.js for use in website 2013-07-10 20:48:00 +05:30
Rushabh Mehta
5ec86a5b42 [feature] Added 'Customize' and 'Import' fields in List view, [cleanups] #194, #113 2013-07-09 16:04:03 +05:30
Nabin Hait
db1e475ac8 [merge] report match condition 2013-07-09 12:57:01 +05:30
Rushabh Mehta
6ba11facdd [form] [layout] renumber sections after refresh 2013-07-09 11:28:16 +05:30
Rushabh Mehta
69318a01a0 [mappers] cleanup, remove dt_map, map_doclist and other such functions 2013-07-08 11:08:27 +05:30
Anand Doshi
0e588aeb69 Merge branch 'responsive' of github.com:webnotes/wnframework into responsive
Conflicts:
	public/js/legacy/widgets/form/form.js
2013-07-04 17:18:38 +05:30
Anand Doshi
46c758926a [fixes] in doctype, code, controller and layout 2013-07-04 16:47:05 +05:30
Rushabh Mehta
7c174f60b3 [buying] started cleanup, [mapper] started rewrite 2013-07-04 12:50:51 +05:30
Rushabh Mehta
2c3d549764 [form] [legacy-js] removed old Dialog, PageHeader etc., cleanup Opportunity and Quotation 2013-07-03 13:27:38 +05:30
Rushabh Mehta
5c86e576fb [forms] cleanup, fixing usability and added form dashboard 2013-07-02 18:13:24 +05:30
Rushabh Mehta
3dd62e7a3f [print] fix wnframework #192, fix in journal voucher 2013-07-01 12:59:20 +05:30