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.
- Pull the code
- Import as Maven project
- Execute
mvn clean test
- If tests are green you're done!
mvn exec:java
or
after you've build the jar using mvn package
java -jar moneytimer-1.0.2-jar-with-dependencies.jar
- (requires WiX v3 - follow these instructions - https://stackoverflow.com/a/77459463/342003)
- Jar with dependencies created using
mvn package
- Run
buildExe.bat
- It will create an installer
MoneyTimer-1.0.exe
an OS binary that shouldn't require Java - Running it , will install as a new app in
C:\Program Files\MoneyTimer
TODO
- Fork repo
- Make changes. If you are looking for ideas, check the ISSUES section in Github
- Create a Pull Request to the origin repo
- Congratulations!
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.