Fair enough about the wrong expectation :) The new tags would be great to allow us to have that. Can you give me a Feature # that I can keep track of for that?
If you take a look at the orderlineView model this is what you'll get (below) (disregard the Id of course)
{
"Id": "DOL24486",
"ProductId": "PROD100",
"ProductVariantId": "",
"ProductLanguageId": "LANG1",
"ProductName": "Test No Discounts (incl VAT)",
"ProductNumber": "test01",
"ProductVariantName": "",
"ProductImage": "/Files/Images/Products/Bikes/10016.jpg",
"PrimaryOrDefaultGroup": {
"Id": "GROUP35",
"Name": "Sale"
},
"Reference": "",
"Quantity": 3,
"UnitId": "",
"UnitName": "",
"OrderLineFields": {},
"Price": {
"CurrencyCode": "USD",
"PriceWithoutVat": 300,
"PriceWithoutVatFormatted": "$300.00",
"PriceWithVat": 300,
"PriceWithVatFormatted": "$300.00",
"VatFormatted": "$0.00",
"VATPercentFormatted": "0%",
"Price": 300,
"PriceFormatted": "$300.00",
"ShowPricesWithVat": true
},
"UnitPrice": {
"CurrencyCode": "USD",
"PriceWithoutVat": 100,
"PriceWithoutVatFormatted": "$100.00",
"PriceWithVat": 100,
"PriceWithVatFormatted": "$100.00",
"VatFormatted": "$0.00",
"VATPercentFormatted": "0%",
"Price": 100,
"PriceFormatted": "$100.00",
"ShowPricesWithVat": true
},
"UnitPriceBeforeDiscount": {
"CurrencyCode": "USD",
"PriceWithoutVatFormatted": "$0.00",
"PriceWithVatFormatted": "$0.00",
"VatFormatted": "$0.00",
"VATPercentFormatted": "0%",
"PriceFormatted": "$0.00",
"ShowPricesWithVat": true
},
"TotalDiscount": {
"CurrencyCode": "USD",
"PriceWithoutVatFormatted": "$0.00",
"PriceWithVatFormatted": "$0.00",
"VatFormatted": "$0.00",
"VATPercentFormatted": "0%",
"PriceFormatted": "$0.00",
"ShowPricesWithVat": true
},
"BomOrderLines": []
}
Looks like there's a bug then, would you agree? In which case I would also need a Bug # for it :)