QwikClock is an employee time tracking app.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Skylar Ittner 29b9fddda9 Update composer.json před 6 roky
lang Fully implement MPL-2.0 license před 6 roky
lib Fully implement MPL-2.0 license před 6 roky
mobile Fully implement MPL-2.0 license před 6 roky
nbproject Fully implement MPL-2.0 license před 6 roky
pages Fully implement MPL-2.0 license před 6 roky
static Fully implement MPL-2.0 license před 6 roky
.gitignore Add clock and punch in/out buttons, add database, add branding před 7 roky
.gitmodules Convert material-color CSS to submodule před 7 roky
LICENSE.md Fully implement MPL-2.0 license před 6 roky
README.md Update README před 6 roky
action.php Fully implement MPL-2.0 license před 6 roky
api.php Fully implement MPL-2.0 license před 6 roky
app.php s/LICENSE_TEXT/FOOTER_TEXT před 6 roky
composer.json Update composer.json před 6 roky
composer.lock `composer update` před 7 roky
database.mwb Enforce permissions in report system před 7 roky
database.sql Enforce permissions in report system před 7 roky
index.php s/LICENSE_TEXT/FOOTER_TEXT před 6 roky
pages.php Fully implement MPL-2.0 license před 6 roky
required.php Fully implement MPL-2.0 license před 6 roky
settings.template.php Fully implement MPL-2.0 license před 6 roky

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.