[IMP] wording, leftover bits of french
This commit is contained in:
parent
6c250deca8
commit
65ad67b85d
@ -165,7 +165,7 @@
|
|||||||
: v.toOrderedMap();
|
: v.toOrderedMap();
|
||||||
});
|
});
|
||||||
var operations = Immutable.fromJS([{
|
var operations = Immutable.fromJS([{
|
||||||
label: "Inventaire Initial",
|
label: "Initial Inventory",
|
||||||
operations: [
|
operations: [
|
||||||
{location: locations.getIn(['virtual','locations','initial']), qty: -3},
|
{location: locations.getIn(['virtual','locations','initial']), qty: -3},
|
||||||
{location: locations.getIn(['warehouse','locations','zone1']), qty: +3}
|
{location: locations.getIn(['warehouse','locations','zone1']), qty: +3}
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
Double-Entry Inventory Management
|
Double-Entry Inventory Management
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
In a double-entry inventory, there is no stock input, output (disparition) or
|
A double-entry inventory has no stock input, output (disparition of products)
|
||||||
transformation. Instead, there are only stock moves between locations.
|
or transformation. Instead, all operations are stock moves between locations
|
||||||
|
(possibly virtual).
|
||||||
|
|
||||||
.. h:div:: force-right chart-of-locations
|
.. h:div:: force-right chart-of-locations
|
||||||
|
|
||||||
@ -45,8 +46,8 @@ Reception
|
|||||||
Analysis
|
Analysis
|
||||||
========
|
========
|
||||||
|
|
||||||
Inventory analysis can use products count or value (number of products *
|
Inventory analysis can use products count or products value (= number of
|
||||||
products cost).
|
products * product cost).
|
||||||
|
|
||||||
For each inventory location, multiple data points can be analysed:
|
For each inventory location, multiple data points can be analysed:
|
||||||
|
|
||||||
@ -122,25 +123,25 @@ location. They can be created manually or automatically triggered by:
|
|||||||
|
|
||||||
.. rst-class:: alternatives force-right
|
.. rst-class:: alternatives force-right
|
||||||
|
|
||||||
Sale order
|
New sale orders
|
||||||
Effect
|
Effect
|
||||||
A procurement is created at the customer location for every product
|
A procurement is created at the customer location for every product
|
||||||
ordered by the customer (you have to deliver the customer)
|
ordered by the customer (you have to deliver the customer)
|
||||||
Configuration
|
Configuration
|
||||||
Procurement Location: on the customer, field “Customer Location” (property)
|
Procurement Location: on the customer, field “Customer Location” (property)
|
||||||
Minimum Stock Rule
|
Minimum Stock Rules
|
||||||
Effect
|
Effect
|
||||||
todo
|
todo
|
||||||
Configuration
|
Configuration
|
||||||
todo
|
todo
|
||||||
Rules
|
Custom rules
|
||||||
Effect
|
Effect
|
||||||
todo
|
todo
|
||||||
Configuration
|
Configuration
|
||||||
todo
|
todo
|
||||||
|
|
||||||
*Procurement rules* describe how to fulfill procurements on specific
|
*Procurement rules* describe how procurements on specific locations should be
|
||||||
locations:
|
fulfilled e.g.:
|
||||||
|
|
||||||
* where the product should come from (source location)
|
* where the product should come from (source location)
|
||||||
* whether the procurement is :abbr:`MTO (Made To Order)` or :abbr:`MTS (Made
|
* whether the procurement is :abbr:`MTO (Made To Order)` or :abbr:`MTS (Made
|
||||||
@ -186,10 +187,9 @@ Sale Order Line
|
|||||||
Push Rules
|
Push Rules
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Push rules trigger when products enter a specific location. They automatically
|
||||||
Push rule are trigered when products arrive at a specific location and allows
|
move the product to a new location. Whether a push rule can be used depends on
|
||||||
to automatically move them to another location. Push rules applications also
|
applicable routes.
|
||||||
depends on applicable routes.
|
|
||||||
|
|
||||||
.. rst-class:: alternatives force-right
|
.. rst-class:: alternatives force-right
|
||||||
|
|
||||||
@ -203,8 +203,8 @@ Transit Warehouse 1
|
|||||||
Procurement Groups
|
Procurement Groups
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Routes and rules defines the inventory moves. On every rule, the document type
|
Routes and rules define inventory moves. For every rule, a document type is
|
||||||
is provided:
|
provided:
|
||||||
|
|
||||||
* Picking
|
* Picking
|
||||||
* Packing
|
* Packing
|
||||||
|
Loading…
Reference in New Issue
Block a user