-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (205 loc) · 16.4 KB
/
Copy pathindex.html
File metadata and controls
245 lines (205 loc) · 16.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Open Source ERP | Web Based ERP | ERPNext.org</title>
<meta name="description" content="Open Source ERP with accounting, inventory management, crm and much more. Built on Python, MySQL and JS">
<meta name="keywords" content="erp, open source, saas, web based">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="text/javascript">var asset_timestamps_={"lib/js/lib/history/history.adapter.jquery.js": "1310718903", "lib/js/lib/history/history.min.js": "1315296053", "lib/js/wn/history.js": "1315295933", "lib/js/lib/superfish/superfish.min.js": "1315308592", "lib/js/legacy/jquery/jquery.jqplot.min.js": "1313994339", "lib/js/legacy/wnf.compressed.js": "1315308595", "js/app.js": "1315303120", "lib/js/legacy/wn/widgets/doc_column_view.js": "1311752688", "lib/js/legacy/utils/rsh.compressed.js": "1311752688", "lib/js/legacy/wn/modules.js": "1311752688", "lib/js/lib/history/history.html4.js": "1310718903", "lib/js/core.min.js": "1315308592", "lib/js/legacy/user.js": "1311752688", "lib/css/legacy/jquery-ui.css": "1311752687", "lib/js/legacy/widgets/report_builder/bargraph.js": "1311752688", "lib/css/legacy/user.css": "1311752687", "lib/css/legacy/default.css": "1315308592", "lib/js/legacy/jquery/jquery-ui.min.js": "1315220242", "templates/template.html": "1315308784", "lib/js/legacy/form.compressed.js": "1315308593", "css/style_.css": "1315308592", "lib/js/legacy/widgets/form/attachments.js": "1315219428", "templates/index.html": "1315301888", "lib/css/ui/status_bar.css": "1315302989", "lib/css/ui/overlay.css": "1315302325", "lib/js/legacy/report.compressed.js": "1315308595", "lib/js/legacy/wn/widgets/filters.js": "1311752688", "index.html": "1315308596", "lib/js/legacy/widgets/print_query.js": "1311752688", "lib/js/lib/jquery.min.js": "1313062880", "lib/js/wn/ui/status_bar.js": "1315303532", "lib/js/lib/history/history.js": "1310718903", "lib/js/legacy/wn/widgets/follow.js": "1311752688", "lib/js/wn/ui/overlay.js": "1315302025"}
wn={}
wn.provide=function(namespace){var nsl=namespace.split('.');var l=nsl.length;var parent=window;for(var i=0;i<l;i++){var n=nsl[i];if(!parent[n]){parent[n]={}}
parent=parent[n];}}
wn.provide('wn.settings');wn.provide('wn.ui');wn.xmlhttp={request:function(){if(window.XMLHttpRequest)
return new XMLHttpRequest();else if(window.ActiveXObject)
return new ActiveXObject("MsXml2.XmlHttp");},complete:function(req,callback,url){if(req.status==200||req.status==304){callback(req.responseText);}else{alert(url+' request error: '+req.statusText+' ('+req.status+')');}},get:function(url,callback,async){if(async===null)async=true;var req=wn.xmlhttp.request();req.onreadystatechange=function(){if(req.readyState==4){wn.xmlhttp.complete(req,callback,url)}}
req.open('GET',url,async);req.send(null);if(!async){wn.xmlhttp.complete(req,callback,url)}}}
wn.assets={executed_:{},exists:function(src){if('localStorage'in window&&localStorage.getItem(src)&&localStorage.getItem('[ts] '+src)==asset_timestamps_[src])
return true},add:function(src,txt){if('localStorage'in window){localStorage.setItem(src,txt);localStorage.setItem('[ts] '+src,asset_timestamps_[src]);}},get:function(src){return localStorage.getItem(src);},extn:function(src){return src.split('.').slice(-1)[0];},html_src:function(src){if(src.indexOf('/')!=-1){var t=src.split('/').slice(0,-1);t.push('src');t=t.join('/')+'/'+a.split('/').slice(-1)[0];}else{var t='src/'+src;}
return t;},load:function(src){var t=wn.assets.extn(src)=='html'?wn.assets.html_src(src):src;wn.xmlhttp.get(t,function(txt){wn.assets.add(src,txt);},false)},execute:function(src){if(!wn.assets.exists(src)){wn.assets.load(src);}
var type=wn.assets.extn(src);if(wn.assets.handler[type]){wn.assets.handler[type](wn.assets.get(src),src);wn.assets.executed_[src]=1;}},handler:{js:function(txt,src){wn.dom.eval(txt);},css:function(txt,src){var se=document.createElement('style');se.type="text/css";if(se.styleSheet){se.styleSheet.cssText=txt;}else{se.appendChild(document.createTextNode(txt));}
document.getElementsByTagName('head')[0].appendChild(se);},html:function(txt,src){var page=wn.dom.add($('.outer .inner').get(0),'div','content',null,txt);page.setAttribute("_src",src);}}}
wn.require=function(items){if(typeof items==="string"){items=[items];}
var l=items.length;for(var i=0;i<l;i++){var src=items[i];if(!(src in wn.assets.executed_)){wn.assets.execute(src)}}}
wn.provide('wn.dom');wn.dom.by_id=function(id){return document.getElementById(id);}
wn.dom.eval=function(txt){var el=document.createElement('script');el.appendChild(document.createTextNode(txt));document.getElementsByTagName('head')[0].appendChild(el);}
wn.dom.add=function(parent,newtag,className,cs,innerHTML,onclick){if(parent&&parent.substr)parent=wn.dom.by_id(parent);var c=document.createElement(newtag);if(parent)
parent.appendChild(c);if(className){if(newtag.toLowerCase()=='img')
c.src=className
else
c.className=className;}
if(cs)wn.dom.css(c,cs);if(innerHTML)c.innerHTML=innerHTML;if(onclick)c.onclick=onclick;return c;}
wn.dom.css=function(ele,s){if(ele&&s){for(var i in s)ele.style[i]=s[i];};return ele;}
wn.dom.hide=function(ele){ele.style.display='none';}
wn.dom.show=function(ele,value){if(!value)value='block';ele.style.display=value;}
wn.page={set:function(src){var new_selection=$('.inner div.content[_src="'+src+'"]');if(!new_selection.length){wn.assets.execute(src);new_selection=$('.inner div.content[_src="'+src+'"]');}
$('.inner .current_page').removeClass('current_page');new_selection.addClass('current_page');var title=$('nav ul li a[href*="'+src+'"]').attr('title')||'No Title'
state=History.getState();if(state.hash!=src){History.replaceState(null,title,src);}
else{document.title=title;}}}
var JSON;if(!JSON){JSON={};}
(function(){"use strict";function f(n){return n<10?'0'+n:n;}
if(typeof Date.prototype.toJSON!=='function'){Date.prototype.toJSON=function(key){return isFinite(this.valueOf())?this.getUTCFullYear()+'-'+
f(this.getUTCMonth()+1)+'-'+
f(this.getUTCDate())+'T'+
f(this.getUTCHours())+':'+
f(this.getUTCMinutes())+':'+
f(this.getUTCSeconds())+'Z':null;};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(key){return this.valueOf();};}
var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'},rep;function quote(string){escapable.lastIndex=0;return escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];return typeof c==='string'?c:'\\u'+('0000'+a.charCodeAt(0).toString(16)).slice(-4);})+'"':'"'+string+'"';}
function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];if(value&&typeof value==='object'&&typeof value.toJSON==='function'){value=value.toJSON(key);}
if(typeof rep==='function'){value=rep.call(holder,key,value);}
switch(typeof value){case'string':return quote(value);case'number':return isFinite(value)?String(value):'null';case'boolean':case'null':return String(value);case'object':if(!value){return'null';}
gap+=indent;partial=[];if(Object.prototype.toString.apply(value)==='[object Array]'){length=value.length;for(i=0;i<length;i+=1){partial[i]=str(i,value)||'null';}
v=partial.length===0?'[]':gap?'[\n'+gap+partial.join(',\n'+gap)+'\n'+mind+']':'['+partial.join(',')+']';gap=mind;return v;}
if(rep&&typeof rep==='object'){length=rep.length;for(i=0;i<length;i+=1){if(typeof rep[i]==='string'){k=rep[i];v=str(k,value);if(v){partial.push(quote(k)+(gap?': ':':')+v);}}}}else{for(k in value){if(Object.prototype.hasOwnProperty.call(value,k)){v=str(k,value);if(v){partial.push(quote(k)+(gap?': ':':')+v);}}}}
v=partial.length===0?'{}':gap?'{\n'+gap+partial.join(',\n'+gap)+'\n'+mind+'}':'{'+partial.join(',')+'}';gap=mind;return v;}}
if(typeof JSON.stringify!=='function'){JSON.stringify=function(value,replacer,space){var i;gap='';indent='';if(typeof space==='number'){for(i=0;i<space;i+=1){indent+=' ';}}else if(typeof space==='string'){indent=space;}
rep=replacer;if(replacer&&typeof replacer!=='function'&&(typeof replacer!=='object'||typeof replacer.length!=='number')){throw new Error('JSON.stringify');}
return str('',{'':value});};}
if(typeof JSON.parse!=='function'){JSON.parse=function(text,reviver){var j;function walk(holder,key){var k,v,value=holder[key];if(value&&typeof value==='object'){for(k in value){if(Object.prototype.hasOwnProperty.call(value,k)){v=walk(value,k);if(v!==undefined){value[k]=v;}else{delete value[k];}}}}
return reviver.call(holder,key,value);}
text=String(text);cx.lastIndex=0;if(cx.test(text)){text=text.replace(cx,function(a){return'\\u'+
('0000'+a.charCodeAt(0).toString(16)).slice(-4);});}
if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,'@').replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,']').replace(/(?:^|:|,)(?:\s*\[)+/g,''))){j=eval('('+text+')');return typeof reviver==='function'?walk({'':j},''):j;}
throw new SyntaxError('JSON.parse');};}}());wn.require("lib/js/lib/jquery.min.js");wn.require("lib/js/lib/history/history.adapter.jquery.js");wn.require("lib/js/lib/history/history.js");wn.require("lib/js/lib/history/history.html4.js");wn.require("lib/js/wn/history.js");$(document).bind('ready',function(){var base=window.location.href.split('#')[0];$.each($('a[softlink!="false"]'),function(i,v){if(v.href.substr(0,base.length)==base){var path=(v.href.substr(base.length));if(path.substr(0,1)!='#'){v.href=base+'#'+path;}}});if(window.location.hash){wn.page.set(window.location.hash.substr(1));}});</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8911157-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">wn.require('js/app.js');</script>
</head>
<body>
<div class="outer">
<div class="header"></div>
<div class="container shadow">
<div class="four columns">
<div>
<div class="sidebar">
<div><image class="logo-img" src="images/erpicons200x200.gif"></div>
<div class="logo">erpnext.org</div>
<nav>
<ul class="">
<li><a href="index.html" title="Open Source ERP | Web Based ERP | ERPNext.org">Home</a></li>
<li><a href="https://www.erpnext.com/#!erpnext-features" title="No Title">Features (erpnext.com)</a>
<ul class="">
<li><a href="https://www.erpnext.com/#!features-accounting" title="No Title">Accounting</a></li>
<li><a href="https://www.erpnext.com/#!features-sales" title="No Title">Sales</a></li>
<li><a href="https://www.erpnext.com/#!features-purchase" title="No Title">Purchase</a></li>
<li><a href="https://www.erpnext.com/#!features-inventory" title="No Title">Inventory</a></li>
<li><a href="https://www.erpnext.com/#!features-projects" title="No Title">Projects</a></li>
<li><a href="https://www.erpnext.com/#!features-human-resources" title="No Title">Human Resources</a></li>
<li><a href="https://www.erpnext.com/#!features-production" title="No Title">Production</a></li>
<li><a href="https://www.erpnext.com/#!features-maintenance" title="No Title">Support</a></li>
<li><a href="https://www.erpnext.com/#!features-analysis" title="No Title">Analysis</a></li>
</ul></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="twelve columns">
<div class="inner">
<div class="content current_page" _src="">
<h2>ERPNext: Open Source, Web Based ERP</h2>
<p>ERPNext is an open source, web based ERP ideal for small and medium businesses. It is a feature rich app that covers accounting, inventory, sales (CRM), purchasing, projects, hrms (payroll), support and much more. Has a built-in report builder and form builder</p>
<p><a href="https://github.com/webnotes/erpnext">Checkout our code on github</a></p>
<p>ERPNext is built on <a href="https://github.com/webnotes/wnframwork">WNFramework - A full stack web app framework in Python and JS</a></p>
<h3>Download</h3>
<p><a href="http://erpnext.org/erpnext-1.0.0.tar.gz" softlink="false">Download the latest source (erpnext-1.0.0.tar.gz)</a></p>
<h3>Pre-requisites</h3>
<p>ERP Next has a web based client. Our install script currently runs on Linux (and Mac OSX). It should not be too hard to set it up on Windows (though we have not tried it)</p>
<p>Pre-requisites:</p>
<pre><code>MySQL
Python (2.6 or above)
Python-MySQL Connector (MySQLdb)
Python libs:
datetime
pytz
</code></pre>
<h3>Install instructions</h3>
<p>Download the latest ERPNext package.</p>
<p>Simple Instructions:</p>
<pre><code>tar xzf erpnext-1.0.0.tar.gz
cd erpnext
sudo python install.py
sudo apachectl restart (or equivalent)
</code></pre>
<ul>
<li><p>Start the browser at http://localhost:8080/</p></li>
<li><p>Username: Administrator</p></li>
<li>Password: admin</li>
</ul>
<h3>Explanation</h3>
<ol>
<li>Enter the database name and password (no blank) for installation</li>
<li>Enter your root database password (so that the script can create the db)</li>
<li>The script will drop an apache configuration file called "erpnext.conf" with the erpnext folder as the document root. It will run a virtual host on the port specified in install_settings.py</li>
</ol>
<h3>I am new to Linux!</h3>
<p>If you are a Linux newbie. Here are some tips to get your started:</p>
<ol>
<li>Install A Nice Linux Distro on your machine (<a href="http://www.ubuntu.com">Ubuntu</a>)</li>
<li>Open the terminal: Accessories -> Terminal</li>
<li>Install the prerequisites using apt-get / yum:
sudo apt-get install python-mysqldb</li>
</ol>
<p>Sample installing pre-requisites on Ubuntu:</p>
<pre><code>sudo apt-get install apache2
sudo apt-get install mysql-server
sudo apt-get install python-mysqldb
sudo apt-get install python-setuptools
easy_install datetime
easy_install pytz
</code></pre>
<h3>Questions / Forum</h3>
<ul>
<li><a href="http://groups.google.com/group/wnframework">Techincal Forum (Google Groups)</a></li>
<li><a href="http://groups.google.com/group/erpnext-user-forum">ERP Related (Google Groups)</a></li>
</ul>
<h3>Bug Reports</h3>
<ul>
<li><a href="https://github.com/webnotes/erpnext/issues">File an issue at Github</a></li>
</ul>
<h3>License</h3>
<ul>
<li>ERPNext: <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a></li>
<li>WNFramework: <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></li>
</ul>
<h3>Commercial</h3>
<p>If you want to use this as a hosted (Software-as-a-service / Cloud) service, register at our commercial offering at <a href="https://erpnext.com">ERPNext.com</a></p>
<h3>Donate</h3>
<p>This app is a result of many years of labour. If you feel you have benefitted by using this application, please send us a donation so that we know you love us and want us to keep improving this app.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="rmehta@gmail.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Web Notes Technologies Pvt Ltd">
<input type="hidden" name="item_number" value="erpnext">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
</div>
</div>
<div class="footer">
Brought you by Web Notes Technologies | All rights and wrongs reserved
</div>
</body>