-
-
Notifications
You must be signed in to change notification settings - Fork 798
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
[FR] Inbound shipping/logistics costs #3928
Comments
@geniesis sounds like a good idea. Might be quite a bit of work (including required unit tests), maybe somebody picks it up. |
I'm thinking this might be implemented by using a scheduled mixin plugin that would calculate the prices and set the Internal Cost price for the part based on PO information. This would allow the logic to be disabled easily for users that do not wish to use that type of calculation. An extension to this could be the automatic calculation of the sale price based on set profit margins. i.e. a part parameter could be set for the % margin required Any thoughts to this approach? |
The recent changes to the pricing architecture (available in the upcoming
I have considered this but I think it would be best served as a plugin. Pricing calculations are complex and very bespoke to a given user, I don't think we should implement a "one size fits all" automatic sale price calculation. But a plugin would work fine. |
This issue seems stale. Please react to show this is still important. |
Not interested in deving it immediately but this would be cool some day *tm |
This issue seems stale. Please react to show this is still important. |
Some day 😄 . Seems like the stale bot is not recognising the assignments anymore |
This issue seems stale. Please react to show this is still important. |
not stale |
This issue seems stale. Please react to show this is still important. |
Still valid |
This issue seems stale. Please react to show this is still important. |
Not stale |
This issue seems stale. Please react to show this is still important. |
@SchrodingersGat I've been thinking about this one for a while. I'd be happy to tackle it after a couple of other ones if no one else does 😊 Looking at my business' procedures, we want to be able to distribute both freight, but also NRE costs across all items on a given order. Thus this FR is highly valuable to us. |
@LavissaWoW I would be very happy for you to tackle this, and to provide any assistance where I can. One request I would make is that I would like to be able to determine how the NRE / shipping / etc costs are spread - it may not always be the case that they are to be spread evenly. The user interface requirements for this may be a bit tricky. I think we should maybe focus on the new interface only, if this is the case |
This issue seems stale. Please react to show this is still important. |
Not stale |
This issue seems stale. Please react to show this is still important. |
Not stale, just needs someone to either fund or give attention. |
A few examples:
Items to be allocated to parts costs may be on the purchase order (shipping paid to supplier), or third party (freight account, etc) Also, somewhat related since we generally appear to be talking about calculating 'landed costs' - we've had the instance where we ordered 50 heatsinks, but the supplier was able to machine 56 from the raw material, so supplied an extra 6 at no charge, effectively reducing the unit price by ~10%. |
@CaCtus491 your example here is exactly why this would need to be able to support custom implementations via plugins |
Please verify that this feature request has NOT been suggested before.
Problem statement
Inbound shipping costs for parts/items can really only be tracked via Extra Lines in a PO.
If shipping under certain incoterms such as EXW the cost of shipping/duties is actually in another PO with the logistics company.
With regards to the individual parts shipping costs are not factored into the cost of the part. So cost of the part could be way off.
Suggested solution
Ability to mark an "extra lines" item in a PO as a shared part cost.
The purchase cost of the item would then include it's "share" of the shipping cost. Any sale orders or price estimations, builds, would reflect this automatically calculated price.
If 100x Widget ABC was purchased from the supplier at $10/unit and these items were shipped EXW via Air for a cost of $1000.
Also the item is worth $10/unit. Because of the shipping cost, the actual landed price is $20/unit.
Describe alternatives you've considered
Manually calculating the actually contribution of the shipping cost for each part then adjusting the PO items unit price accordingly.
However, this looses track of the original price of the item (shipping prices can fluctuate a lot especially when coupled with bulk shipping, air/sea)
It also makes it harder to reconcile the PO to the original purchase from the supplier.
Examples of other systems
No response
Do you want to develop this?
Upvote & Fund
The text was updated successfully, but these errors were encountered: