MDB:Development/Printer Information

From WolfTech
Revision as of 12:57, 3 January 2011 by Djgreen (talk | contribs) (New page: ==printers_consumables== *id -- auto_incred, primary key *device_id -- links to deviceID in main device table. *description -- identifies the consumable. *color -- if known and appropriate...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

printers_consumables

  • id -- auto_incred, primary key
  • device_id -- links to deviceID in main device table.
  • description -- identifies the consumable.
  • color -- if known and appropriate (ie, maintenance kit or fuser wouldn't have this), gives color -- black, cyan, yellow, magenta, etc...
  • current_usage -- current usage level of the consumable
  • max_usage -- maximum usage level of the consumable (brand new)
  • usage_percent -- percent of usage
  • update_date -- time/date of information update

printers_local

  • id -- auto_incred, primary key
  • device_id -- links to deviceID in main device table.
  • desc -- name of the printer
  • default -- bouleen -- this is the default printer on the device; true or false.
  • print_processor
  • printer_device
  • dpi_horiz -- horizontal resolution
  • dpi_vert -- vertical resolution
  • update_date -- time/date of information update