From 2ad0af108e235fd80435cca400ab521cd41643df Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 5 Feb 2026 13:35:04 +0000 Subject: [PATCH] adding biometerc --- config/__pycache__/settings.cpython-311.pyc | Bin 6108 -> 6112 bytes config/__pycache__/urls.cpython-311.pyc | Bin 1291 -> 1370 bytes config/settings.py | 1 + config/urls.py | 1 + core/templates/base.html | 40 + hr/__init__.py | 0 hr/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 155 bytes hr/__pycache__/admin.cpython-311.pyc | Bin 0 -> 2780 bytes hr/__pycache__/apps.cpython-311.pyc | Bin 0 -> 518 bytes hr/__pycache__/models.cpython-311.pyc | Bin 0 -> 13734 bytes hr/__pycache__/urls.cpython-311.pyc | Bin 0 -> 2629 bytes hr/__pycache__/views.cpython-311.pyc | Bin 0 -> 10129 bytes hr/admin.py | 34 + hr/apps.py | 6 + hr/migrations/0001_initial.py | 89 + .../0002_biometricdevice_attendance_device.py | 33 + .../0003_employee_biometric_id_and_more.py | 22 + hr/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-311.pyc | Bin 0 -> 6556 bytes ...icdevice_attendance_device.cpython-311.pyc | Bin 0 -> 2355 bytes ...oyee_biometric_id_and_more.cpython-311.pyc | Bin 0 -> 1093 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 166 bytes hr/models.py | 211 ++ hr/templates/hr/attendance_list.html | 41 + .../hr/biometric_device_confirm_delete.html | 21 + hr/templates/hr/biometric_device_form.html | 61 + hr/templates/hr/biometric_device_list.html | 80 + hr/templates/hr/dashboard.html | 78 + hr/templates/hr/department_list.html | 37 + hr/templates/hr/employee_detail.html | 46 + hr/templates/hr/employee_form.html | 19 + hr/templates/hr/employee_list.html | 62 + hr/templates/hr/leave_form.html | 19 + hr/templates/hr/leave_list.html | 52 + hr/tests.py | 3 + hr/urls.py | 24 + hr/views.py | 144 ++ locale/ar/LC_MESSAGES/django.mo | Bin 29048 -> 32654 bytes locale/ar/LC_MESSAGES/django.po | 1898 ++++++++++++----- requirements.txt | 1 + 40 files changed, 2464 insertions(+), 559 deletions(-) create mode 100644 hr/__init__.py create mode 100644 hr/__pycache__/__init__.cpython-311.pyc create mode 100644 hr/__pycache__/admin.cpython-311.pyc create mode 100644 hr/__pycache__/apps.cpython-311.pyc create mode 100644 hr/__pycache__/models.cpython-311.pyc create mode 100644 hr/__pycache__/urls.cpython-311.pyc create mode 100644 hr/__pycache__/views.cpython-311.pyc create mode 100644 hr/admin.py create mode 100644 hr/apps.py create mode 100644 hr/migrations/0001_initial.py create mode 100644 hr/migrations/0002_biometricdevice_attendance_device.py create mode 100644 hr/migrations/0003_employee_biometric_id_and_more.py create mode 100644 hr/migrations/__init__.py create mode 100644 hr/migrations/__pycache__/0001_initial.cpython-311.pyc create mode 100644 hr/migrations/__pycache__/0002_biometricdevice_attendance_device.cpython-311.pyc create mode 100644 hr/migrations/__pycache__/0003_employee_biometric_id_and_more.cpython-311.pyc create mode 100644 hr/migrations/__pycache__/__init__.cpython-311.pyc create mode 100644 hr/models.py create mode 100644 hr/templates/hr/attendance_list.html create mode 100644 hr/templates/hr/biometric_device_confirm_delete.html create mode 100644 hr/templates/hr/biometric_device_form.html create mode 100644 hr/templates/hr/biometric_device_list.html create mode 100644 hr/templates/hr/dashboard.html create mode 100644 hr/templates/hr/department_list.html create mode 100644 hr/templates/hr/employee_detail.html create mode 100644 hr/templates/hr/employee_form.html create mode 100644 hr/templates/hr/employee_list.html create mode 100644 hr/templates/hr/leave_form.html create mode 100644 hr/templates/hr/leave_list.html create mode 100644 hr/tests.py create mode 100644 hr/urls.py create mode 100644 hr/views.py diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index 4c793a102de26e09a0794064c7431f1ebd0d4b8b..b46e84485e8c0af4be979f8132b7d18da75df7e4 100644 GIT binary patch delta 152 zcmcbk|3II2IWI340}#YcZ^>-l$orIok#q8AjukAom@1;OT6=!5L-0aKu zkdblMW_^LHOr|y<8CxK6i#ao|q{t4$bpR2LAi@bmID-gRAaRSexF9F9q{wr!rEn@^ b)#mxa*^GjmLQEeRU_=Ao2eHl4qDPqkeS9V| diff --git a/config/__pycache__/urls.cpython-311.pyc b/config/__pycache__/urls.cpython-311.pyc index 0a0635bc7d325d71c63923e2ab37cee8f58047d1..64ce50c8d3c332709d51cb3930e3fdf71f192cfb 100644 GIT binary patch delta 212 zcmeC?y2YiwoR^o20SJ~%Z^=Bu#K7kmokbm!g%svmMEui zFhdFuYl=+1$GC=rIipCwian!fa|@FWBV+dDjm(#nZm@7PxO9k4V4uJ~gY%+*(iH)v Yi!91lSd>5Tvhy=FaDNb*+{02201DbL4gdfE delta 155 zcmcb`)y<{8oR^o20SL4+8Z+lJF)%y^abN%}1LS<(v{9XzQ7@e}iaV7piw7oM + + +