Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item price based on formula #34609

Open
shahns opened this issue Mar 28, 2023 · 3 comments
Open

Item price based on formula #34609

shahns opened this issue Mar 28, 2023 · 3 comments

Comments

@shahns
Copy link

shahns commented Mar 28, 2023

I have a use-case where Item pricing is based on its weight.

Details about usecase:

  1. The selling price is multiple of the weight plus some constant. This multiple varies daily based on prevalent
  2. Each serial number in item has different weight. This implies each serial number has different selling price.

Currently, adding different weights for each serial number under product is also not possible. But this can be done by adding custom fields and scripts while making entry using purchase/material receipt form.

I think this use case would also generalize to various businesses where price of goods is market linked.

There is a quiet old issue which suggests this is not possible out-of-the box.
#7772

@TurkerTunali
Copy link
Contributor

I think we can generate a custom server script type, like "Pricing Script". The script can return calculated rate.

@baidshryans
Copy link

@shahns Were you able to solve this?

@gec75
Copy link

gec75 commented Oct 1, 2024

I am also interested in this issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants