@adempiere/grpc-api
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -17,3 +17,3 @@ /************************************************************************************* | ||
const convertCoreFunctionality = { | ||
const convertCoreFunctionality = { | ||
convertCountryFromGRPC(countryToConvert) { | ||
@@ -270,12 +270,12 @@ if (countryToConvert) { | ||
schema_currency: convertCoreFunctionality.convertCurrencyFromGRPC( | ||
productPrice.getSchemaCurrency() | ||
productPrice.getDisplayCurrency() | ||
), | ||
schema_price_list: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceList() | ||
productPrice.getDisplayPriceList() | ||
), | ||
schema_price_standard: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceStandard() | ||
productPrice.getDisplayPriceStandard() | ||
), | ||
schema_price_limit: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceLimit() | ||
productPrice.getDisplayPriceLimit() | ||
) | ||
@@ -282,0 +282,0 @@ }; |
@@ -26,3 +26,4 @@ /************************************************************************************* | ||
convertPriceListFromGRPC, | ||
convertCurrencyFromGRPC | ||
convertCurrencyFromGRPC, | ||
convertWarehouseFromGRPC | ||
} = require('./convertCoreFunctionality.js'); | ||
@@ -61,2 +62,5 @@ | ||
), | ||
warehouse: convertWarehouseFromGRPC( | ||
pointOfSales.getWarehouse() | ||
), | ||
conversion_type_uuid: pointOfSales.getConversionTypeUuid(), | ||
@@ -63,0 +67,0 @@ key_layout_uuid: pointOfSales.getKeyLayoutUuid() |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
2451938
71399