brotherton-erpnext/erpnext/selling
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
..
dashboard_chart feat: Export Selling Dashboard (#22776) 2020-07-22 18:07:39 +05:30
doctype fix: incorrect rate and amount in MR Item (#33547) 2023-01-22 18:04:13 +05:30
form_tour chore: form tour location 2022-07-11 11:50:57 +05:30
module_onboarding/selling feat: Accounts, Selling & Assets Onboarding cleanup (#27112) 2021-08-27 15:47:11 +05:30
number_card feat: Export Selling Dashboard (#22776) 2020-07-22 18:07:39 +05:30
onboarding_step feat: Accounts, Selling & Assets Onboarding cleanup (#27112) 2021-08-27 15:47:11 +05:30
page feat(pos): multiple item prices (#33005) 2023-01-28 10:28:31 +05:30
print_format refactor: remove India specific code 2022-02-25 11:36:18 +05:30
print_format_field_template feat: Taxes template for selling/buying doctypes 2021-10-21 12:06:02 +05:30
report feat: adding warehouse filter for sales order ananlysis report 2022-12-17 20:06:01 +05:30
selling_dashboard/selling feat: Export Selling Dashboard (#22776) 2020-07-22 18:07:39 +05:30
workspace feat: add payment terms status rpr to Selling homepage 2022-04-26 13:30:13 +05:30
__init__.py
README.md Update README.md (#16224) 2018-12-24 14:19:51 +05:30
sales_common.js refactor: remove add_fetch (#31315) 2022-06-10 13:52:17 +05:30

Selling management module. Includes forms for capturing / managing the sales process:

  • Customer
  • Campaign
  • Quotation
  • Sales Order

Moved to CRM Module:

  • Lead
  • Opportunity