home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Code": "Text (10)",
- "Goods": "Boolean NOT NULL",
- "Description": "Text (40)",
- "SWW": "Text (10)",
- "Unit": "Text (4)",
- "Price0": "Currency",
- "Price1": "Currency",
- "Price2": "Currency",
- "BasePrice": "Currency",
- "TaxID": "Integer",
- "Qty": "Double",
- "MinQty": "Double",
- "MaxQty": "Double",
- "Account": "Text (10)",
- "spare1": "Currency",
- "spare2": "Double",
- "spare3": "Integer"
- },
- "data": [
- {
- "Code": "001",
- "Goods": 1,
- "Description": "pierścionek",
- "Unit": "szt.",
- "Price0": 120,
- "Price1": 0,
- "Price2": 0,
- "BasePrice": 0,
- "TaxID": 0,
- "Qty": 0,
- "MinQty": 0,
- "MaxQty": 0
- },
- {
- "Code": "002",
- "Goods": 1,
- "Description": "obr─àczka",
- "Unit": "szt.",
- "Price0": 120,
- "Price1": 0,
- "Price2": 0,
- "BasePrice": 0,
- "TaxID": 0,
- "Qty": 1,
- "MinQty": 0,
- "MaxQty": 0
- },
- {
- "Code": "003",
- "Goods": 1,
- "Description": "bransoletka",
- "Unit": "szt.",
- "Price0": 150,
- "Price1": 100,
- "Price2": 50,
- "BasePrice": 0,
- "TaxID": 0,
- "Qty": 30,
- "MinQty": 0,
- "MaxQty": 0
- },
- {
- "Code": "004",
- "Goods": 1,
- "Description": "bransoleta",
- "Unit": "szt.",
- "Price0": 155,
- "Price1": 100,
- "Price2": 0,
- "BasePrice": 0,
- "TaxID": 0,
- "Qty": 36,
- "MinQty": 0,
- "MaxQty": 0
- }
- ]
- }