Yet Another Timesheet Application... Yet Again. This is a frontend for ninetofiver.
First, you'll need to create an OAuth2 client for the frontend to use. You
can do this by visiting ${925rBaseUrl}/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
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Run the Cypress tests in Docker like this:
docker-compose -f tests/docker/docker-compose.test.yml run cypress --rm
See LICENSE
yayata: a frontend for ninetofiver (925r), a free and open source
time and leave tracking application.
Copyright (C) 2016-2019 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/>.