Reports With Your Branding

Machines+People will print reports for you to leave with clients. These are useful to the client but only if they put them in a safe place that they will remember. For the most part if they did that then there wouldn't be any need for this application.

At the time of this writing there are two reports. One is for basic ISP account information and the other is for basic router information. You can see samples below. Click the image to enlarge.

Reports Screen Shots

  • Router
  • ISP

mosaic databasedesign

Machines & People is a professionally designed database system that uses the open source database SQLite as an embedded database. Features include:

  • Relational database connecting machines, people, and software tables.
  • Many-to-many relationships between some tables.
  • "Normalized" design: no repetitive or duplicate columns, no duplicate data in multiple rows, no columns not dependent on the primary key.
  • Indexed columns for faster search.

Learn More About Database Normalization