home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / biznes / nails16 / employee.md_ / employee.md / Products.json < prev    next >
JavaScript Object Notation  |  1997-08-29  |  2KB

  1. {
  2.     "schema": {
  3.         "ServiceID": "Long Integer",
  4.         "OrderID": "Long Integer",
  5.         "ServiceName": "Text (50)",
  6.         "UnitPrice": "Currency",
  7.         "Quantity": "Double",
  8.         "Discount": "Double",
  9.         "SalePrice": "Currency",
  10.         "EmployeeID": "Long Integer"
  11.     },
  12.     "data": [
  13.         {
  14.             "ServiceID": 1,
  15.             "ServiceName": "Acrylic F/S Coating",
  16.             "UnitPrice": 35,
  17.             "Quantity": 0,
  18.             "Discount": 0,
  19.             "SalePrice": 0
  20.         },
  21.         {
  22.             "ServiceID": 2,
  23.             "ServiceName": "Acrylic F/S Tip Overlay",
  24.             "UnitPrice": 34,
  25.             "Quantity": 0,
  26.             "Discount": 0,
  27.             "SalePrice": 0
  28.         },
  29.         {
  30.             "ServiceID": 3,
  31.             "ServiceName": "Acrylic Fill-Ins",
  32.             "UnitPrice": 18,
  33.             "Quantity": 0,
  34.             "Discount": 0,
  35.             "SalePrice": 0
  36.         },
  37.         {
  38.             "ServiceID": 4,
  39.             "ServiceName": "Silk-Fiberglass-Gel",
  40.             "UnitPrice": 38,
  41.             "Quantity": 0,
  42.             "Discount": 0,
  43.             "SalePrice": 0
  44.         },
  45.         {
  46.             "ServiceID": 5,
  47.             "ServiceName": "Fill-Ins (Silk & Gel)",
  48.             "UnitPrice": 25,
  49.             "Quantity": 0,
  50.             "Discount": 0,
  51.             "SalePrice": 0
  52.         },
  53.         {
  54.             "ServiceID": 6,
  55.             "ServiceName": "Manicures",
  56.             "UnitPrice": 12,
  57.             "Quantity": 0,
  58.             "Discount": 0,
  59.             "SalePrice": 0
  60.         },
  61.         {
  62.             "ServiceID": 7,
  63.             "ServiceName": "Pedicures",
  64.             "UnitPrice": 25,
  65.             "Quantity": 0,
  66.             "Discount": 0,
  67.             "SalePrice": 0
  68.         },
  69.         {
  70.             "ServiceID": 8,
  71.             "ServiceName": "Paraffin (Hand)",
  72.             "UnitPrice": 5,
  73.             "Quantity": 0,
  74.             "Discount": 0,
  75.             "SalePrice": 0
  76.         },
  77.         {
  78.             "ServiceID": 9,
  79.             "ServiceName": "Paraffin (Feet)",
  80.             "UnitPrice": 8,
  81.             "Quantity": 0,
  82.             "Discount": 0,
  83.             "SalePrice": 0
  84.         },
  85.         {
  86.             "ServiceID": 10,
  87.             "ServiceName": "Polish - Nails",
  88.             "UnitPrice": 5,
  89.             "Quantity": 0,
  90.             "Discount": 0,
  91.             "SalePrice": 0
  92.         },
  93.         {
  94.             "ServiceID": 11,
  95.             "ServiceName": "Polish - Toes",
  96.             "UnitPrice": 8,
  97.             "Quantity": 0,
  98.             "Discount": 0,
  99.             "SalePrice": 0
  100.         },
  101.         {
  102.             "ServiceID": 12,
  103.             "ServiceName": "French Tips",
  104.             "UnitPrice": 8,
  105.             "Quantity": 0,
  106.             "Discount": 0,
  107.             "SalePrice": 0
  108.         },
  109.         {
  110.             "ServiceID": 13,
  111.             "ServiceName": "Nails Removing",
  112.             "UnitPrice": 10,
  113.             "Quantity": 0,
  114.             "Discount": 0,
  115.             "SalePrice": 0
  116.         },
  117.         {
  118.             "ServiceID": 14,
  119.             "ServiceName": "Cut & Shape",
  120.             "UnitPrice": 3,
  121.             "Quantity": 0,
  122.             "Discount": 0,
  123.             "SalePrice": 0
  124.         },
  125.         {
  126.             "ServiceID": 15,
  127.             "ServiceName": "Acrylic Repair",
  128.             "UnitPrice": 3,
  129.             "Quantity": 0,
  130.             "Discount": 0,
  131.             "SalePrice": 0
  132.         },
  133.         {
  134.             "ServiceID": 16,
  135.             "ServiceName": "Silk-Gel Repair",
  136.             "UnitPrice": 5,
  137.             "Quantity": 0,
  138.             "Discount": 0,
  139.             "SalePrice": 0
  140.         },
  141.         {
  142.             "ServiceID": 17,
  143.             "ServiceName": "Long-Nail Set",
  144.             "UnitPrice": 40,
  145.             "Quantity": 0,
  146.             "Discount": 0,
  147.             "SalePrice": 0
  148.         },
  149.         {
  150.             "ServiceID": 18,
  151.             "ServiceName": "Air Brush - 2 Colors",
  152.             "UnitPrice": 15,
  153.             "Quantity": 0,
  154.             "Discount": 0,
  155.             "SalePrice": 0
  156.         }
  157.     ]
  158. }