From 902687091c4f1e11b1677a897a2f05af253836f6 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 22 Mar 2012 13:24:41 +0530 Subject: [PATCH 1/2] fix in search --- css/all-app.css | 2 +- css/all-web.css | 2 +- js/all-app.js | 2 +- version.num | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/all-app.css b/css/all-app.css index 6ef5847ca4..cb9940bfdb 100644 --- a/css/all-app.css +++ b/css/all-app.css @@ -3479,7 +3479,7 @@ span, div, td, input, textarea, button, select { } body { - background: url(../lib/images/ui/redbeech.jpg) repeat; + background: url(../images/redbeech.jpg) repeat; } .small { diff --git a/css/all-web.css b/css/all-web.css index a6c3429180..6a75d12c2a 100644 --- a/css/all-web.css +++ b/css/all-web.css @@ -1619,7 +1619,7 @@ span, div, td, input, textarea, button, select { } body { - background: url(../lib/images/ui/redbeech.jpg) repeat; + background: url(../images/redbeech.jpg) repeat; } .small { diff --git a/js/all-app.js b/js/all-app.js index 3eda674be9..5aaca817c1 100644 --- a/js/all-app.js +++ b/js/all-app.js @@ -1332,7 +1332,7 @@ wn.ui.toolbar.NewDialog=wn.ui.toolbar.SelectorDialog.extend({init:function(){thi /* * lib/js/wn/ui/toolbar/search.js */ -wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_read.join(',').split(','));makeselector();}}); +wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_search.join(',').split(','));makeselector();}}); /* * lib/js/wn/ui/toolbar/report.js */ diff --git a/version.num b/version.num index 97dc468497..5b2b555c51 100644 --- a/version.num +++ b/version.num @@ -1 +1 @@ -1339 +1340 \ No newline at end of file From 8463870a4fa048e612cf616fc04f4c9608d16e17 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 22 Mar 2012 13:39:23 +0530 Subject: [PATCH 2/2] Added Custom Scripts in setup page --- erpnext/setup/page/setup/setup.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/erpnext/setup/page/setup/setup.html b/erpnext/setup/page/setup/setup.html index 50ef112bbb..056a28f2f6 100644 --- a/erpnext/setup/page/setup/setup.html +++ b/erpnext/setup/page/setup/setup.html @@ -31,10 +31,6 @@ Amount based Authorization Rules
Restrict submission rights based on amount

-

- Modules Setup
- Show, hide modules -

Data

@@ -84,22 +80,30 @@

Customize ERPNext

-

- Custom Fields
- Add fields to forms -

Customize Forms
Change entry properties (hide fields, make mandatory etc)

- Numbering Series
- Set multiple numbering series for transactions + Custom Fields
+ Add fields to forms +

+

+ Custom Scripts
+ Add custom code to forms

Disable Features
Simplify entry forms by disabling features

+

+ Modules Setup
+ Show, hide modules +

+

+ Numbering Series
+ Set multiple numbering series for transactions +

Branding and Printing

@@ -115,14 +119,16 @@ Print Headings
Add headers for standard print formats

+

Style Settings
Change background fonts etc

- \ No newline at end of file +