Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Add support to:
Browse files Browse the repository at this point in the history
- Payment Account Date
- Payment Method
- Display Discount
- Display Tax amount
  • Loading branch information
yamelsenih committed Aug 24, 2021
1 parent e8e28dd commit c3d556b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"license": "MIT",
"dependencies": {
"@2fd/graphdoc": "^2.4.0",
"@adempiere/grpc-api": "1.7.8",
"@adempiere/grpc-api": "1.7.9",
"@adempiere/grpc-web-store-api": "1.4.1",
"@elastic/elasticsearch": "^7.3.0",
"@google-cloud/storage": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ module.exports = ({ config, db }) => {
amount: req.body.amount,
tenderTypeCode: req.body.tender_type_code,
paymentDate: req.body.payment_date,
currencyUuid: req.body.currency_uuid
paymentAccountDate: req.body.payment_account_date,
currencyUuid: req.body.currency_uuid,
paymentMethodUuid: req.body.payment_method_uuid
}, function (err, response) {
if (response) {
res.json({
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
striptags "^3.0.1"
word-wrap "^1.2.1"

"@adempiere/[email protected].7":
version "1.7.7"
resolved "https://registry.yarnpkg.com/@adempiere/grpc-api/-/grpc-api-1.7.7.tgz#f276d8a949d9ac4bb2028a9364a261a8a5694e44"
integrity sha512-2uhRFqPmYGwdaUI+rmC8oC9E34dVdlPb2JcbmW94HHvMKugGtzHYmXea9pSWKMYDt8Yre/qC1PDOP9VU1sTMKQ==
"@adempiere/[email protected].9":
version "1.7.9"
resolved "https://registry.yarnpkg.com/@adempiere/grpc-api/-/grpc-api-1.7.9.tgz#d64b721be8d5ef9173c6be3a5e7b113da52a6734"
integrity sha512-uHP9PN6aWfbGY7udLRfP4wSB9PK5U20icgNgD1Fz8MXpfVD5CqbosxhcwgdDT3YDwyX5yY0UNqfO8VMMkJXSvA==
dependencies:
"@grpc/grpc-js" "1.3.7"
google-protobuf "3.17.3"
Expand Down

0 comments on commit c3d556b

Please sign in to comment.