From 685e40198e73f0f49e19ff33bd705f00ba52a728 Mon Sep 17 00:00:00 2001 From: Yannick Tivisse Date: Fri, 13 Nov 2015 15:17:18 +0100 Subject: [PATCH] [ADD] point_of_sale: Add all the documentation pages --- point_of_sale.rst | 6 +++++- point_of_sale/advanced.rst | 14 ++++++++++++++ point_of_sale/advanced/discount_tags.rst | 3 +++ point_of_sale/advanced/loyalty.rst | 3 +++ point_of_sale/advanced/manual_discount.rst | 3 +++ point_of_sale/advanced/mercury.rst | 3 +++ point_of_sale/advanced/multi_cashiers.rst | 3 +++ point_of_sale/advanced/register.rst | 3 +++ point_of_sale/advanced/reprint.rst | 3 +++ point_of_sale/analyze.rst | 8 ++++++++ point_of_sale/analyze/statistics.rst | 3 +++ point_of_sale/{posbox.rst => overview.rst} | 4 +++- .../media/posbox_2_doc_schema.svg | 0 .../media/posbox_doc_schema.svg | 0 .../{posbox => overview}/media/posbox_setup.png | Bin .../media/posboxless_setup.png | Bin .../{posbox/index.rst => overview/setup.rst} | 6 +++--- point_of_sale/overview/start.rst | 3 +++ point_of_sale/restaurant.rst | 11 +++++++++++ point_of_sale/restaurant/print.rst | 3 +++ point_of_sale/restaurant/split.rst | 3 +++ point_of_sale/restaurant/table.rst | 3 +++ point_of_sale/restaurant/tips.rst | 3 +++ point_of_sale/shop.rst | 11 +++++++++++ point_of_sale/shop/cash_control.rst | 3 +++ point_of_sale/shop/invoice.rst | 3 +++ point_of_sale/shop/refund.rst | 3 +++ point_of_sale/shop/seasonal_discount.rst | 3 +++ 28 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 point_of_sale/advanced.rst create mode 100644 point_of_sale/advanced/discount_tags.rst create mode 100644 point_of_sale/advanced/loyalty.rst create mode 100644 point_of_sale/advanced/manual_discount.rst create mode 100644 point_of_sale/advanced/mercury.rst create mode 100644 point_of_sale/advanced/multi_cashiers.rst create mode 100644 point_of_sale/advanced/register.rst create mode 100644 point_of_sale/advanced/reprint.rst create mode 100644 point_of_sale/analyze.rst create mode 100644 point_of_sale/analyze/statistics.rst rename point_of_sale/{posbox.rst => overview.rst} (61%) rename point_of_sale/{posbox => overview}/media/posbox_2_doc_schema.svg (100%) rename point_of_sale/{posbox => overview}/media/posbox_doc_schema.svg (100%) rename point_of_sale/{posbox => overview}/media/posbox_setup.png (100%) rename point_of_sale/{posbox => overview}/media/posboxless_setup.png (100%) rename point_of_sale/{posbox/index.rst => overview/setup.rst} (99%) create mode 100644 point_of_sale/overview/start.rst create mode 100644 point_of_sale/restaurant.rst create mode 100644 point_of_sale/restaurant/print.rst create mode 100644 point_of_sale/restaurant/split.rst create mode 100644 point_of_sale/restaurant/table.rst create mode 100644 point_of_sale/restaurant/tips.rst create mode 100644 point_of_sale/shop.rst create mode 100644 point_of_sale/shop/cash_control.rst create mode 100644 point_of_sale/shop/invoice.rst create mode 100644 point_of_sale/shop/refund.rst create mode 100644 point_of_sale/shop/seasonal_discount.rst diff --git a/point_of_sale.rst b/point_of_sale.rst index f21dbcc6c..938a78b09 100644 --- a/point_of_sale.rst +++ b/point_of_sale.rst @@ -7,4 +7,8 @@ Point of Sale .. toctree:: :titlesonly: - point_of_sale/posbox + point_of_sale/overview + point_of_sale/shop + point_of_sale/restaurant + point_of_sale/advanced + point_of_sale/analyze \ No newline at end of file diff --git a/point_of_sale/advanced.rst b/point_of_sale/advanced.rst new file mode 100644 index 000000000..3d063c66f --- /dev/null +++ b/point_of_sale/advanced.rst @@ -0,0 +1,14 @@ +=============== +Advanced topics +=============== + +.. toctree:: + :titlesonly: + + advanced/discount_tags + advanced/multi_cashiers + advanced/loyalty + advanced/register + advanced/manual_discount + advanced/reprint + advanced/mercury \ No newline at end of file diff --git a/point_of_sale/advanced/discount_tags.rst b/point_of_sale/advanced/discount_tags.rst new file mode 100644 index 000000000..b709c5aff --- /dev/null +++ b/point_of_sale/advanced/discount_tags.rst @@ -0,0 +1,3 @@ +===================================== +How to use discount tags on products? +===================================== \ No newline at end of file diff --git a/point_of_sale/advanced/loyalty.rst b/point_of_sale/advanced/loyalty.rst new file mode 100644 index 000000000..51197b526 --- /dev/null +++ b/point_of_sale/advanced/loyalty.rst @@ -0,0 +1,3 @@ +============================================= +How to create & run a loyalty & reward system +============================================= \ No newline at end of file diff --git a/point_of_sale/advanced/manual_discount.rst b/point_of_sale/advanced/manual_discount.rst new file mode 100644 index 000000000..bea0b9d80 --- /dev/null +++ b/point_of_sale/advanced/manual_discount.rst @@ -0,0 +1,3 @@ +============================== +How to apply manual discounts? +============================== \ No newline at end of file diff --git a/point_of_sale/advanced/mercury.rst b/point_of_sale/advanced/mercury.rst new file mode 100644 index 000000000..4958172f7 --- /dev/null +++ b/point_of_sale/advanced/mercury.rst @@ -0,0 +1,3 @@ +============================================================= +How to accept credit card payments in Odoo POS using Mercury? +============================================================= \ No newline at end of file diff --git a/point_of_sale/advanced/multi_cashiers.rst b/point_of_sale/advanced/multi_cashiers.rst new file mode 100644 index 000000000..9c178ddb5 --- /dev/null +++ b/point_of_sale/advanced/multi_cashiers.rst @@ -0,0 +1,3 @@ +================================ +How to manage multiple cashiers? +================================ \ No newline at end of file diff --git a/point_of_sale/advanced/register.rst b/point_of_sale/advanced/register.rst new file mode 100644 index 000000000..99d14a936 --- /dev/null +++ b/point_of_sale/advanced/register.rst @@ -0,0 +1,3 @@ +========================== +How to register customers? +========================== \ No newline at end of file diff --git a/point_of_sale/advanced/reprint.rst b/point_of_sale/advanced/reprint.rst new file mode 100644 index 000000000..2ac1e841c --- /dev/null +++ b/point_of_sale/advanced/reprint.rst @@ -0,0 +1,3 @@ +======================== +How to reprint receipts? +======================== \ No newline at end of file diff --git a/point_of_sale/analyze.rst b/point_of_sale/analyze.rst new file mode 100644 index 000000000..7d1fa4efd --- /dev/null +++ b/point_of_sale/analyze.rst @@ -0,0 +1,8 @@ +============= +Analyze sales +============= + +.. toctree:: + :titlesonly: + + analyze/statistics \ No newline at end of file diff --git a/point_of_sale/analyze/statistics.rst b/point_of_sale/analyze/statistics.rst new file mode 100644 index 000000000..02c78b5c0 --- /dev/null +++ b/point_of_sale/analyze/statistics.rst @@ -0,0 +1,3 @@ +============================== +Getting daily sales statistics +============================== \ No newline at end of file diff --git a/point_of_sale/posbox.rst b/point_of_sale/overview.rst similarity index 61% rename from point_of_sale/posbox.rst rename to point_of_sale/overview.rst index 6bcb53960..eabf8fddf 100644 --- a/point_of_sale/posbox.rst +++ b/point_of_sale/overview.rst @@ -5,4 +5,6 @@ Overview .. toctree:: :titlesonly: - posbox/index + overview/start + overview/setup + diff --git a/point_of_sale/posbox/media/posbox_2_doc_schema.svg b/point_of_sale/overview/media/posbox_2_doc_schema.svg similarity index 100% rename from point_of_sale/posbox/media/posbox_2_doc_schema.svg rename to point_of_sale/overview/media/posbox_2_doc_schema.svg diff --git a/point_of_sale/posbox/media/posbox_doc_schema.svg b/point_of_sale/overview/media/posbox_doc_schema.svg similarity index 100% rename from point_of_sale/posbox/media/posbox_doc_schema.svg rename to point_of_sale/overview/media/posbox_doc_schema.svg diff --git a/point_of_sale/posbox/media/posbox_setup.png b/point_of_sale/overview/media/posbox_setup.png similarity index 100% rename from point_of_sale/posbox/media/posbox_setup.png rename to point_of_sale/overview/media/posbox_setup.png diff --git a/point_of_sale/posbox/media/posboxless_setup.png b/point_of_sale/overview/media/posboxless_setup.png similarity index 100% rename from point_of_sale/posbox/media/posboxless_setup.png rename to point_of_sale/overview/media/posboxless_setup.png diff --git a/point_of_sale/posbox/index.rst b/point_of_sale/overview/setup.rst similarity index 99% rename from point_of_sale/posbox/index.rst rename to point_of_sale/overview/setup.rst index 0b8166bf0..fc43eeaa3 100644 --- a/point_of_sale/posbox/index.rst +++ b/point_of_sale/overview/setup.rst @@ -1,6 +1,6 @@ -====== -POSBox -====== +============================ +Point of Sale Hardware Setup +============================ POSBox Setup Guide ================== diff --git a/point_of_sale/overview/start.rst b/point_of_sale/overview/start.rst new file mode 100644 index 000000000..5347cf6b2 --- /dev/null +++ b/point_of_sale/overview/start.rst @@ -0,0 +1,3 @@ +======================================= +Getting started with Odoo Point of Sale +======================================= \ No newline at end of file diff --git a/point_of_sale/restaurant.rst b/point_of_sale/restaurant.rst new file mode 100644 index 000000000..2f9497fa9 --- /dev/null +++ b/point_of_sale/restaurant.rst @@ -0,0 +1,11 @@ +============================ +Advanced Restaurant Features +============================ + +.. toctree:: + :titlesonly: + + restaurant/table + restaurant/split + restaurant/print + restaurant/tips diff --git a/point_of_sale/restaurant/print.rst b/point_of_sale/restaurant/print.rst new file mode 100644 index 000000000..d7e0593a1 --- /dev/null +++ b/point_of_sale/restaurant/print.rst @@ -0,0 +1,3 @@ +=========================================== +How to handle kitchen & bar order printing? +=========================================== \ No newline at end of file diff --git a/point_of_sale/restaurant/split.rst b/point_of_sale/restaurant/split.rst new file mode 100644 index 000000000..e123bedd3 --- /dev/null +++ b/point_of_sale/restaurant/split.rst @@ -0,0 +1,3 @@ +========================== +How to handle split bills? +========================== \ No newline at end of file diff --git a/point_of_sale/restaurant/table.rst b/point_of_sale/restaurant/table.rst new file mode 100644 index 000000000..0a2338240 --- /dev/null +++ b/point_of_sale/restaurant/table.rst @@ -0,0 +1,3 @@ +================================ +How to configure your table map? +================================ \ No newline at end of file diff --git a/point_of_sale/restaurant/tips.rst b/point_of_sale/restaurant/tips.rst new file mode 100644 index 000000000..800ac8673 --- /dev/null +++ b/point_of_sale/restaurant/tips.rst @@ -0,0 +1,3 @@ +=================== +How to handle tips? +=================== \ No newline at end of file diff --git a/point_of_sale/shop.rst b/point_of_sale/shop.rst new file mode 100644 index 000000000..d510db72a --- /dev/null +++ b/point_of_sale/shop.rst @@ -0,0 +1,11 @@ +====================== +Advanced Shop Features +====================== + +.. toctree:: + :titlesonly: + + shop/invoice + shop/refund + shop/seasonal_discount + shop/cash_control diff --git a/point_of_sale/shop/cash_control.rst b/point_of_sale/shop/cash_control.rst new file mode 100644 index 000000000..63d4126fc --- /dev/null +++ b/point_of_sale/shop/cash_control.rst @@ -0,0 +1,3 @@ +=========================== +How to set up cash control? +=========================== \ No newline at end of file diff --git a/point_of_sale/shop/invoice.rst b/point_of_sale/shop/invoice.rst new file mode 100644 index 000000000..e8deffff1 --- /dev/null +++ b/point_of_sale/shop/invoice.rst @@ -0,0 +1,3 @@ +====================================== +How to invoice from the POS interface? +====================================== \ No newline at end of file diff --git a/point_of_sale/shop/refund.rst b/point_of_sale/shop/refund.rst new file mode 100644 index 000000000..478534f7b --- /dev/null +++ b/point_of_sale/shop/refund.rst @@ -0,0 +1,3 @@ +================================== +How to return and refund products? +================================== \ No newline at end of file diff --git a/point_of_sale/shop/seasonal_discount.rst b/point_of_sale/shop/seasonal_discount.rst new file mode 100644 index 000000000..2d07e7c00 --- /dev/null +++ b/point_of_sale/shop/seasonal_discount.rst @@ -0,0 +1,3 @@ +================================================ +How to apply Time-limited or seasonal discounts? +================================================ \ No newline at end of file