Attendance-list © 2023 by kry008 is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International
 
 
Go to file
kry008 0dc11bcae9 Improvement of the script end of work 2023-08-22 14:48:32 +02:00
README_IMG README_IMGs 2023-08-22 10:49:36 +02:00
.gitignore .gitignore new 2023-08-22 10:38:49 +02:00
LICENSE Initial commit 2023-08-18 12:22:12 +00:00
README.md SCREENSHOTS part 1 2023-08-22 11:07:16 +02:00
_install.php init 2023-08-18 16:00:24 +02:00
accept.php init 2023-08-18 16:00:24 +02:00
activate.php init 2023-08-18 16:00:24 +02:00
activateWorker.php init 2023-08-18 16:00:24 +02:00
addAdmin.php init 2023-08-18 16:00:24 +02:00
addDay.php init 2023-08-18 16:00:24 +02:00
addDay_form.php init 2023-08-18 16:00:24 +02:00
addDepartment.php init 2023-08-18 16:00:24 +02:00
addFree.php init 2023-08-18 16:00:24 +02:00
addFreeDay.php init 2023-08-18 16:00:24 +02:00
addFreeDay_form.php init 2023-08-18 16:00:24 +02:00
allWorkers.php init 2023-08-18 16:00:24 +02:00
allWorkersMonth.php init 2023-08-18 16:00:24 +02:00
checkLogin.php init 2023-08-18 16:00:24 +02:00
config.php.temp init 2023-08-18 16:00:24 +02:00
db.php init 2023-08-18 16:00:24 +02:00
db.sql Holidays 2023 in PL 2023-08-21 10:50:54 +02:00
delAdmin.php init 2023-08-18 16:00:24 +02:00
delDepartment.php init 2023-08-18 16:00:24 +02:00
delUser.php init 2023-08-18 16:00:24 +02:00
dictionaries.php init 2023-08-18 16:00:24 +02:00
editDaySelect.php init 2023-08-18 16:00:24 +02:00
editDaySelectForm.php init 2023-08-18 16:00:24 +02:00
editDaySelectFormEdit.php init 2023-08-18 16:00:24 +02:00
editPass.php init 2023-08-18 16:00:24 +02:00
footer.php init 2023-08-18 16:00:24 +02:00
index.html init 2023-08-18 16:00:24 +02:00
index.php.temp init 2023-08-18 16:00:24 +02:00
login.php init 2023-08-18 16:00:24 +02:00
logout.php init 2023-08-18 16:00:24 +02:00
nav.php init 2023-08-18 16:00:24 +02:00
panel.php init 2023-08-18 16:00:24 +02:00
pass.php init 2023-08-18 16:00:24 +02:00
passReset.php init 2023-08-18 16:00:24 +02:00
passReset_form.php init 2023-08-18 16:00:24 +02:00
print.php init 2023-08-18 16:00:24 +02:00
printWorker.php init 2023-08-18 16:00:24 +02:00
printWorkerForm.php init 2023-08-18 16:00:24 +02:00
register.php init 2023-08-18 16:00:24 +02:00
showMonth.php init 2023-08-18 16:00:24 +02:00
showMonthForm.php init 2023-08-18 16:00:24 +02:00
showMonthFormPrint.php init 2023-08-18 16:00:24 +02:00
statAdd.php init 2023-08-18 16:00:24 +02:00
statDel.php init 2023-08-18 16:00:24 +02:00
style.css init 2023-08-18 16:00:24 +02:00
waitingForAcceptsMonth_form.php init 2023-08-18 16:00:24 +02:00
waitingForAcceptsShow.php init 2023-08-18 16:00:24 +02:00
waitingForAcceptsUser_form.php init 2023-08-18 16:00:24 +02:00
workEnd.php Improvement of the script end of work 2023-08-22 14:48:32 +02:00
workEnd_form.php init 2023-08-18 16:00:24 +02:00
workStart.php init 2023-08-18 16:00:24 +02:00
workStart_form.php init 2023-08-18 16:00:24 +02:00

README.md

Attendance-list

A simple application to manage attendance lists

Install

  1. Set up MySQL DB whit file db.sql
  2. fill config.php.temp file
  3. rename config.php.temp to config.php

Functions

  1. Registration of the start and end of work
  2. Printing the attendance list
  3. Acceptance of days by superiors
  4. Add whole timeframes in one click
  5. 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
    );

SCREENSHOTS

Login

Login

Main page

Admin User
Admin User

Reports

Reports
Reports
Reports

TODO

  1. Multi-language support

Licence

Attendance-list © 2023 by kry008 is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International