home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "HdrID": "Long Integer",
- "LineNo": "Integer",
- "ItemCode": "Text (10)",
- "Goods": "Boolean NOT NULL",
- "Description": "Text (40)",
- "SWW": "Text (10)",
- "Unit": "Text (4)",
- "UnitPrice": "Currency",
- "Quantity": "Double",
- "TaxID": "Integer",
- "Account": "Text (10)",
- "spare1": "Integer"
- },
- "data": [
- {
- "HdrID": 1,
- "LineNo": 1,
- "ItemCode": "001",
- "Goods": 1,
- "Description": "pierścionek",
- "Unit": "szt.",
- "UnitPrice": 120,
- "Quantity": 1,
- "TaxID": 0
- },
- {
- "HdrID": 2,
- "LineNo": 1,
- "ItemCode": "002",
- "Goods": 1,
- "Description": "obr─àczka",
- "Unit": "szt.",
- "UnitPrice": 120,
- "Quantity": 4,
- "TaxID": 0
- },
- {
- "HdrID": 3,
- "LineNo": 1,
- "ItemCode": "003",
- "Goods": 1,
- "Description": "bransoletka",
- "Unit": "szt.",
- "UnitPrice": 135,
- "Quantity": 10,
- "TaxID": 0
- },
- {
- "HdrID": 3,
- "LineNo": 2,
- "ItemCode": "001",
- "Goods": 1,
- "Description": "pierścionek",
- "Unit": "szt.",
- "UnitPrice": 108,
- "Quantity": 4,
- "TaxID": 0
- },
- {
- "HdrID": 4,
- "LineNo": 1,
- "ItemCode": "004",
- "Goods": 1,
- "Description": "bransoleta",
- "Unit": "szt.",
- "UnitPrice": 116.25,
- "Quantity": 10,
- "TaxID": 0
- },
- {
- "HdrID": 4,
- "LineNo": 2,
- "ItemCode": "004",
- "Goods": 1,
- "Description": "bransoleta",
- "Unit": "szt.",
- "UnitPrice": 75,
- "Quantity": 4,
- "TaxID": 0
- }
- ]
- }