All Projects → grantm → tksweb

grantm / tksweb

Licence: other
Web-based timesheeting system that exports TKS files

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
perl
6916 projects
CSS
56736 projects

Projects that are alternatives of or similar to tksweb

cumulocity-app-builder
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Stars: ✭ 18 (+20%)
Mutual labels:  webapp
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (+26.67%)
Mutual labels:  webapp
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+180%)
Mutual labels:  webapp
banana split
Shamir's Secret Sharing for people with friends
Stars: ✭ 106 (+606.67%)
Mutual labels:  webapp
webchat app
微信小程序
Stars: ✭ 28 (+86.67%)
Mutual labels:  webapp
youtube-copy-annotations
💻 Copy YouTube annotations like a pro!
Stars: ✭ 13 (-13.33%)
Mutual labels:  webapp
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+73.33%)
Mutual labels:  webapp
team
Free Knowledge Groupware
Stars: ✭ 63 (+320%)
Mutual labels:  webapp
coronate
A Swiss-style chess tournament management app.
Stars: ✭ 96 (+540%)
Mutual labels:  webapp
playground
A Streamlit application to play with machine learning models directly from the browser
Stars: ✭ 48 (+220%)
Mutual labels:  webapp
backbone-tutorial-series
Source code generated in the Backbone.js tutorial series
Stars: ✭ 71 (+373.33%)
Mutual labels:  backbonejs
serverless-web-app-example
Serverless React Web App Example
Stars: ✭ 41 (+173.33%)
Mutual labels:  webapp
whatdevice
Progressive Web App that displays hardware and software information, with one-click sharing.
Stars: ✭ 32 (+113.33%)
Mutual labels:  webapp
cram
cram is a computational room acoustics module to simulate and explore various acoustic properties of a modeled space
Stars: ✭ 23 (+53.33%)
Mutual labels:  webapp
FC-Docker
Project to run FreeCAD in a cloud environment accessible via a web browser in a cloud environment.
Stars: ✭ 40 (+166.67%)
Mutual labels:  webapp
learn-english
📚 Vue + Element-UI + Lumen 开发的背单词应用
Stars: ✭ 53 (+253.33%)
Mutual labels:  webapp
sgce
Sistema Gerenciador de Certificados Eletrônicos (Projeto em Python/Django) - Django 2.0+ e Python3
Stars: ✭ 28 (+86.67%)
Mutual labels:  webapp
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (+173.33%)
Mutual labels:  webapp
readis
Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Stars: ✭ 38 (+153.33%)
Mutual labels:  webapp
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (+53.33%)
Mutual labels:  webapp

TKS-Web

A web application for entering simple time-tracking information in a calendar-style week view. The data is stored in a database (SQLite by default) and can be exported in TKS format. The web interface is designed to be used from either a desktop or a mobile browser.

Each activity will have the following attributes

  • start time (date + time)
  • duration (minutes in multiples of 15)
  • work request number
  • activity description
  • backend system identifier

It is assumed that metadata required for billing is stored in the relevant backend system and referenced by the work request number.

Once activities have been entered into the database they can be exported in TKS format.

The user interface is implemented in Javascript using Backbone, jQuery, jQueryUI, Handlebars and jquery.event.ue for unified mouse/touch event handling.

The backend is implemented in Perl using the Dancer framework.

The TKS-Web application itself is copyright (c) 2011-2013 Grant McLean and released under the AGPL3 license. The libraries used are individually licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].