...
The editor is built with three components:
- Tabeli A table (gridu) prezentującego podstawowe dane kierowcówgrid) presenting the basic data of drivers.
- Formatek, na które zawierają bardziej szczegółowe dane i służą do edycji jego danych.
- Części zawierającej przyciski umożliwiające wstawianie (dodawanie) nowego kierowcy oraz zapisywanie zmienionych danych.
Ponadto na belce tabeli możemy znaleźć informację na temat ilości kierowców w bazie.
Dzięki tabeli możemy:
- szybko zmienić stan "Aktywny/Nieaktywny" wybranych kierowców,
- przypisać wielu kierowców do jednej firmy,
- filtrować kierowców,
- sortować dane.
...
- Forms, which contain more detailed data and are used to edit its data.
- A section containing buttons for inserting (adding) a new driver and saving the changed data.
In addition, on the table bar we can find information about the number of drivers in the database.
With the table, we can:
- Quickly change the "Active/Inactive" status of selected drivers,
- Assign multiple drivers to one company,
- filter drivers,
- sort the data.
All changes made to the table require saving them, the "Save" button is used for this.
2. Form's
2.1 Form "General"
...