Tab "Company management"
🏢 Company Management
Accessible from the main navigation bar. Contains 4 tabs:
📋 Company Details
Form with general company information. All fields marked with * are required.
Field | Type | Description |
|---|---|---|
Company name * | Text input | Legal name of the company |
VAT number * | Text input | VAT/tax identification number |
Zip code * | Text input | Postal code |
City * | Text input | City name |
Address * | Text input | Street address |
Name and surname | Text input | Contact person's full name |
Company email | Text input | Company email address |
Phone | Text input | Phone number |
Language * | Dropdown | Interface language |
Date format * | Dropdown | Date/time display format (e.g. dd.MM.yyyy HH:mm) |
Password duration (days) | Number input | How many days before password expires |
Password history count | Number input | Number of previous passwords remembered |
Is active | Checkbox | Whether the company account is active |
Default Layout | Dropdown | Default print layout (e.g. Print A4) |
💾 Save button in the toolbar.
📧 Company Mail Settings
Form for configuring the outgoing email (SMTP) server. All fields marked with * are required.
Field | Type | Description |
|---|---|---|
Name * | Text input | Name of the mail configuration |
SMTP * | Text input | SMTP server address |
Email * | Text input | Email address used for sending |
Port * | Number input | SMTP port (e.g. 587) |
Enable SSL | Checkbox | Enable SSL encryption |
Authorization required | Checkbox | Whether SMTP login is required |
Sender email * | Text input | The actual sender email address |
Password * | Password input | SMTP account password |
💾 Save button in the toolbar.
🖨️ Report Printing Settings
Allows uploading custom header and footer images for printed reports.
Section | Description |
|---|---|
Upload report header | Drag & drop or Browse for JPG/PNG image used as report header |
Upload report footer | Drag & drop or Browse for JPG/PNG image used as report footer |
Toolbar:
💾 Save button
🔄 Reset/restore button
🔒 Security Settings
Controls SQL injection protection for data queries.
Prevent SQL Injection — Checkbox When enabled, all SQL keywords are blocked system-wide.
⚠️ When this option is enabled, a blue warning banner is displayed: "Global SQL Injection Prevention is enabled. All SQL keywords are blocked system-wide. Soft switches below are disabled."
Allowed keywords in data query
These 4 buttons toggle which SQL keywords are individually permitted when the global prevention is disabled:
Button | State when prevention OFF | State when prevention ON |
|---|---|---|
UPDATE | Clickable (blue = allowed) | Disabled (grey) |
DELETE | Clickable (blue = allowed) | Disabled (grey) |
DROP | Clickable (blue = allowed) | Disabled (grey) |
INSERT | Clickable (blue = allowed) | Disabled (grey) |
💾 Save button in the toolbar.