home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / ChipCD_12_99.iso / software / testsoft / puzzle / DATA1.CAB / Database / Frm0003.mdb / Item.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-07-15  |  989 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.         "Account": "Text (10)",
  17.         "spare1": "Currency",
  18.         "spare2": "Double",
  19.         "spare3": "Integer"
  20.     },
  21.     "data": [
  22.         {
  23.             "Code": "001",
  24.             "Goods": 1,
  25.             "Description": "pier┼¢cionek",
  26.             "Unit": "szt.",
  27.             "Price0": 120,
  28.             "Price1": 0,
  29.             "Price2": 0,
  30.             "BasePrice": 0,
  31.             "TaxID": 0,
  32.             "Qty": 0,
  33.             "MinQty": 0,
  34.             "MaxQty": 0
  35.         },
  36.         {
  37.             "Code": "002",
  38.             "Goods": 1,
  39.             "Description": "obr─àczka",
  40.             "Unit": "szt.",
  41.             "Price0": 120,
  42.             "Price1": 0,
  43.             "Price2": 0,
  44.             "BasePrice": 0,
  45.             "TaxID": 0,
  46.             "Qty": 1,
  47.             "MinQty": 0,
  48.             "MaxQty": 0
  49.         },
  50.         {
  51.             "Code": "003",
  52.             "Goods": 1,
  53.             "Description": "bransoletka",
  54.             "Unit": "szt.",
  55.             "Price0": 150,
  56.             "Price1": 100,
  57.             "Price2": 50,
  58.             "BasePrice": 0,
  59.             "TaxID": 0,
  60.             "Qty": 30,
  61.             "MinQty": 0,
  62.             "MaxQty": 0
  63.         },
  64.         {
  65.             "Code": "004",
  66.             "Goods": 1,
  67.             "Description": "bransoleta",
  68.             "Unit": "szt.",
  69.             "Price0": 155,
  70.             "Price1": 100,
  71.             "Price2": 0,
  72.             "BasePrice": 0,
  73.             "TaxID": 0,
  74.             "Qty": 36,
  75.             "MinQty": 0,
  76.             "MaxQty": 0
  77.         }
  78.     ]
  79. }