home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / AXIS / standalone / Backend.mdb / Invoice_main.json < prev    next >
JavaScript Object Notation  |  1998-12-14  |  723b

  1. {
  2.     "schema": {
  3.         "Key": "Long Integer",
  4.         "job_number": "Text (25)",
  5.         "invoice_date": "DateTime",
  6.         "po_number": "Text (50)",
  7.         "company_id": "Text (10)",
  8.         "invoice_number": "Long Integer",
  9.         "client_name": "Text (150)",
  10.         "paid": "Boolean NOT NULL",
  11.         "paid_date": "DateTime",
  12.         "subtotal": "Single",
  13.         "tax": "Single",
  14.         "adjustments": "Single",
  15.         "total": "Single",
  16.         "taxable": "Boolean NOT NULL",
  17.         "address1": "Text (150)",
  18.         "address2": "Text (150)",
  19.         "city": "Text (100)",
  20.         "state": "Text (50)",
  21.         "zipcode": "Text (25)",
  22.         "contact": "Text (150)",
  23.         "billing_contact": "Text (150)",
  24.         "billing_address1": "Text (150)",
  25.         "billing_address2": "Text (150)",
  26.         "billing_city": "Text (150)",
  27.         "billing_state": "Text (25)",
  28.         "billing_zipcode": "Text (25)",
  29.         "print_unit_price": "Boolean NOT NULL",
  30.         "taxp": "Single"
  31.     },
  32.     "data": []
  33. }