diff --git a/sales.rst b/sales.rst index 649276b62..026022af9 100644 --- a/sales.rst +++ b/sales.rst @@ -11,4 +11,5 @@ Sales sales/invoicing sales/products_prices sales/sale_ebay - sales/advanced \ No newline at end of file + sales/sale_renting + sales/advanced diff --git a/sales/renting/basic_flow.rst b/sales/renting/basic_flow.rst new file mode 100644 index 000000000..e32f7d592 --- /dev/null +++ b/sales/renting/basic_flow.rst @@ -0,0 +1,45 @@ +====================== +How to rent a product? +====================== + +Product Configuration +===================== + + +Pricing +------- + +.. todo:: pricelist info +.. todo:: pricing heuristic only one rule can be applied at a time. + + +Reservation +=========== + +.. todo:: Warning: a rental is only reserved after confirmation. +.. todo:: A product is reserved from delivery date - padding time to return_date. + +Delivery +======== + + + +Return +====== + + + +Management +========== + +Scheduling +---------- + + +.. todo:: Reporting ? + Reporting + --------- + + +.. .. image:: ./media/manage02.png +.. :align: center diff --git a/sales/sale_renting.rst b/sales/sale_renting.rst new file mode 100644 index 000000000..12e791828 --- /dev/null +++ b/sales/sale_renting.rst @@ -0,0 +1,8 @@ +======= +Renting +======= + +.. toctree:: + :titlesonly: + + renting/basic_flow