Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #29036 All Revisions ] Back to Issue ]
Summary 0029036: JSON object are arriving without warehouse id in the generated JSON object
Revision 2015-04-01 11:01 by jecharri
Description 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": {
Revision 2015-03-30 14:01 by jecharri
Description 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 cash up:
{
        "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": {


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker