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

Price change tracking for each item listed on hub #27

Open
Tropicalrambler opened this issue Feb 2, 2018 · 0 comments
Open

Price change tracking for each item listed on hub #27

Tropicalrambler opened this issue Feb 2, 2018 · 0 comments

Comments

@Tropicalrambler
Copy link

Given the large community of ERPNext users, I believe that if you allow for Hub to become a platform for price reference from users, it will be one of the most highly sought after features of ERPNext.

The expected behavior is to have the user with products for sale, list them on Hub. Whenever the user updates the price (either on the Item itself, or depending on a Sale), an weighted average per unit is calculated, to be listed as a "reference price" in one of the Hub pages wtihin ERPNext. Thus, if I sell 2 carrots on same day to customer A, and one carrot to Customer B, the reference price for the day is a weighted average of ( (2 * Rate for customer A) + (1 * Rate for Customer B) ) / 2 = Weighted average price for day X.

This price would be tracked "As invoiced" and "As quoted", because there might be variations in what a quote proposes, and what the final invoice reflects.
Hub should then show:

  • Weighted Average Price per day

  • Historical view of price behavior

  • Price "As Invoiced" or Sale price

  • Price as "As offered" or Quoted price

  • Datetime field of individual price entries (if desired to be viewed by user) and a single view with average price per day.

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

No branches or pull requests

1 participant