SergeoLacruz / inventree-supplier-panel

Put the parts from a purchase order into a supplier shopping cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prices copied back to purchase order are wrong

fietser28 opened this issue · comments

If I add multiple items to my purchase order and press the 'Transfer PO' button:

The correct prices / amounts / etc. are displayed in the Mouser Actions panel:
image

But, the wrong prices are set in the purchase order:
image
It seems one of the prices is set to all the line items in the purchase order.

Running inventree 0.13.0 and the latest version of this plugin.

BTW: The functionality of this plugin is really great, can't wait for TME and Digikey support.

Thanks for the hint. This is because you do not have IPNs added to your parts. We use IPNs, so the problem never showed up. I changed the code line to use the SKU now which needs to be there. Give it a try.
I will never add TME because we do not have TME as a supplier. Digikey is still on the roadmap but their authentication system is quite complex. I tried to add Farnell but found that they do not have a shopping cart API so far.

It is working now with Mouser in my situation. Thank you.

Thanks.
fixed with e9deb5e