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.0.2 to 2.0.3

10

lib/convertPointOfSales.js

@@ -43,2 +43,5 @@ /*************************************************************************************

),
return_document_type: convertDocumentTypeFromGRPC(
pointOfSales.getReturnDocumentType()
),
cash_bank_account: convertBankAccountFromGRPC(

@@ -74,2 +77,3 @@ pointOfSales.getCashBankAccount()

is_allows_create_order: pointOfSales.getIsAllowsCreateOrder(),
is_allows_confirm_shipment: pointOfSales.getIsAllowsConfirmShipments(),
is_display_discount: pointOfSales.getIsDisplayDiscount(),

@@ -332,2 +336,8 @@ is_display_tax_amount: pointOfSales.getIsDisplayTaxAmount(),

),
price_list: convertPriceListFromGRPC(
order.getPriceList()
),
warehouse: convertWarehouseFromGRPC(
order.getWarehouse()
),
document_status: convertDocumentStatusFromGRPC(

@@ -334,0 +344,0 @@ order.getDocumentStatus()

2

package.json
{
"name": "@adempiere/grpc-api",
"version": "2.0.2",
"version": "2.0.3",
"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