Skip to content

Yet Another Timesheet Application... Yet Again

License

Notifications You must be signed in to change notification settings

JanLaureys/yayata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yayata

yayata

Yet Another Timesheet Application... Yet Again. This is a frontend for ninetofiver.

Configuration

First, you'll need to create an OAuth2 client for the frontend to use. You can do this by visiting ${baseUrl}/oauth/v2/applications/register/. Example URL: http://localhost:8000/oauth/v2/applications/register/.

You will need to configure your server base URL and OAuth2 client credentials before you can use this frontend. You can do this by copying the example configuration file and editing it:

cp src/static/cfg/config.json.dist src/static/cfg/config.json

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

License

See LICENSE

yayata: a frontend for ninetofiver (925r), a free and open source
time and leave tracking application.
Copyright (C) 2016 Kalman Olah

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Yet Another Timesheet Application... Yet Again

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.2%
  • JavaScript 35.2%
  • HTML 3.6%