Browse Source

Added Documentation and banner/icon

pull/9/merge
SHEREEF PT 8 years ago
parent
commit
895bba41ff
  1. BIN
      pos_product_category_filter/static/description/banner.jpg
  2. BIN
      pos_product_category_filter/static/description/icon.png
  3. 14
      pos_product_category_filter/static/description/index.html
  4. 16
      pos_product_category_filter/static/description/index.html~

BIN
pos_product_category_filter/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
pos_product_category_filter/static/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

14
pos_product_category_filter/static/description/index.html

@ -30,3 +30,17 @@ Only those categories set in the POS will be available in that particular POS.
<section class="oe_container oe_separator">
</section>
<section class="oe_container oe_dark">
<h2 class="oe_slogan">Need Any Help?</h2>
<div class="oe_slogan">
<a class="btn btn-primary btn-lg mt8"
style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i
class="fa fa-envelope"></i> Email </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/contact/"><i
class="fa fa-phone"></i> Contact Us </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i
class="fa fa-check-square"></i> Request Customization </a>
</div>
</section>

16
pos_product_category_filter/static/description/index.html~

@ -27,22 +27,6 @@ Only those categories set in the POS will be available in that particular POS.
</div>
</section>
<section class="oe_container">
<div class="oe_row">
<h4 class="oe_slogan">Setting Product category</h4>
<div>
<p>
1) If a root category is given all the subcategories and products under that category will be available.
</p>
<p>
2) If an intermediate category(ie. one with parent and child categories) is given then parent category and all child categories will be available.
</p>
<p>
3) If a child category(ie. one without any child categories), the category can be reached by traversing its ancestor categories.
</p>
</div>
</div>
</section>
<section class="oe_container oe_separator">
</section>

Loading…
Cancel
Save