patch etc fixes
This commit is contained in:
parent
66ac2b018a
commit
b5717bd807
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
## ERPNext - Open Source + SAAS ERP
|
||||||
|
|
||||||
|
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS
|
||||||
|
|
||||||
|
Built on Python / MySQL / wnframework
|
||||||
|
|
||||||
|
http://erpnext.org
|
||||||
File diff suppressed because one or more lines are too long
@ -291,12 +291,12 @@ def execute(patch_no):
|
|||||||
elif patch_no == 353:
|
elif patch_no == 353:
|
||||||
reload_doc('hr', 'doctype', 'salary_manager')
|
reload_doc('hr', 'doctype', 'salary_manager')
|
||||||
elif patch_no == 354:
|
elif patch_no == 354:
|
||||||
reload_doc('setup', 'doctype','feature_setup')
|
reload_doc('setup', 'doctype','features_setup')
|
||||||
reload_doc('stock','doctype','item')
|
reload_doc('stock','doctype','item')
|
||||||
sql("update tabDocField set label='Produced Qty',description='Updated after finished goods are transferred to FG Warehouse through Stock Entry' where parent='Production Order' and fieldname='produced_qty'")
|
sql("update tabDocField set label='Produced Qty',description='Updated after finished goods are transferred to FG Warehouse through Stock Entry' where parent='Production Order' and fieldname='produced_qty'")
|
||||||
rs = sql("select fieldname from tabDocField where parent='Features Setup' and fieldname is not null")
|
rs = sql("select fieldname from tabDocField where parent='Features Setup' and fieldname is not null")
|
||||||
from webnotes.model.doc import Document
|
from webnotes.model.doc import Document
|
||||||
m = Document('Features Setup')
|
m = Document('Features Setup', 'Features Setup')
|
||||||
for d in rs:
|
for d in rs:
|
||||||
m.fields[d[0]] = 1
|
m.fields[d[0]] = 1
|
||||||
m.save()
|
m.save()
|
||||||
|
|||||||
@ -2,15 +2,6 @@
|
|||||||
|
|
||||||
add_in_head = """
|
add_in_head = """
|
||||||
<style>
|
<style>
|
||||||
h1, h2, h3, h4 {
|
|
||||||
font-family: Tahoma, Sans Serif;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
body, span, div, td, input, textarea, button, select {
|
|
||||||
font-family: Verdana, Arial, Sans Serif;
|
|
||||||
font-size: 12px
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
"""
|
"""
|
||||||
@ -1,3 +1,13 @@
|
|||||||
|
h1, h2, h3, h4 {
|
||||||
|
font-family: Tahoma, Sans Serif;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
body, span, div, td, input, textarea, button, select {
|
||||||
|
font-family: Verdana, Arial, Sans Serif;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #e2e2e2;
|
background-color: #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 318 B |
@ -3,7 +3,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>ERPNext</title>
|
<title>ERPNext</title>
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<script type="text/javascript">var asset_timestamps_={"lib/js/lib/history/history.adapter.jquery.js": "1310718903", "lib/js/lib/history/history.min.js": "1315221478", "lib/js/wn/history.js": "1313759392", "lib/js/lib/superfish/superfish.min.js": "1315222973", "lib/js/legacy/jquery/jquery.jqplot.min.js": "1313994339", "lib/js/legacy/wnf.compressed.js": "1315227202", "js/app.js": "1315226253", "lib/css/layout.css": "1313603562", "lib/css/base.css": "1314774281", "lib/js/legacy/wn/modules.js": "1311752688", "lib/js/lib/history/history.html4.js": "1310718903", "lib/js/core.min.js": "1315225602", "lib/js/legacy/user.js": "1311752688", "lib/css/legacy/jquery-ui.css": "1311752687", "lib/js/legacy/wn/widgets/doc_column_view.js": "1311752688", "lib/js/legacy/widgets/report_builder/bargraph.js": "1311752688", "lib/css/legacy/user.css": "1311752687", "lib/css/legacy/default.css": "1315222973", "lib/js/legacy/jquery/jquery-ui.min.js": "1315220242", "config/_timestamps.js": "1315228305", "lib/js/legacy/form.compressed.js": "1315222973", "lib/js/legacy/widgets/form/attachments.js": "1315219428", "templates/index.html": "1315223202", "lib/js/legacy/report.compressed.js": "1315222973", "lib/css/skeleton.css": "1313603562", "lib/js/legacy/wn/widgets/filters.js": "1311752688", "index.html": "1315228304", "lib/js/legacy/widgets/print_query.js": "1311752688", "lib/js/lib/jquery.min.js": "1313062880", "lib/js/lib/history/history.js": "1310718903", "lib/js/legacy/wn/widgets/follow.js": "1311752688"}
|
<script type="text/javascript">var asset_timestamps_={"lib/js/lib/history/history.adapter.jquery.js": "1310718903", "lib/js/lib/history/history.min.js": "1315221478", "lib/js/wn/history.js": "1313759392", "lib/js/lib/superfish/superfish.min.js": "1315222973", "lib/js/legacy/jquery/jquery.jqplot.min.js": "1313994339", "lib/js/legacy/wnf.compressed.js": "1315293232", "js/app.js": "1315226253", "lib/css/layout.css": "1313603562", "lib/css/base.css": "1314774281", "lib/js/legacy/wn/modules.js": "1311752688", "lib/js/lib/history/history.html4.js": "1310718903", "lib/js/core.min.js": "1315225602", "lib/js/legacy/user.js": "1311752688", "lib/css/legacy/jquery-ui.css": "1311752687", "lib/js/legacy/wn/widgets/doc_column_view.js": "1311752688", "lib/js/legacy/widgets/report_builder/bargraph.js": "1311752688", "lib/css/legacy/user.css": "1311752687", "lib/css/legacy/default.css": "1315222973", "lib/js/legacy/jquery/jquery-ui.min.js": "1315220242", "config/_timestamps.js": "1315293239", "lib/js/legacy/form.compressed.js": "1315222973", "lib/js/legacy/widgets/form/attachments.js": "1315219428", "templates/index.html": "1315223202", "lib/js/legacy/report.compressed.js": "1315222973", "lib/css/skeleton.css": "1313603562", "lib/js/legacy/wn/widgets/filters.js": "1311752688", "index.html": "1315293239", "lib/js/legacy/widgets/print_query.js": "1311752688", "lib/js/lib/jquery.min.js": "1313062880", "lib/js/lib/history/history.js": "1310718903", "lib/js/legacy/wn/widgets/follow.js": "1311752688"}
|
||||||
// provide a namespace
|
// provide a namespace
|
||||||
wn = {}
|
wn = {}
|
||||||
wn.provide = function(namespace) {
|
wn.provide = function(namespace) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user