QwikClock is an employee time tracking app.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Skylar Ittner 6b7857ceba Merge https://source.netsyms.com/business/businessapptemplate il y a 6 ans
database_upgrade Add group assignment to jobs il y a 6 ans
lang Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
lib Merge https://source.netsyms.com/business/businessapptemplate il y a 6 ans
mobile Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
nbproject Add MPL header il y a 6 ans
pages Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
static Merge https://source.netsyms.com/business/businessapptemplate il y a 6 ans
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate il y a 6 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency il y a 6 ans
README.md Update README il y a 6 ans
action.php Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
api.php Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
app.php Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
composer.json Switch to Mozilla Public License 2.0 for code consistency il y a 6 ans
composer.lock Update dependencies il y a 6 ans
database.mwb Add group assignment to jobs il y a 6 ans
database.sql Add jobs feature (close #4) il y a 6 ans
index.php Merge https://source.netsyms.com/business/businessapptemplate il y a 6 ans
pages.php Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font il y a 6 ans
required.php Merge https://source.netsyms.com/business/businessapptemplate il y a 6 ans
settings.template.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate il y a 6 ans

README.md

QwikClock

QwikClock is an employee time tracking app.

https://netsyms.biz/apps/qwikclock

There are two applications with the name QwikClock. This one integrates with the Business Apps, the other one (QwikClock Enterprise) is a standalone system. Eventually, this application will have all the features of QwikClock Enterprise, and Enterprise will be discontinued.

Features

Shift Assignment
Ensure 100% shift coverage and prevent early clock-ins by assigning shifts to employees.

Powerful Reports
Generate reports in as little as three clicks. Filter by employee and date range so you only see what you need. Import into LibreOffice, Excel, and most other software.

Server Time
QwikClock synchronizes to the server's clock so your punches are always accurate.

Mobile-ready
Employees can clock in and out from a remote job site with their phones, or check their work schedule from home.

Installing

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info
  5. Set the location of the AccountHub API in settings.php (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
  6. Set the location of the AccountHub home page ("PORTAL_URL")
  7. Set the URL of this app ("URL")
  8. Run composer install (or composer.phar install) to install dependency libraries.