Hi!
I am coding an automated billing system for some online services agains B1.
Currently I am using the COM-interface but have a little problem.
I need to set the NetPrice instead of "PriceAfterVAT". I found a property named "price" but when I open the invoice in SAP, ist has the normal article price (instead of the fixed row price).
Example:
Article:
price: 10.00
Invoice Row:
price: 5.00
Invoice should show 5.00 and 50% discount.
Using the B1-GUI this is exactly what is happening.
What am I doing wrong? What is the correct property under $vInv->Lines->... ?
Thank you.