home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / Puzzle / Disk2 / FRM0003.MD_ / FRM0003.MD / InvoiceLin.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-09-11  |  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.         "spare1": "Integer"
  14.     },
  15.     "data": [
  16.         {
  17.             "HdrID": 1,
  18.             "LineNo": 1,
  19.             "ItemCode": "001",
  20.             "Goods": 1,
  21.             "Description": "pier┼¢cionek",
  22.             "Unit": "szt.",
  23.             "UnitPrice": 120,
  24.             "Quantity": 1,
  25.             "TaxID": 0
  26.         },
  27.         {
  28.             "HdrID": 2,
  29.             "LineNo": 1,
  30.             "ItemCode": "002",
  31.             "Goods": 1,
  32.             "Description": "obr─àczka",
  33.             "Unit": "szt.",
  34.             "UnitPrice": 120,
  35.             "Quantity": 4,
  36.             "TaxID": 0
  37.         },
  38.         {
  39.             "HdrID": 3,
  40.             "LineNo": 1,
  41.             "ItemCode": "003",
  42.             "Goods": 1,
  43.             "Description": "bransoletka",
  44.             "Unit": "szt.",
  45.             "UnitPrice": 135,
  46.             "Quantity": 10,
  47.             "TaxID": 0
  48.         },
  49.         {
  50.             "HdrID": 3,
  51.             "LineNo": 2,
  52.             "ItemCode": "001",
  53.             "Goods": 1,
  54.             "Description": "pier┼¢cionek",
  55.             "Unit": "szt.",
  56.             "UnitPrice": 108,
  57.             "Quantity": 4,
  58.             "TaxID": 0
  59.         },
  60.         {
  61.             "HdrID": 4,
  62.             "LineNo": 1,
  63.             "ItemCode": "004",
  64.             "Goods": 1,
  65.             "Description": "bransoleta",
  66.             "Unit": "szt.",
  67.             "UnitPrice": 116.25,
  68.             "Quantity": 10,
  69.             "TaxID": 0
  70.         },
  71.         {
  72.             "HdrID": 4,
  73.             "LineNo": 2,
  74.             "ItemCode": "004",
  75.             "Goods": 1,
  76.             "Description": "bransoleta",
  77.             "Unit": "szt.",
  78.             "UnitPrice": 75,
  79.             "Quantity": 4,
  80.             "TaxID": 0
  81.         }
  82.     ]
  83. }