QwikClock is an employee time tracking app.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
Skylar Ittner 9474add1bd Update license year 6 年前
database_upgrade Add group assignment to jobs 6 年前
lang Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
lib Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
mobile Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
nbproject Fully implement MPL-2.0 license 6 年前
pages Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
static Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
.gitmodules Convert material-color CSS to submodule 6 年前
LICENSE.md Update license year 6 年前
README.md Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
action.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
api.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
app.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
composer.json Update composer.json 6 年前
composer.lock Update dependencies 6 年前
database.mwb Add group assignment to jobs 6 年前
database.sql Add jobs feature (close #4) 6 年前
index.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
pages.php Upgrade to Bootstrap 4.0, FontAwesome 5.0, jQuery 3.3.1 6 年前
required.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前
settings.template.php Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 年前

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.