kry008 f1e5fa728c | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
_install.php | ||
accept.php | ||
activate.php | ||
activateWorker.php | ||
addAdmin.php | ||
addDay.php | ||
addDay_form.php | ||
addDepartment.php | ||
addFree.php | ||
addFreeDay.php | ||
addFreeDay_form.php | ||
allWorkers.php | ||
allWorkersMonth.php | ||
checkLogin.php | ||
config.php.temp | ||
db.php | ||
db.sql | ||
delAdmin.php | ||
delDepartment.php | ||
delUser.php | ||
dictionaries.php | ||
editDaySelect.php | ||
editDaySelectForm.php | ||
editDaySelectFormEdit.php | ||
editPass.php | ||
footer.php | ||
index.html | ||
index.php.temp | ||
login.php | ||
logout.php | ||
nav.php | ||
panel.php | ||
pass.php | ||
passReset.php | ||
passReset_form.php | ||
print.php | ||
printWorker.php | ||
printWorkerForm.php | ||
register.php | ||
showMonth.php | ||
showMonthForm.php | ||
showMonthFormPrint.php | ||
statAdd.php | ||
statDel.php | ||
style.css | ||
waitingForAcceptsMonth_form.php | ||
waitingForAcceptsShow.php | ||
waitingForAcceptsUser_form.php | ||
workEnd.php | ||
workEnd_form.php | ||
workStart.php | ||
workStart_form.php |
README.md
Attendance-list
A simple application to manage attendance lists
Install
- Set up MySQL DB whit file db.sql
- fill config.php.temp file
- rename config.php.temp to config.php
Functions
- Registration of the start and end of work
- Printing the attendance list
- Acceptance of days by superiors
- Add whole timeframes in one click
- Counting days of remote work
db.sql
Holidays that occur in Poland are added to the db.sql file. If you want to replace it with your country, edit it as follows: (lines form 77)
INSERT INTO
`dniwolne` (`id`, `data`, `nazwaSwieta`, `aktywne`)
VALUES
(
'YYYY-MM-DD',
'Event 1',
1
),
(
'YYYY-MM-DD',
'Event 2',
1
),
...
(
'YYYY-MM-DD',
'Event N',
1
);
TODO
Licence
Attendance-list © 2023 by kry008 is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International