home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / testsoft / puzzle / DATA1.CAB / Database / Frm0003.mdb / InvoiceLin.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-07-15  |  1.0 KB

  1. {
  2.     "schema": {
  3.         "HdrID": "Long Integer",
  4.         "LineNo": "Integer",
  5.         "ItemCode": "Text (10)",
  6.         "Goods": "Boolean NOT NULL",
  7.         "Description": "Text (40)",
  8.         "SWW": "Text (10)",
  9.         "Unit": "Text (4)",
  10.         "UnitPrice": "Currency",
  11.         "Quantity": "Double",
  12.         "TaxID": "Integer",
  13.         "Account": "Text (10)",
  14.         "spare1": "Integer"
  15.     },
  16.     "data": [
  17.         {
  18.             "HdrID": 1,
  19.             "LineNo": 1,
  20.             "ItemCode": "001",
  21.             "Goods": 1,
  22.             "Description": "pier┼¢cionek",
  23.             "Unit": "szt.",
  24.             "UnitPrice": 120,
  25.             "Quantity": 1,
  26.             "TaxID": 0
  27.         },
  28.         {
  29.             "HdrID": 2,
  30.             "LineNo": 1,
  31.             "ItemCode": "002",
  32.             "Goods": 1,
  33.             "Description": "obr─àczka",
  34.             "Unit": "szt.",
  35.             "UnitPrice": 120,
  36.             "Quantity": 4,
  37.             "TaxID": 0
  38.         },
  39.         {
  40.             "HdrID": 3,
  41.             "LineNo": 1,
  42.             "ItemCode": "003",
  43.             "Goods": 1,
  44.             "Description": "bransoletka",
  45.             "Unit": "szt.",
  46.             "UnitPrice": 135,
  47.             "Quantity": 10,
  48.             "TaxID": 0
  49.         },
  50.         {
  51.             "HdrID": 3,
  52.             "LineNo": 2,
  53.             "ItemCode": "001",
  54.             "Goods": 1,
  55.             "Description": "pier┼¢cionek",
  56.             "Unit": "szt.",
  57.             "UnitPrice": 108,
  58.             "Quantity": 4,
  59.             "TaxID": 0
  60.         },
  61.         {
  62.             "HdrID": 4,
  63.             "LineNo": 1,
  64.             "ItemCode": "004",
  65.             "Goods": 1,
  66.             "Description": "bransoleta",
  67.             "Unit": "szt.",
  68.             "UnitPrice": 116.25,
  69.             "Quantity": 10,
  70.             "TaxID": 0
  71.         },
  72.         {
  73.             "HdrID": 4,
  74.             "LineNo": 2,
  75.             "ItemCode": "004",
  76.             "Goods": 1,
  77.             "Description": "bransoleta",
  78.             "Unit": "szt.",
  79.             "UnitPrice": 75,
  80.             "Quantity": 4,
  81.             "TaxID": 0
  82.         }
  83.     ]
  84. }