Files
kontor/kontor.tjp
T
2024-12-05 20:40:13 +01:00

31 lines
627 B
Plaintext

project kontor "Kontor" "0.1.0" 2024-12-05 +5m {
timezone "Europe/Berlin"
timeformat "%d.%m.%Y"
numberformat "-" "" "" "," 1
currencyformat "-" "" "" "," 0
currency "EUR"
scenario plan "Plan" {
scenario real "Realität"
}
}
resource gcpce "Google Cloud Compute Engine" {
efficiency 0.0
rate 0.25
}
task flask "Kontor-Flask" {
task import "Import repository kontor-flask into directory flask"
}
task springboot "Springboot Vaadin" {
task import "Import repository kontor-spring into directory springboot"
}
taskreport "Arbeitsliste" {
formats html
hidetask ~isleaf()
sorttasks plan.end.up
}