This commit is contained in:
Nabin Hait 2016-02-03 15:13:55 +05:30
parent 34037e0d88
commit 31619f0a83
21 changed files with 72 additions and 54 deletions

View File

@ -1,4 +1,4 @@
erpnext.accounts.general_ledger
erpnext.accounts.utils
erpnext.accounts
erpnext.accounts.party
erpnext.accounts
erpnext.accounts.utils

View File

@ -1,15 +1,15 @@
erpnext.config.stock
erpnext.config.hr
erpnext.config.accounts
erpnext.config.buying
erpnext.config.support
erpnext.config
erpnext.config.learn
erpnext.config.website
erpnext.config.crm
erpnext.config.desktop
erpnext.config.docs
erpnext.config.selling
erpnext.config.projects
erpnext.config.setup
erpnext.config.accounts
erpnext.config.hr
erpnext.config
erpnext.config.learn
erpnext.config.manufacturing
erpnext.config.crm
erpnext.config.projects
erpnext.config.selling
erpnext.config.setup
erpnext.config.stock
erpnext.config.support
erpnext.config.website

View File

@ -1,14 +1,14 @@
erpnext.controllers.accounts_controller
erpnext.controllers.buying_controller
erpnext.controllers
erpnext.controllers.item_variant
erpnext.controllers.print_settings
erpnext.controllers
erpnext.controllers.recurring_document
erpnext.controllers.accounts_controller
erpnext.controllers.sales_and_purchase_return
erpnext.controllers.buying_controller
erpnext.controllers.website_list_for_contact
erpnext.controllers.stock_controller
erpnext.controllers.trends
erpnext.controllers.status_updater
erpnext.controllers.queries
erpnext.controllers.recurring_document
erpnext.controllers.sales_and_purchase_return
erpnext.controllers.selling_controller
erpnext.controllers.status_updater
erpnext.controllers.stock_controller
erpnext.controllers.taxes_and_totals
erpnext.controllers.selling_controller
erpnext.controllers.trends
erpnext.controllers.website_list_for_contact

View File

@ -1,2 +1,2 @@
erpnext.hr.utils
erpnext.hr
erpnext.hr
erpnext.hr.utils

View File

@ -1,5 +1,5 @@
erpnext.__init__
erpnext.__version__
erpnext.exceptions
erpnext.hooks
erpnext.tasks
erpnext.__init__
erpnext.__version__
erpnext.tasks

View File

@ -1,3 +1,3 @@
erpnext.setup.utils
erpnext.setup
erpnext.setup.install
erpnext.setup
erpnext.setup.utils

View File

@ -1,8 +1,8 @@
erpnext.setup.setup_wizard.test_setup_wizard
erpnext.setup.setup_wizard.default_website
erpnext.setup.setup_wizard
erpnext.setup.setup_wizard.test_setup_data
erpnext.setup.setup_wizard.industry_type
erpnext.setup.setup_wizard.install_fixtures
erpnext.setup.setup_wizard.sample_data
erpnext.setup.setup_wizard.default_website
erpnext.setup.setup_wizard.setup_wizard
erpnext.setup.setup_wizard.industry_type
erpnext.setup.setup_wizard.test_setup_data
erpnext.setup.setup_wizard.test_setup_wizard

View File

@ -1,5 +1,5 @@
erpnext.shopping_cart.cart
erpnext.shopping_cart
erpnext.shopping_cart.product
erpnext.shopping_cart.utils
erpnext.shopping_cart.test_shopping_cart
erpnext.shopping_cart.test_shopping_cart
erpnext.shopping_cart.utils

View File

@ -1,4 +1,4 @@
erpnext.startup.boot
erpnext.startup.report_data_map
erpnext.startup
erpnext.startup.notifications
erpnext.startup
erpnext.startup.report_data_map

View File

@ -1,6 +1,6 @@
erpnext.stock.stock_ledger
erpnext.stock
erpnext.stock.utils
erpnext.stock.get_item_details
erpnext.stock
erpnext.stock.reorder_item
erpnext.stock.stock_balance
erpnext.stock.reorder_item
erpnext.stock.stock_ledger
erpnext.stock.utils

View File

@ -1,3 +1,3 @@
erpnext.utilities.transaction_base
erpnext.utilities.address_and_contact
erpnext.utilities
erpnext.utilities
erpnext.utilities.transaction_base

View File

@ -969,6 +969,10 @@ Credit</pre>
<li>

View File

@ -157,7 +157,7 @@
<td >
Closing Account Head
<p class="text-muted small">
The account head under Liability or Equity, in which Profit/Loss will be booked</p>
The account head under Liability, in which Profit/Loss will be booked</p>
</td>
<td>

View File

@ -596,8 +596,8 @@
<td ><code>target_warehouse</code></td>
<td >
Link</td>
<td >
Target Warehouse
<td class="text-muted" title="Hidden">
Customer Warehouse (Optional)
</td>
<td>

View File

@ -413,6 +413,15 @@ Net Weight</pre>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/shopping_cart/shopping_cart_shipping_rule">Shopping Cart Shipping Rule</a>
</li>
</ul>

View File

@ -40,7 +40,7 @@
<tr >
<td>1</td>
<td ><code>description</code></td>
<td class="danger" title="Mandatory"><code>description</code></td>
<td >
Text Editor</td>
<td >
@ -52,7 +52,7 @@
<tr >
<td>2</td>
<td ><code>holiday_date</code></td>
<td class="danger" title="Mandatory"><code>holiday_date</code></td>
<td >
Date</td>
<td >

View File

@ -518,8 +518,8 @@
<td ><code>target_warehouse</code></td>
<td >
Link</td>
<td >
Target Warehouse
<td class="text-muted" title="Hidden">
Customer Warehouse (Optional)
</td>
<td>

View File

@ -485,8 +485,8 @@
<td ><code>target_warehouse</code></td>
<td >
Link</td>
<td >
To Warehouse (Optional)
<td class="text-muted" title="Hidden">
Customer Warehouse (Optional)
</td>
<td>

View File

@ -391,6 +391,8 @@ Price List Master
<li>

View File

@ -111,7 +111,8 @@
Currency</td>
<td >
Valuation Rate
<p class="text-muted small">
Do not include symbols (ex. $)</p>
</td>
<td></td>
</tr>

View File

@ -629,6 +629,8 @@ A logical Warehouse against which stock entries are made.
<li>