Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adempiere/grpc-api

Package Overview
Dependencies
Maintainers
4
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adempiere/grpc-api - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

26

lib/convertPointOfSales.js

@@ -304,7 +304,7 @@ /*************************************************************************************

),
line_net_amount: getDecimalFromGRPC(
orderLineToConvert.getLineNetAmount()
price_with_tax: getDecimalFromGRPC(
orderLineToConvert.getPriceWithTax()
),
total_line_amount: getDecimalFromGRPC(
orderLineToConvert.getTotalLineAmount()
price_list_with_tax: getDecimalFromGRPC(
orderLineToConvert.getPriceListWithTax()
),

@@ -314,2 +314,20 @@ tax_rate: convertTaxRateFromGRPC(

),
total_discount_amount: convertTaxRateFromGRPC(
orderLineToConvert.getTotalDiscountAmount()
),
total_tax_amount: convertTaxRateFromGRPC(
orderLineToConvert.getTotalTaxAmount()
),
total_base_amount: convertTaxRateFromGRPC(
orderLineToConvert.getTotalBaseAmount()
),
total_base_amount_with_tax: convertTaxRateFromGRPC(
orderLineToConvert.getTotalBaseAmountWithTax()
),
total_amount: convertTaxRateFromGRPC(
orderLineToConvert.getTotalAmount()
),
total_amount_with_tax: convertTaxRateFromGRPC(
orderLineToConvert.getTotalAmountWithTax()
),
warehouse: convertWarehouseFromGRPC(

@@ -316,0 +334,0 @@ orderLineToConvert.getWarehouse()

2

package.json
{
"name": "@adempiere/grpc-api",
"version": "2.1.6",
"version": "2.1.7",
"description": "ADempiere Web Store write in Javascript for a node service",

@@ -5,0 +5,0 @@ "author": "Yamel Senih",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc