Skip to content

tsunaweak/dtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Simple Daily Time Record using PHP

How to use.

  1. Download the file and extract.
  2. Put the extracted file on the web root directory.
  3. Change the database credentials on "/dtr/app/Models/Models.php".
  4. Import the dtr.sql on the database.
  5. Note: If you are using linux, please grant permission to the folder.
    Note: This system is set to Philippines Timezone.

Terminologies

  1. Spent Time - This is the Difference of login time and logout time.
  2. Deduction Time - This is used to auto deduct the spent time (Default 0 in hour).
  3. Time After Login - This is the time interval to the trainee to logout after login (Default 3 hours).
  4. Time After Logout - This is the time interval to the trainee to login after Logout (Default 3 hours).

Default Credentials

username: admin
password: admin
Demo: Daily Time Record

Features

    Admin

    • Main Page

    • Adding Trainee
    • Update Trainee
    • Delete Trainee
    • View records of a trainee
    • Delete records of a trainee
    • Update records of a trainee
    • Event Page

    • Adding Event
    • Update Event
    • Delete Event
    • Type of Event
      • Double Time - Multiply the spent time by 2.
      • Additional Time - Add the spent time by the assign additonal value.
    • Other Page

    • Set Deduction Time
    • Set Time after login
    • Set Time after logout
    • Set Time after logout
    • Change Account Credentials
    • Single Insert Trainee Record
    • Insert Trainee Records via Excel

    Trainee

    • Login and Logout
    • View Records
    • Export Records

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages