Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029036Retail ModulesWeb POSpublic2015-02-23 18:302015-08-17 10:23
jecharri 
jonalegriaesarte 
urgentmajorsometimes
closedunable to reproduce 
5
 
 
VictorVillar
No
0029036: JSON object are arriving without warehouse id in the generated JSON object
JSON object are arriving without warehouse id in the generated JSON object. The problem is that at line level we are including a JSON object like
"warehouse": {
            "id": "7E992857DA764E84A63A02CE21E699F7",
            "warehousename": "Almacen"
        },

However some times, the id is not arriving in the JSON object related to the order:
{
        "product": {
            "id": "DE722DB8B7404A528050D9CF58E8ADDB",
            "searchkey": "20310009",
         ...........
        "net": 79.38,
        "description": "",
        "id": "21C711AEB1A2062018B0714910532680",
        "priceIncludesTax": true,
        "warehouse": {
            "warehousename": "Almacen"
        },
        "promotions": null,
        "grossListPrice": 39.69,
        "discountedLinePrice": null,
        "promotionCandidates": null,
        "linerate": 1,
        "tax": "729CC541EC8449E9B1D8C437D88D7BF5",
        "taxAmount": 0,
        "pricenet": 39.69,
        "discountedNet": 79.38,
        "taxLines": {
-
No tags attached.
related to defect 0030999 closed guilleaer If you add a product unit with the Check stock screen, that order goes to errors while importing 
patch posterminal_4668.patch (1,165) 2015-04-16 11:00
https://issues.openbravo.com/file_download.php?file_id=7995&type=bug
Issue History
2015-02-23 18:30jecharriNew Issue
2015-02-23 18:30jecharriAssigned To => marvintm
2015-02-23 18:30jecharriResolution time => 1426892400
2015-02-23 18:30jecharriTriggers an Emergency Pack => No
2015-02-24 17:44mario_castelloAssigned Tomarvintm => mario_castello
2015-03-30 14:01jonalegriaesarteTarget VersionRR15Q2 => RR15Q3
2015-04-01 11:01jecharriDescription Updatedbug_revision_view_page.php?rev_id=8166#r8166
2015-04-01 13:31malsasuaAssigned Tomario_castello => Retail
2015-04-16 11:00OrekariaFile Added: posterminal_4668.patch
2015-04-16 11:01OrekariaNote Added: 0076577
2015-04-16 11:01OrekariaAssigned ToRetail => Orekaria
2015-04-16 11:01OrekariaStatusnew => feedback
2015-04-16 11:03OrekariaNote Edited: 0076577bug_revision_view_page.php?bugnote_id=0076577#r8273
2015-04-22 16:23dmitry_mezentsevAssigned ToOrekaria => jonalegriaesarte
2015-05-25 10:00dmitry_mezentsevNote Added: 0077681
2015-06-26 15:39marvintmTarget VersionRR15Q3 =>
2015-08-17 10:20OrekariaNote Added: 0079381
2015-08-17 10:23VictorVillarReview Assigned To => VictorVillar
2015-08-17 10:23VictorVillarNote Added: 0079383
2015-08-17 10:23VictorVillarStatusfeedback => closed
2015-08-17 10:23VictorVillarResolutionopen => unable to reproduce
2016-07-28 08:15migueldejuanaRelationship addedrelated to 0030999

Notes
(0076577)
Orekaria   
2015-04-16 11:01   
(edited on: 2015-04-16 11:03)
We have been not able to reproduce it, however, please apply the attached patch that adds log entries that could help us diagnose the issue

Verify that the 'Mobile Log Client Save Level" preference is set to 'info' or lower

(0077681)
dmitry_mezentsev   
2015-05-25 10:00   
Hi Guys,

Any update here as it is now more than 1 month without any actions.
If we still cannot reproduce it I propose to close the issue and open another one when we have sth "real".
Thanks.
(0079381)
Orekaria   
2015-08-17 10:20   
A check has been added to verify that the receipt integrity is held during the closing process

https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/75569921633b4b973d5b2b918143dae44fe6ca18 [^]
(0079383)
VictorVillar   
2015-08-17 10:23   
It seems that is not reproducible in the client instance anymore.