Commit graph

111 commits

Author SHA1 Message Date
Rushabh Mehta
325def77df [copyright] added Contributors 2013-11-20 12:58:35 +05:30
Rushabh Mehta
d29d128746 [ui] minoro style fixes 2013-11-15 12:54:09 +05:30
Anand Doshi
d8ef72f01f [minor] fixes after cleanup 2013-11-13 18:53:44 +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
75ba09ee1b [cleanup] removed border for forms / pages etc (only desktop will now have background) 2013-11-12 15:03:20 +05:30
Anand Doshi
93151f2fa9 [minor] background image should cover the whole window 2013-11-08 17:43:13 +05:30
Anand Doshi
54aec0b623 [minor] [fix] cint 2013-11-06 18:13:23 +05:30
Anand Doshi
fc2160805b [minor] [fix] report export via open url post 2013-11-06 16:03:58 +05:30
Nabin Hait
6a54002636 [merge] merged with master 2013-10-24 11:21:10 +05:30
Anand Doshi
a38e492f35 [minor] alternative download link for downloadify 2013-10-18 14:26:08 +05:30
Anand Doshi
8584c6ca02 [minor] removed references to server.py 2013-10-17 20:00:52 +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
Rushabh Mehta
115e185131 [autocomplete] Now prefetching using typeahead webnotes/erpnext#861 2013-09-24 18:36:16 +05:30
Rushabh Mehta
6e8e701989 [attachment] added option to specify size as max_attachment_width, max_attachment_height for images 2013-09-18 10:57:41 +05:30
Rushabh Mehta
c4296eca23 minors 2013-09-13 13:02:48 +05:30
Rushabh Mehta
467c36ef08 [minor] install fixes 2013-09-12 17:01:51 +05:30
Anand Doshi
35251db445 [customer login] [minor] commonified listing of orders, invoices, shipments, tickets and messages 2013-08-30 18:23:50 +05:30
Anand Doshi
5c1fcded9c [fix] [minor] use prop instead of attr to disable a field 2013-08-30 18:23:03 +05:30
Anand Doshi
1ff57101fd [fix] [minor] added back showdown.js as markdown.js 2013-08-23 15:28:11 +05:30
Rushabh Mehta
96236d636e [major] upgrade to bootstrap 3 2013-08-21 17:48:02 +05:30
Anand Doshi
90f6e36fc3 [fix] [minor] _round function - implement round halfs to nearest even number 2013-08-19 19:58:22 +05:30
Anand Doshi
a7cf1df5a9 [minor] [fix] precision for float fields on server-side 2013-08-12 11:58:01 +05:30
Rushabh Mehta
11c8579c71 [about] [minor] Cleaup 2013-08-07 11:45:38 +05:30
Anand Doshi
848bdc312c [fix] default float precision = 3, changed description of float precision in global defaults [issue] webnotes/erpnext#712 2013-08-06 13:33:42 +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
c7857829d8 [fix] [minor] [issue] webnotes/erpnext#661 - remove script and style tags from communication content 2013-08-01 19:55:28 +05:30
Anand Doshi
473a18c89e [fix] [minor] [precision] for float type fields, use default float precision 2013-07-29 16:10:37 +05:30
Rushabh Mehta
a8c423361e [docs] [minor] update to docs, fixed bug in file_manager 2013-07-15 17:14:38 +05:30
Rushabh Mehta
e435c5af82 Merge branch 'responsive' of github.com:webnotes/wnframework into responsive 2013-07-11 12:17:15 +05:30
Rushabh Mehta
a17bd79ed8 [feature] Linked With now shows parent Documents 2013-07-11 12:16:30 +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
623380ffe7 [form cleanup] 2013-07-05 12:43:59 +05:30
Rushabh Mehta
5c86e576fb [forms] cleanup, fixing usability and added form dashboard 2013-07-02 18:13:24 +05:30
Rushabh Mehta
b52c1c6631 [company] [setup] added on_doctype_update to add indexes, renamed make_obj to make_controller 2013-06-28 12:49:25 +05:30
Rushabh Mehta
eeee81de6f [notification] refresh on session_alive 2013-06-20 12:35:13 +05:30
Anand Doshi
d132109430 [communication] [fix] escape script and style in a communication 2013-06-12 12:31:23 +05:30
Rushabh Mehta
b0210acd0a [profile] removed themes 2013-06-07 15:09:44 +05:30
Nabin Hait
d572c91210 Merge branch 'responsive' of github.com:webnotes/wnframework into responsive 2013-06-05 12:35:03 +05:30
Anand Doshi
b9c6f95758 [downloadify] download data using server if flash is disabled/missing 2013-06-03 11:34:51 +05:30
Anand Doshi
2baa15d4a2 [precision and currency] [fix] fix in get precision and display of currency 2013-05-31 14:30:21 +05:30
Rushabh Mehta
62fba44470 [control] fix mandatory 2013-05-30 11:44:33 +05:30
Anand Doshi
5973b47e44 [form/grid] make copy of docfields for each form's grid, set column display method 2013-05-28 18:54:16 +05:30
Anand Doshi
e8e2c68124 Merge branch 'webshop' of github.com:webnotes/wnframework into responsive 2013-05-28 17:44:56 +05:30
Anand Doshi
25fedea7da [wn.utils.sum] [fix] 2013-05-28 17:22:56 +05:30
Anand Doshi
fb413661c2 [utils] added a method to sum an array of numbers 2013-05-27 19:28:19 +05:30
Rushabh Mehta
d471fd5dac [listview label] changed class for red label in list view, fixes #125 2013-05-27 17:41:53 +05:30
Rushabh Mehta
7fbfcc6ef7 [merge] merge with master 2013-05-24 16:09:12 +05:30
Rushabh Mehta
a83f391c67 [form/list] ui fixes, [note] new table to merge question + answer 2013-05-24 16:00:55 +05:30
Rushabh Mehta
af72667601 [form] [tags] added tags via tag-it in forms and listview 2013-05-24 11:20:43 +05:30
Anand Doshi
aa87a3a9ae Merge branch 'edge' of github.com:webnotes/wnframework into webshop 2013-05-21 19:36:12 +05:30