Browse Source

Jan 22 [UPDT] : Updated 'pos_restrict_product_stock'

pull/195/merge
AjmalCybro 1 year ago
parent
commit
09516842a6
  1. 2
      pos_restrict_product_stock/doc/RELEASE_NOTES.md
  2. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot2.png
  3. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot3.png
  4. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot4.png
  5. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot5.png
  6. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot6.png
  7. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/Screenshot7.png
  8. BIN
      pos_restrict_product_stock/static/description/assets/screenshots/hero.gif
  9. 6
      pos_restrict_product_stock/static/src/css/display_stock.css

2
pos_restrict_product_stock/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <pos_restrict_product_stock>
#### 06.12.2023
#### 17.01.2024
#### Version 15.0.1.0.0
#### ADD
- Initial Commit for Display Stock in POS | Restrict Out-of-Stock Products in POS

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 104 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 104 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 105 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 105 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/Screenshot7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 102 KiB

BIN
pos_restrict_product_stock/static/description/assets/screenshots/hero.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 334 KiB

6
pos_restrict_product_stock/static/src/css/display_stock.css

@ -13,9 +13,12 @@
display:flex;
align-items:center;
justify-content:center;
margin-top:24px;
}
.display_qty.not-available,.display_virtual.not-available{
background: #808080;
margin-top:24px;
}
.display_virtual{
background:#017e84;
@ -32,5 +35,6 @@
display:flex;
align-items:center;
justify-content:center;
margin-right:57px;
margin-right:0px;
margin-top:24px;
}

Loading…
Cancel
Save