Commit graph

1281 commits

Author SHA1 Message Date
Anand Doshi
b8ca7227cc [fix] [minor] fixes after bootstrap 3 2013-08-22 15:37:09 +05:30
Anand Doshi
9d1381c33b [fix] [minor] do not allow website user access to app 2013-08-22 15:08:55 +05:30
Anand Doshi
7029a0ca7d [fix] [minor] do not allow website user access to app 2013-08-22 15:01:42 +05:30
Anand Doshi
b3e37cb52e [fix] [minor] bootstrap 3 fixes 2013-08-22 15:01:11 +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
Rushabh Mehta
96236d636e [major] upgrade to bootstrap 3 2013-08-21 17:48:02 +05:30
Rushabh Mehta
1df8e7147b [style] added fancy loading effect NProgress 2013-08-21 11:18:39 +05:30
Rushabh Mehta
f8a4227cf8 Merge branch 'master' of github.com:webnotes/wnframework 2013-08-20 15:19:03 +05:30
Rushabh Mehta
7728c8bcfc [minor] [data import] [reportview] fixes 2013-08-20 15:18:06 +05:30
Anand Doshi
8a3fb1f5fd [fix] [minor] if localStorage quota exceeded, clear localStorage 2013-08-20 14:44:25 +05:30
Anand Doshi
f28ffcf9c2 [fix] [minor] letterhead max-width as 100% in print format 2013-08-20 13:40:20 +05:30
Anand Doshi
33c9db9552 Merge branch 'master' of github.com:webnotes/wnframework 2013-08-19 20:01:32 +05:30
Anand Doshi
90f6e36fc3 [fix] [minor] _round function - implement round halfs to nearest even number 2013-08-19 19:58:22 +05:30
Nabin Hait
2b77e26f5c Merge branch 'serial_no' of github.com:webnotes/wnframework 2013-08-19 16:22:19 +05:30
Anand Doshi
32451e9669 [fix] [minor] do not add new row in grid of a submitted form 2013-08-19 11:18:18 +05:30
Rushabh Mehta
17c093a708 Merge branch 'master' of github.com:webnotes/wnframework 2013-08-16 13:28:40 +05:30
Nabin Hait
d96816b89e [fix] [minor] get_perm function added in form.js 2013-08-16 12:29:04 +05:30
Rushabh Mehta
5741ad0d5e Merge branch 'master' of github.com:webnotes/wnframework 2013-08-14 18:40:08 +05:30
Rushabh Mehta
0a4e0a6f88 [doc] [minor] add # to autoname if not specified 2013-08-14 18:36:01 +05:30
Anand Doshi
4804d7e81a [fix] [minor] set dirty on sync 2013-08-14 18:34:59 +05:30
Nabin Hait
dc1ddbc948 Merge branch 'master' of github.com:webnotes/wnframework 2013-08-14 14:41:18 +05:30
Nabin Hait
e240df5bb3 [fix] [minor] call dirty when synced with local doclist 2013-08-14 14:41:08 +05:30
Anand Doshi
fd5efc69e1 [fix] [minor] downsample data to 1000 points before plotting using flot.downsample plugin 2013-08-14 14:22:47 +05:30
Anand Doshi
6773f65478 [fix] [minor] reportview edit - check if write permission, before opening popup 2013-08-13 13:08:53 +05:30
Rushabh Mehta
78f083da7a [minor] [patching] Show a nice message when system is upgrading webnotes/wnframework#178 2013-08-13 10:28:50 +05:30
Anand Doshi
2897dfd3aa [fix] [minor] round off currency values in grid reports 2013-08-12 17:32:46 +05:30
Anand Doshi
a7cf1df5a9 [minor] [fix] precision for float fields on server-side 2013-08-12 11:58:01 +05:30
Anand Doshi
e69539567d [fix] [minor] change banner color 2013-08-09 17:07:11 +05:30
Anand Doshi
3886cad8b2 [cleanup] [minor] wn.ui.toolbar.show_banner 2013-08-09 16:57:52 +05:30
Rushabh Mehta
a33299a6f5 [reportview] Editable 2013-08-08 15:59:04 +05:30
Rushabh Mehta
53bfa71906 [grid] Added Add Row at Bottom 2013-08-08 14:16:12 +05:30
Rushabh Mehta
5a6de0a704 [grid] Keyboard navigation to Move Up, Down, Close 2013-08-08 11:35:15 +05:30
Anand Doshi
6c3a9fcac8 [minor] removed console log 2013-08-07 20:15:08 +05:30
Anand Doshi
4545987c9f [fix] [minor] show percent fields as right aligned, query report ajax should be of type GET 2013-08-07 19:08:12 +05:30
Rushabh Mehta
fc52b92562 [about] [minor] Cleaup 2013-08-07 11:46:09 +05:30
Rushabh Mehta
11c8579c71 [about] [minor] Cleaup 2013-08-07 11:45:38 +05:30
Anand Doshi
fae9b29ebb [minor] [fix] grid 2013-08-06 18:41:13 +05:30
Anand Doshi
e2cb03328a Merge branch 'master' of github.com:webnotes/wnframework 2013-08-06 18:09:39 +05:30
Anand Doshi
69574b6a3f [fix] [minor] [issue] webnotes/erpnext#726 - grid close button 2013-08-06 18:05:25 +05:30
Rushabh Mehta
06abc79c4a Merge branch 'master' of github.com:webnotes/wnframework 2013-08-06 17:53:57 +05:30
Rushabh Mehta
348db9c49b [salary structure] Cleanup, Fixed Monthly Register Report and other minor changes 2013-08-06 17:53:40 +05:30
Anand Doshi
79e2c3f702 [newsletter] show send progess [issue] webnotes/erpnext#531 2013-08-06 17:01:27 +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
ca98b885f2 [mapper] [minor] idx fix for multiple pulls webnotes/erpnext#651 2013-08-06 12:40:23 +05:30
Rushabh Mehta
109e9fd5ce Merge branch 'master' of github.com:webnotes/wnframework 2013-08-05 18:17:54 +05:30
Anand Doshi
4a288a8d6d Merge branch 'master' of github.com:webnotes/wnframework 2013-08-05 18:08:28 +05:30
Anand Doshi
ed1c2c6ab5 [fix] [minor] [grid] performance fixes 2013-08-05 18:04:09 +05:30
Rushabh Mehta
eb63506ee7 [gantt] [minor] fixes webnotes/erpnext#627 2013-08-05 16:51:15 +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
a623d94b09 [grid] [minor] sortable selector fix 2013-08-05 13:02:52 +05:30