brotherton-erpnext/erpnext/selling/page/point_of_sale
Sabu Siyad 9e50aa4833
feat(pos): multiple item prices (#33005)
* fix(pos): multiple item prices

feat: show uom with product price
feat: multiple item (variant) depending on uom

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* feat(pos): consider uom for new item

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* feat(pos): uom based stock display

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* use `//` instead of `math.floor()`

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* feat(pos): uom by barcode

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* fix: replace `is not` with `!=`

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* fix(pos): barcode_info `next()`: fallback

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* chore: format

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

* Update erpnext/selling/page/point_of_sale/point_of_sale.py

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>

* chore: un-ignore unused local variable

Signed-off-by: Sabu Siyad <hello@ssiyad.com>

---------

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
2023-01-28 10:28:31 +05:30
..
__init__.py [wip] New POS UI 2017-08-17 12:56:14 +05:30
point_of_sale.js fix: Update bundle paths 2021-05-07 14:53:42 +05:30
point_of_sale.json refactor: POS workflow (#20789) 2020-07-23 18:51:26 +05:30
point_of_sale.py feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
pos_controller.js feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
pos_item_cart.js feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
pos_item_details.js fix: POS properly validate stock for bundle products 2022-09-27 23:44:56 +05:30
pos_item_selector.js feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
pos_number_pad.js fix(pos): number pad translations 2022-04-26 14:41:36 +05:30
pos_past_order_list.js fix: POS string translation (#28381) 2021-11-22 13:34:26 +05:30
pos_past_order_summary.js feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
pos_payment.js fix(pos): validate product bundles while submitting pos invoice (#31615) 2022-07-21 12:17:58 +05:30