in the stock display, is it able to get the stock value instead of its unit purchase price? #4465
-
Is it possible to multiply stock's unit purchase price by the real in stock quantity/count in order to get a real inventory value, otherwise, this unit purchase price is kind of useless. is it possible is there a modification in the code i can do to make it happen fast? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
The purchase price is consistently the unit price, I am strongly against changing this and making it confusing. Use a report to get the total purchase value of your items. |
Beta Was this translation helpful? Give feedback.
-
It is imperative that we keep unit pricing which is independent of the quantity field. However it would be possible to add a new column to the table which calcules "value" based on |
Beta Was this translation helpful? Give feedback.
-
Not too fast there, in |
Beta Was this translation helpful? Give feedback.
It is imperative that we keep unit pricing which is independent of the quantity field. However it would be possible to add a new column to the table which calcules "value" based on
purchase_price x quantity