home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 October / DPCB1097.iso / business / Netfast / disk4 / orders.md_ / orders.md / orders_invoices.json < prev    next >
JavaScript Object Notation  |  1997-07-02  |  797b

  1. {
  2.     "schema": {
  3.         "orderID": "Long Integer",
  4.         "InvoiceID": "Long Integer",
  5.         "Del_Salutation": "Text (4)",
  6.         "Del_Firstname": "Text (30)",
  7.         "Del_Lastname": "Text (30)",
  8.         "Del_Companyname": "Text (50)",
  9.         "Del_Department": "Text (50)",
  10.         "Del_Building": "Text (50)",
  11.         "Del_Street": "Text (50)",
  12.         "Del_Town": "Text (50)",
  13.         "Del_County": "Text (50)",
  14.         "Del_Postcode": "Text (20)",
  15.         "Del_Country": "Text (30)",
  16.         "notes": "Memo/Hyperlink (255)",
  17.         "ConvertedToInvoice": "Boolean NOT NULL",
  18.         "InvoicePaid": "Boolean NOT NULL",
  19.         "DateOrder": "DateTime",
  20.         "DateInvoice": "DateTime",
  21.         "DateInvoicePaid": "DateTime",
  22.         "Description": "Memo/Hyperlink (255)",
  23.         "PaymentType": "Text (20)",
  24.         "userID": "Long Integer",
  25.         "Totalsum": "Currency",
  26.         "name": "Memo/Hyperlink (255)",
  27.         "companyname": "Memo/Hyperlink (255)",
  28.         "phone": "Memo/Hyperlink (255)",
  29.         "paymentdetails": "Memo/Hyperlink (255)"
  30.     },
  31.     "data": []
  32. }