Skip to content

The program for creating reports based on data from sensors (data is in the database)

Notifications You must be signed in to change notification settings

Oganesian/Sensors-report

Repository files navigation

Sensors-report

A program for generating reports based on data read from sensors. The data is stored in the database. The program allows you to:

  • create reports based on data in the form of Word documents
  • add new
  • change
  • delete
    ...data in the database

Database — «sensors_info»

Table — «sensors_data»

number_of_sensor — VARCHAR(32), PRIMARY_KEY
name_of_sensor — VARCHAR(64)
type_of_sensor — VARCHAR(64)
value_a	— DOUBLE
value_b	— DOUBLE
value_c	— DOUBLE
value_d	— DOUBLE
zero_value — DOUBLE
expiration_date	— DATE

Frameworks used

Example

screenshot
screenshot
screenshot
screenshot
screenshot

About

The program for creating reports based on data from sensors (data is in the database)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages