diff --git a/pos_product_category_filter/static/description/index.html b/pos_product_category_filter/static/description/index.html new file mode 100644 index 000000000..d96f49fce --- /dev/null +++ b/pos_product_category_filter/static/description/index.html @@ -0,0 +1,48 @@ +
+
+

Point of Sale : Setting Product Categories for POS

+ +
+

+By installing this module, we can set available product categories for each POS in our system. +Only those categories set in the POS will be available in that particular POS. +

+
+
+
+ +
+
+

You can set it in POS form as:

+
+

+ Point of sale > Configuration > Point of Sale > Available Product Categories. +

+
+
+
+ +
+
+
+
+ +
+
+

Setting Product category

+
+

+1) If a root category is given all the subcategories and products under that category will be available. +

+

+2) If an intermediate category(ie. one with parent and child categories) is given then parent category and all child categories will be available. +

+

+3) If a child category(ie. one without any child categories), the category can be reached by traversing its ancestor categories. +

+
+
+
+ +
+
diff --git a/pos_product_category_filter/static/description/pos.png b/pos_product_category_filter/static/description/pos.png new file mode 100644 index 000000000..3df67a4b8 Binary files /dev/null and b/pos_product_category_filter/static/description/pos.png differ