[ADD] examples with jco

This commit is contained in:
Xavier Morel 2015-04-16 17:36:55 +02:00
parent 65ad67b85d
commit a7aba04e33

View File

@ -15,33 +15,46 @@ or transformation. Instead, all operations are stock moves between locations
Operations Operations
========== ==========
Stock moves represent the transit of goods and materials between inventory Stock moves represent the transit of goods and materials between locations.
locations.
.. rst-class:: alternatives force-right .. rst-class:: alternatives force-right
Manufacturing Order Manufacturing Order
Consume: Consume:
| 2 Wheels: Warehouse → Manufacturing | 2 Wheels: Stock → Production
| 1 Bike Frame: Warehouse → Manufacturing | 1 Bike Frame: Stock → Production
Produce: Produce:
1 Bicycle: Manufacturing → Warehouse 1 Bicycle: Production → Stock
Configuration: Configuration:
| Warehouse: the location the Manufacturing Order is initiated | Stock: the location the Manufacturing Order is initiated from
| Manufacturing: on the product form, field “Manufacturing Location” | Production: on the product form, field "Production Location"
Drop-shipping Drop-shipping
stuff 1 1 Bicycle: Supplier → Customer
Picking ➔ Packing ➔ Shipping Client Delivery
stuff 2 Pick
Inter-Warehouse transfert 1 Bicycle: Stock → Packing Zone
stuff 3 Pack
Loss of product 1 Bicycle: Packing Zone → Output
stuff 4 Shipping
1 Bicycle: Output → Customer
Inter-Warehouse transfer
Transfer:
| 1 Bicycle: Warehouse 1 → Transit
| 1 Bicycle: Transit → Warehouse 2
Configuration:
| Warehouse 2: the location the transfer is initiated from
| Warehouse 1: on the transit route
Broken Product (scrapped)
1 Bicycle: Warehouse → Scrap
Inventory Inventory
stuff 5 Missing products in inventory
1 Bicycle: Warehouse → Inventory Loss
Extra products in inventory
1 Bicycle: Inventory Loss → Warehouse
Reception Reception
stuff 6 | 1 Bicycle: Supplier → Input
| 1 Bicycle: Input → Stock
Analysis Analysis
======== ========
@ -131,14 +144,12 @@ New sale orders
Procurement Location: on the customer, field “Customer Location” (property) Procurement Location: on the customer, field “Customer Location” (property)
Minimum Stock Rules Minimum Stock Rules
Effect Effect
todo A procurement is created at the rule's location.
Configuration Configuration
todo Procurement location: on the rule, field "Location"
Custom rules Procurement rules
Effect Effect
todo A new procurement is created on the rule's source location
Configuration
todo
*Procurement rules* describe how procurements on specific locations should be *Procurement rules* describe how procurements on specific locations should be
fulfilled e.g.: fulfilled e.g.:
@ -164,8 +175,8 @@ that are defined in (by order of priority):
.. rst-class:: alternatives force-right .. rst-class:: alternatives force-right
Warehouses Warehouses
Warehouse Route Example: Warehouse Route Example: Pick → Pack → Ship
Pick → Pack → Ship
Picking List: Picking List:
Pick Zone → Pack Zone Pick Zone → Pack Zone
Pack List: Pack List:
@ -175,13 +186,28 @@ Warehouses
Routes that describe how you organize your warehouse should be defined on the warehouse. Routes that describe how you organize your warehouse should be defined on the warehouse.
A Product A Product
Product Route Example: Product Route Example: Quality Control
Supplier → Quality Control → Inventory
Reception:
Supplier → Input
Confirmation:
Input → Quality Control
Storage:
Quality Control → Stock
Product Category Product Category
Product Category Route Example: Product Category Route Example: cross-dock
Supplier → Cross-Docks → Pack Zone
Reception:
Supplier → Input
Cross-Docks:
Input → Output
Delivery:
Output → Customer
Sale Order Line Sale Order Line
Sale Order Line Example: Drop-shipping Sale Order Line Example: Drop-shipping
Order:
Supplier → Customer Supplier → Customer
Push Rules Push Rules
@ -194,11 +220,12 @@ applicable routes.
.. rst-class:: alternatives force-right .. rst-class:: alternatives force-right
Quality Control Quality Control
* Product lands in Arrival Zone * Product lands in Input
* Push 1: Arrival Zone → Quality Control * Push 1: Input → Quality Control
* Push 2: Quality Control → Inventry * Push 2: Quality Control → Stock
Transit Warehouse 1 Warehouse Transit
* Product lands in ? * Product lands in Transit
* Push: Transit → Warehouse 2
Procurement Groups Procurement Groups
================== ==================