Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042470Retail ModulesLayaway orderpublic2019-12-04 01:552020-01-31 11:41
matias-bernal 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
RR20Q2 
guilleaer
No
0042470: Null json fields in layaway to order process
When you created a new layaway in a only layaway terminal the json sended to the backoffice had the the field createdBy and updatedBy with POS logged user's id. Then when recovered this layaway in other terminal to create a new order using it, the json sended to backoffice had null in updatedBy field. Also if recover this order al tab in total button and after that tab in done button a new json is sended to the backoffice with both fieds in null.

This is a problem when another proccess or hook trying create other records using this information.
1-Create a new layaway in only layaway POS Terminal.
2-Create a ticket using previous layaway created and check the json sended.
3-Open the previos ticket created, tab total button, tab done button and check the json sended.
No tags attached.
patch issue 42470 source posterminal.patch (3,032) 2020-01-28 15:43
https://issues.openbravo.com/file_download.php?file_id=13935&type=bug
Issue History
2019-12-04 01:55matias-bernalNew Issue
2019-12-04 01:55matias-bernalAssigned To => Retail
2019-12-04 01:55matias-bernalTriggers an Emergency Pack => No
2020-01-27 10:48ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-01-27 15:17ranjith_qualiantech_comStatusnew => scheduled
2020-01-28 15:43ranjith_qualiantech_comFile Added: issue 42470 source posterminal.patch
2020-01-30 06:42hgbotCheckin
2020-01-30 06:42hgbotNote Added: 0117332
2020-01-30 06:42hgbotStatusscheduled => resolved
2020-01-30 06:42hgbotResolutionopen => fixed
2020-01-30 06:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fdad2a413fd9be2c37ff76c781df745c84209058 [^]
2020-01-31 11:41guilleaerReview Assigned To => guilleaer
2020-01-31 11:41guilleaerStatusresolved => closed
2020-01-31 11:41guilleaerFixed in Version => RR20Q2

Notes
(0117332)
hgbot   
2020-01-30 06:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fdad2a413fd9be2c37ff76c781df745c84209058
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jan 30 11:12:24 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fdad2a413fd9be2c37ff76c781df745c84209058 [^]

Fixed issue 42470 : Added updatedBy to receipt when updating paid receipt/layaway

---
M src/org/openbravo/retail/posterminal/PaidReceiptProperties.java
M src/org/openbravo/retail/posterminal/UpdateCashup.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---