mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
moved directory structure
This commit is contained in:
1
setup/page/setup/__init__.py
Normal file
1
setup/page/setup/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from __future__ import unicode_literals
|
||||
6
setup/page/setup/setup.css
Normal file
6
setup/page/setup/setup.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.setup-column {
|
||||
float: left;
|
||||
width: 45%;
|
||||
margin-right: 5%;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
130
setup/page/setup/setup.html
Normal file
130
setup/page/setup/setup.html
Normal file
@@ -0,0 +1,130 @@
|
||||
<div class="layout-wrapper layout-wrapper-appframe">
|
||||
<div class="appframe-area"></div>
|
||||
<div class="layout-main">
|
||||
<div class="setup-column">
|
||||
<h3>Company</h3>
|
||||
<p>
|
||||
<b><a href="#!List/Company">Companies</a></b><br>
|
||||
<span class="help">List of companies (not customers / suppliers)</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Fiscal Year">Fiscal Years</a></b><br>
|
||||
<span class="help">Financial Years for books of accounts</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Currency">Currencies</a></b><br>
|
||||
<span class="help">Currency Master</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="setup-column">
|
||||
<h3>Users and Permissions</h3>
|
||||
<p>
|
||||
<b><a href="#!List/Profile">Users</a></b><br>
|
||||
<span class="help">Add/remove users, set roles, passwords etc</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Permission Engine">Permission Manager</a></b><br>
|
||||
<span class="help">Set permissions on transactions / masters</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Authorization Rule">Amount based Authorization Rules</a></b><br>
|
||||
<span class="help">Restrict submission rights based on amount</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="setup-column">
|
||||
<h3>Data</h3>
|
||||
<p>
|
||||
<b><a href="#!data-import-tool">Data Import Tool</a></b><br>
|
||||
<span class="help">Import data from spreadsheet (csv) files</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/Global Defaults/Global Defaults">Global Defaults</a></b><br>
|
||||
<span class="help">Set default values for entry</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Trash">Recycle Bin</a></b><br>
|
||||
<span class="help">Un-trash items</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/Rename Tool/Rename Tool">Rename Master</a></b><br>
|
||||
<span class="help">Rename a single master record</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="setup-column">
|
||||
<h3>Email and Notifications</h3>
|
||||
<p>
|
||||
<b><a href="#!Form/Email Settings/Email Settings">Email Settings</a></b><br>
|
||||
<span class="help">Out going mail server and support ticket mailbox</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/Notification Control/Notification Control">Auto Notifications</a></b><br>
|
||||
<span class="help">Automatic email sending to customers and suppliers</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Email Digest">Email Digests</a></b><br>
|
||||
<span class="help">Daily, weekly, monthly email Digests</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/SMS Settings/SMS Settings">SMS Setup</a></b><br>
|
||||
<span class="help">Setup outgoing SMS via your bulk SMS provider</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/SMS Center/SMS Center">Send Bulk SMS</a></b><br>
|
||||
<span class="help">Send bulk SMS to leads, customers, contacts</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="setup-column">
|
||||
<h3>Customize ERPNext</h3>
|
||||
<p>
|
||||
<b><a href="#!Form/Customize Form/Customize Form">Customize Forms</a></b><br>
|
||||
<span class="help">Change entry properties (hide fields, make mandatory etc)</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Custom Field">Custom Fields</a></b><br>
|
||||
<span class="help">Add fields to forms</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Custom Script">Custom Scripts</a></b><br>
|
||||
<span class="help">Add custom code to forms</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/Features Setup/Features Setup">Disable Features</a></b><br>
|
||||
<span class="help">Simplify entry forms by disabling features</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!modules_setup">Modules Setup</a></b><br>
|
||||
<span class="help">Show, hide modules</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!Form/Naming Series/Naming Series">Numbering Series</a></b><br>
|
||||
<span class="help">Set multiple numbering series for transactions</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="setup-column">
|
||||
<h3>Branding and Printing</h3>
|
||||
<p>
|
||||
<b><a href="#!List/Letter Head">Letter Heads</a></b><br>
|
||||
<span class="help">Letter heads for print</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Print Format">Print Formats</a></b><br>
|
||||
<span class="help">HTML print formats for quotes, invoices etc</span>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="#!List/Print Heading">Print Headings</a></b><br>
|
||||
<span class="help">Add headers for standard print formats</span>
|
||||
</p>
|
||||
<!--
|
||||
<p>
|
||||
<b><a href="#!Form/Personalize/Personalize">Home Banner</a></b><br>
|
||||
<span class="help">Add a home page banner</span>
|
||||
</p>
|
||||
-->
|
||||
<p>
|
||||
<b><a href="#!Form/Style Settings/Style Settings">Style Settings</a></b><br>
|
||||
<span class="help">Change background fonts etc</span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
</div>
|
||||
20
setup/page/setup/setup.js
Normal file
20
setup/page/setup/setup.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// ERPNext - web based ERP (http://erpnext.com)
|
||||
// Copyright (C) 2012 Web Notes Technologies Pvt Ltd
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pscript.onload_Setup = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Setup');
|
||||
erpnext.module_page.hide_links(wrapper);
|
||||
}
|
||||
27
setup/page/setup/setup.txt
Normal file
27
setup/page/setup/setup.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# Page, Setup
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-12-16 23:46:03',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-07-04 16:58:27',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Setup',
|
||||
'name': '__common__',
|
||||
'page_name': 'Setup',
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# Page, Setup
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'Setup'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user