home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / Puzzle / Disk2 / FRM0003.MD_ / FRM0003.MD / Item.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-09-11  |  967 b 

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