This file must be in the root of C:Industries Dan_PAP for the application to work
Put what is inside this folder (or just the Industries Dan.mdb file) put it in this folder C:Industries Dan_PAP
This is the project editor launcher, the next points are all about each form and how it works
This form checks the user's credentials (email and password). When verified, you insert this information into the database, more specifically, into the Login_Funcionario table. In the Login_Funcionario table, all entry and exit activity in the program by the user is recorded (Login's and Logouts', in the future also login attempts so that preventive measures can be taken)
The PMenu form, which means (inverted) Main Menu, links to all of the App's functionalities, such as personnel management, sales management, financial management, information management. Another thing that was implemented was a greeting depending on the time of day, for example if it is before noon a message like this appears: "Good morning, [user_name]"; if it is after noon and before 9 pm it appears: "Good afternoon, [user_name]"; if it is after 9pm and before 5am it says: "Good evening, [user_name]". The user is also given a button to log out so they can log in with another user. When using the PMenu form, you close the Logout in the same way as clicking the Logout button. Another function that will be implemented in the future will be the warnings that will change color when there is one and you will be able to click on it and the various warnings will appear in several ToolStripMenuItem's
The customer form provides the user with options to view existing customers, purchases made and the products found within each purchase. Another thing it allows is to add new customers and remove (if you haven't made any purchases yet)