mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
[docs ]minor perpetual inventory page
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
"docs.user.stock.material_issue",
|
||||
"docs.user.stock.sales_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:
|
||||
|
||||
Reference in New Issue
Block a user