[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

View File

@ -12,5 +12,6 @@ Inventory
inventory/incoming
inventory/settings
inventory/management
inventory/shipping
inventory/misc
inventory/lots_serial_numbers

10
inventory/shipping.rst Normal file
View File

@ -0,0 +1,10 @@
========
Shipping
========
.. toctree::
:titlesonly:
:glob:
shipping/setup
shipping/operation

View File

@ -0,0 +1,12 @@
===================
Shipping Operations
===================
.. toctree::
:titlesonly:
:glob:
operation/invoicing
operation/multipack
operation/labels
operation/cancel

View File

@ -0,0 +1,3 @@
==============================================
How to cancel a shipping request to a shipper?
==============================================

View File

@ -0,0 +1,3 @@
==================================================
How to invoice the shipping cost to the customer ?
==================================================

View File

@ -0,0 +1,3 @@
=============================
How to print shipping labels?
=============================

View File

@ -0,0 +1,3 @@
=========================================================
How to manage multiple packs for the same delivery order?
=========================================================

View File

@ -0,0 +1,10 @@
==============
Shipping Setup
==============
.. toctree::
:titlesonly:
:glob:
setup/delivery_method
setup/third_party_shipper

View File

@ -0,0 +1,3 @@
==============================================
How to cancel a shipping request to a shipper?
==============================================

View File

@ -0,0 +1,3 @@
=======================================
How to integrate a third party shipper?
=======================================