... | @@ -5,7 +5,7 @@ Returns all the information of the products, its pickings (receptions, deliverie |
... | @@ -5,7 +5,7 @@ Returns all the information of the products, its pickings (receptions, deliverie |
|
**Params**
|
|
**Params**
|
|
* `email` *(required)*
|
|
* `email` *(required)*
|
|
* `dbname` *(required)*
|
|
* `dbname` *(required)*
|
|
* `search` *(required)*
|
|
* `search` *(required)* (barcode, default code, %name%)
|
|
|
|
|
|
**Return:** *JSON*
|
|
**Return:** *JSON*
|
|
|
|
|
... | @@ -23,37 +23,33 @@ Returns all the information of the products, its pickings (receptions, deliverie |
... | @@ -23,37 +23,33 @@ Returns all the information of the products, its pickings (receptions, deliverie |
|
},
|
|
},
|
|
"delivery": [
|
|
"delivery": [
|
|
{
|
|
{
|
|
"picking_id":"xx",
|
|
"delivery_id":"xx",
|
|
"picking_origin":"xx",
|
|
"delivery_origin":"xx",
|
|
"picking_date":"xx",
|
|
"delivery_date":"xx",
|
|
"picking_name":"xx",
|
|
"delivery_name":"xx",
|
|
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
"reception": [
|
|
"reception": [
|
|
{
|
|
{
|
|
"picking_id":"xx",
|
|
"reception_id":"xx",
|
|
"picking_origin":"xx",
|
|
"reception_origin":"xx",
|
|
"picking_date":"xx",
|
|
"reception_date":"xx",
|
|
"picking_name":"xx",
|
|
"reception_name":"xx",
|
|
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
"expedition": [
|
|
"expedition": [
|
|
{
|
|
{
|
|
"picking_id":"xx",
|
|
"expedition_id":"xx",
|
|
"picking_origin":"xx",
|
|
"expedition_origin":"xx",
|
|
"picking_date":"xx",
|
|
"expedition_date":"xx",
|
|
"picking_name":"xx",
|
|
"expedition_name":"xx",
|
|
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
"inventory": [
|
|
"inventory": [
|
|
{
|
|
{
|
|
"picking_id":"xx",
|
|
"inventory_id":"xx",
|
|
"picking_origin":"xx",
|
|
"inventory_name":"xx",
|
|
"picking_date":"xx",
|
|
"inventory_date":"xx",
|
|
"picking_name":"xx",
|
|
|
|
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
... | | ... | |