|
{{new Intl.NumberFormat('NO', { style: 'currency', currency: item.PriceIncludedVat.Currency }).format(item.PriceIncludedVat.Amount)}} inc. VAT
{{new Intl.NumberFormat('NO', { style: 'currency', currency: item.Price.Currency }).format(item.Price.Amount)}} ex. VAT
|
{{item.UOM}}
You can order only a multiple of {{item.ConversionFactor}}
|
{{stocks.find(x => x.Code === item.Code).StockAmount}}
|
{{new Intl.NumberFormat('NO', { style: 'currency', currency: item.TotalItemIncludedVAT.Currency }).format(item.TotalItemIncludedVAT.Amount)}} inc. VAT
{{new Intl.NumberFormat('NO', { style: 'currency', currency: item.Total.Currency }).format(item.Total.Amount)}} ex. VAT
|