Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048128Retail ModulesWeb POSpublic2021-11-22 13:512021-12-09 07:45
hector_hernaez 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR21Q4.2 
Production - Confirmed Stable
2021-05-27
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/2d16fc3f4fe1958c08c7e82436775bedee5eff57 [^]
No
0048128: webPOS doesn't load the payments added in the backoffice
When a payment is added to a sales order in the backoffice, that payment is not loaded in the webPOS. It is happening in 21Q4.1 version.
Customer says that this didn't happen in previous versions.
Reproduced in this environment:
https://livebuilds.openbravo.com/retail_mp_3.0RR21Q4.1/web/org.openbravo.retail.posterminal/?terminal=VBS-1#login [^]

STEPS:

- In webPOS add the product 'Adhesive body warmers'.
- Press on search for customer button and add 'Arturo Montoro'.
- In left menu select 'Layaway this Receipt'.
- Press on total button and after in 'Layaway' button.

- Now go to the backoffice and go to 'Sales order' tab.
- Select the sales order we have just done.
- Press on 'Add payment' button.
- Fill 'Payment Method' with Wire Transfer and 'Deposit to' with 'Bank account 1 - ....'.
- Press 'Done'.
- In 'Payment plan' and 'Payment Details' you will see that the payment has been correctly added.

- Go back again to webPOS.
- In left menu select 'Open receipt' and look for the las one we have created in this process.
- You will see that no payment has been added and in the total you will see that it appears '3.60€ remaining to pay'.


Here you have the link with the video that the client has sent with the steps for more information:

https://watch.screencastify.com/v/XFeTQ8YakhmHtTs5KMGA [^]
No tags attached.
blocks defect 0048121 closed ranjith_qualiantech_com webPOS doesn't load the payments added in the backoffice 
Issue History
2021-11-23 07:42marvintmTypedefect => backport
2021-11-23 07:42marvintmTarget Version => PR21Q4.2
2021-11-24 07:51marvintmProjectOpenbravo ERP => Retail Modules
2021-11-24 07:52marvintmRegression introduced in releasePR21Q3 =>
2021-11-24 07:52marvintmSeveritycritical => major
2021-11-24 07:52marvintmCategory07. Sales management => Adyen
2021-11-24 07:52marvintmTarget VersionPR21Q4.2 =>
2021-11-24 07:54marvintmCategoryAdyen => Web POS
2021-12-02 10:11hgbotNote Added: 0133476
2021-12-02 15:26hgbotNote Added: 0133492
2021-12-09 07:45hgbotNote Added: 0133530
2021-12-09 07:45hgbotNote Added: 0133531
2021-12-09 07:45hgbotResolutionopen => fixed
2021-12-09 07:45hgbotStatusscheduled => closed
2021-12-09 07:45hgbotNote Added: 0133532
2021-12-09 07:45hgbotFixed in Version => RR21Q4.2
2021-12-09 07:45hgbotNote Added: 0133533

Notes
(0133476)
hgbot   
2021-12-02 10:11   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/647 [^]
(0133492)
hgbot   
2021-12-02 15:26   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtserver/-/merge_requests/14 [^]
(0133530)
hgbot   
2021-12-09 07:45   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtserver [^]
Changeset: d3297d4b005e0ce87bfc492148f45e7e95707bc7
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-12-02T19:04:23+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtserver/-/commit/d3297d4b005e0ce87bfc492148f45e7e95707bc7 [^]

Related to ISSUE-48128: Payment should be validated when saving receipt with lotterycode

---
M web/org.openbravo.retail.rtserver/js/utils/utils.js
---
(0133531)
hgbot   
2021-12-09 07:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtserver/-/merge_requests/14 [^]
(0133532)
hgbot   
2021-12-09 07:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/647 [^]
(0133533)
hgbot   
2021-12-09 07:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c58f046861d951b50cc4172f4f24041fe476ed50
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-12-02T14:25:22+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c58f046861d951b50cc4172f4f24041fe476ed50 [^]

Fixed ISSUE-48128: PaidReceipt should show payment info irrespective of terminal
* If PaidReceiptsPaymentsTypeTerminalHook does not return any payments,
  then payment info should be shown irrespective of terminal

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---