Skip to content

AlexanderBrockmann/budgeteer

 
 

Repository files navigation

Build Status Gradle Status

What is Budgeteer?

Budgeteer is a budget monitoring tool that allows you to track project budgets. A project in the sense of Budgeteer contains a set of budgets each defined in a currency. For each person that contributes to the project, you set up a daily rate in that currency. Budgeteer allows you to import working hours and does the math for you, so that you always know where your budgets are heading.

Screenshots

Start Page

Start Page

Budget Overview

Budget Overview

Month Report

Month Report

SSO using Keycloak

Instead of using the default budgeteer authentication you can activate a preconfigured Keycloak for authentication and authorisation. To activate the Keycloak adapter in budgeteer you need to set the following configurations:

// set this line to true
adapter.keycloak.activated = true 

// uncomment this line
spring.autoconfigure.exclude=org.keycloak.adapters.springboot.KeycloakSpringBootConfiguration 

You can find more details about how to install and configure Keycloak here.

About

Simple Project Budget Monitoring via Web Browser

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 34.1%
  • HTML 30.1%
  • Java 21.4%
  • CSS 14.3%
  • PHP 0.1%