ryanaidilp / sistem_absensi_pegawai

This website contains API Backend and employee data management for SiAP application. This website is built with Laravel, Tailwind CSS, Vue JS, and Inertia JS. This website also has an attendance page (QR Code) and a table to display employee attendance data.
GNU General Public License v2.0
179 stars 124 forks source link

ASK #29

Closed deffan10 closed 3 years ago

deffan10 commented 3 years ago

I already get over it. About how to make admin voyager account. But, what i want to ask is. all user can open the "unduh data presentasi" ?

image

and 1 more, when i open localhost:8000/admin to login voyager i am back to home with qr code

deffan10 commented 3 years ago

sorry wrong screenshot image

ryanaidilp commented 3 years ago

Yes, the "unduh data presensi" feature can be accessed by all employees because most of the employees in the office where this app are used are not really familiar in using authorization (login, etc), so to make it easier for them I give access to download attendance data for all employees. If you don't want to display this feature to all employees, you can create a gate/middleware to make access to this feature strict only to a specified user. I have initialized laravel/ui in the repository, you just need to implement the authorization feature.

deffan10 commented 3 years ago

Ok. its a nice button to help them. Btw when i logging in into voyager admin using admin@mail.com admin123, always get redirected into first scree. image

and where i can change the time for work and for home ? and we must insert users from csv ? cant add it from gui admin ?

deffan10 commented 3 years ago

and i already try di apk "SIAP" and try to logging in with user admin "082123456789" with admin123. cant logged in. image

ryanaidilp commented 3 years ago

check your laravel.log files then paste it here