[ADD] inventory: Create shipping section and new files

This commit is contained in:
Yannick Tivisse
2015-11-02 17:04:02 +01:00
parent c0f179e26e
commit 92b3ab9841
10 changed files with 51 additions and 0 deletions
+1
View File
@@ -12,5 +12,6 @@ Inventory
inventory/incoming
inventory/settings
inventory/management
inventory/shipping
inventory/misc
inventory/lots_serial_numbers
+10
View File
@@ -0,0 +1,10 @@
========
Shipping
========
.. toctree::
:titlesonly:
:glob:
shipping/setup
shipping/operation
+12
View File
@@ -0,0 +1,12 @@
===================
Shipping Operations
===================
.. toctree::
:titlesonly:
:glob:
operation/invoicing
operation/multipack
operation/labels
operation/cancel
+3
View File
@@ -0,0 +1,3 @@
==============================================
How to cancel a shipping request to a shipper?
==============================================
@@ -0,0 +1,3 @@
==================================================
How to invoice the shipping cost to the customer ?
==================================================
+3
View File
@@ -0,0 +1,3 @@
=============================
How to print shipping labels?
=============================
@@ -0,0 +1,3 @@
=========================================================
How to manage multiple packs for the same delivery order?
=========================================================
+10
View File
@@ -0,0 +1,10 @@
==============
Shipping Setup
==============
.. toctree::
:titlesonly:
:glob:
setup/delivery_method
setup/third_party_shipper
@@ -0,0 +1,3 @@
==============================================
How to cancel a shipping request to a shipper?
==============================================
@@ -0,0 +1,3 @@
=======================================
How to integrate a third party shipper?
=======================================