rename Production --> Manufacturing and delete old patches

This commit is contained in:
Anand Doshi
2012-12-10 19:01:10 +05:30
parent 29c187118f
commit 89e2dd8dbb
124 changed files with 67 additions and 4210 deletions

View File

@@ -15,6 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript['onload_production-home'] = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Production');
erpnext.module_page.setup_page('Production', wrapper);
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Manufacturing');
erpnext.module_page.setup_page('Manufacturing', wrapper);
}

View File

@@ -5,7 +5,7 @@
{
'creation': '2012-02-21 13:24:34',
'docstatus': 0,
'modified': '2012-02-21 13:24:34',
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
@@ -13,16 +13,16 @@
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Production',
'module': u'Manufacturing',
'name': '__common__',
'page_name': u'production-home',
'page_name': u'manufacturing-home',
'standard': u'Yes',
'title': u'Production Home'
'title': u'Manufacturing Home'
},
# Page, production-home
{
'doctype': 'Page',
'name': u'production-home'
'name': u'manufacturing-home'
}
]