Online journal to communicate information between shifts.
account for "engineer" department:
login: a.andreev
password: 1234567Qe
account for "engineer" department:
login: d.dmitriev
password: 1234567Qe
account for Administrator:
login: Administrator
password: 1234567Qe
The site allows you to compile and publish reports in an automated mode.
At the moment it is configured for use by two departments "Engineers" and "IT", in each department there are 4 groups (shifts).
The Administrators group has access to both departments.
For the "Engineers" department, the reporting system works as follows:
- During the day, the shift draws up a report, which is published at 9.10 the next day and becomes visible to the department.
- Until the evening, the published report is available for editing, the created record is updated every 20 minutes.
- At 11.00, the report is sent to the mail, as well as to the Telegram bot.
For the "IT" department, the report is sent manually, with an attached distribution by mail.
- Formation of reports using downloadable images and "tags" - presets for typical situations.- Публикация и изменение статуса отчетов, настроенные под текущее расписание работы.
- Search by department, author, date and report text.
- Sending reports to mail and Telegram-bot by "subscription" using Django REST framework.- Разовые и регулярные задания с различным периодом.
- Comments for reports and assignments.
- Section with downloadable schemes, documents and manuals.
- Equipment location recording section
- The Production version uses LDAP server authorization.
- PostgreSQL database.
- Adapted for mobile devices.
Django, Django REST Framework.
django-apscheduler, psycopg2, ldap3, Request, Messages, Pillow, json, smtplib, logging, MIMEMultipart, io,
itertools, api.serializer, environ.