mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
[docs ]minor perpetual inventory page
This commit is contained in:
@@ -91,7 +91,7 @@ Contents
|
|||||||
1. [Projected Quantity](docs.user.stock.projected_quantity.html)
|
1. [Projected Quantity](docs.user.stock.projected_quantity.html)
|
||||||
1. [Accounting for Stock](docs.user.stock.accounting_for_stock.html)
|
1. [Accounting for Stock](docs.user.stock.accounting_for_stock.html)
|
||||||
1. [Perpetual Inventory](docs.user.stock.perpetual_inventory.html)
|
1. [Perpetual Inventory](docs.user.stock.perpetual_inventory.html)
|
||||||
1. [Perpetual Inventory Migration](docs.user.stock.periodic_to_perpetual.html)
|
1. [Migrate to Perpetual Inventory](docs.user.stock.migrate_to_perpetual.html)
|
||||||
1. [Accounts](docs.user.accounts.html)
|
1. [Accounts](docs.user.accounts.html)
|
||||||
1. [Chart of Accounts](docs.user.setup.accounting.html)
|
1. [Chart of Accounts](docs.user.setup.accounting.html)
|
||||||
1. [Chart of Cost Centers](docs.user.setup.cost_centers.html)
|
1. [Chart of Cost Centers](docs.user.setup.cost_centers.html)
|
||||||
|
|||||||
@@ -12,7 +12,10 @@
|
|||||||
"docs.user.stock.material_issue",
|
"docs.user.stock.material_issue",
|
||||||
"docs.user.stock.sales_return",
|
"docs.user.stock.sales_return",
|
||||||
"docs.user.stock.purchase_return",
|
"docs.user.stock.purchase_return",
|
||||||
"docs.user.stock.projected_quantity"
|
"docs.user.stock.projected_quantity",
|
||||||
|
"docs.user.stock.accounting_for_stock",
|
||||||
|
"docs.user.stock.perpetual_inventory",
|
||||||
|
"docs.user.stock.migrate_to_perpetual"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
"_label": "Migration from Periodic Inventory"
|
"_label": "Migrate to Perpetual Inventory"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
Migration from Periodic Inventory is not a one click setting, it involves some special steps. As Perpetual Inventory always maintains a sync between stock and account balance, it is not possible to enable it with existing Warehouse setup. You have to create a whole new set of Warehouses, each linked to relevant account.
|
Existing Users, need to follow some steps to activate the new Perpetual Inventory system. As Perpetual Inventory always maintains a sync between stock and account balance, it is not possible to enable it with existing Warehouse setup. You have to create a whole new set of Warehouses, each linked to relevant account.
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
Reference in New Issue
Block a user