Skip to content

leni-kirilov/MoneyTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONEY TIMER

Description

A desktop application is written in Java Swing.

It is designed to calculate money wasted in a meeting / consultation etc

Define:

  • money per hour
  • number of participants/consultants

The application measures the time with precision seconds. The meetings can be PAUSED and RESUMED.

At the end of the meeting, a REPORT is visualized.

image

DEV ENV SETUP INSTRUCTIONS

  1. Pull the code
  2. Import as Maven project
  3. Execute mvn clean test
  4. If tests are green you're done!

HOW TO USE

mvn exec:java

or

after you've build the jar using mvn package

java -jar moneytimer-1.0.2-jar-with-dependencies.jar

HOW TO BUILD EXE

Requirements (windows):

  1. (requires WiX v3 - follow these instructions - https://stackoverflow.com/a/77459463/342003)
  2. Jar with dependencies created using mvn package
  3. Run buildExe.bat
  4. It will create an installer MoneyTimer-1.0.exe an OS binary that shouldn't require Java
  5. Running it , will install as a new app in C:\Program Files\MoneyTimer

Requirements (Linux/OSx):

TODO

HOW TO CONTRIBUTE

  1. Fork repo
  2. Make changes. If you are looking for ideas, check the ISSUES section in Github
  3. Create a Pull Request to the origin repo
  4. Congratulations!

CONTINUOUS INTEGRATION

Java CI with Maven

Licence

Copyright 2016 Leni Kirilov

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Per second money calculating app written in Java Swing

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •