| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tanken: cleanup code | Florian Fischer | 2022-07-04 | 1 | -19/+29 |
| | | | | | | | | * Add type annotations * Use meaningfull variable names * Add doc-strings * Remove she-bang line from non-executable file | ||||
| * | [tanken] specify expected Errors | Florian Fischer | 2021-09-09 | 1 | -1/+1 |
| | | |||||
| * | [tanken] remove unused variable | Florian Fischer | 2021-09-09 | 1 | -1/+0 |
| | | |||||
| * | make format | Florian Fischer | 2021-09-09 | 1 | -5/+8 |
| | | |||||
| * | add new car commands and make tanken aware of cars | Florian Fischer | 2019-06-09 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | Cars are names associated to a service charge. They are stored in the state file in a dict called "cars". Each car has its own balance from which money can be pulled or pushed. Because of this cars and users can't share a name. Service charges are calculated per drive and split among all drivers similar to fuel cost. If a driver is not known by geldschieberbot the recipient of the "tanken" cmd is held accountable and has to collect the service charge manually just like fuel cost. NOTE: This change breaks geldschieberbot if the state file does not contain the field "cars" !!! You have to add it manually !!! | ||||
| * | return error if distance is <= 0 | Florian Fischer | 2019-06-09 | 1 | -0/+2 |
| | | |||||
| * | adjust tanken to cents and improve it | Florian Fischer | 2017-11-09 | 1 | -9/+17 |
| | | | | | | | | | geldschieberbot: convert commandline to lower case tanken: fix spelling tanken: do less int conversions tanken: return ints | ||||
| * | fix tanken hopfully the last time | Florian Fischer | 2017-11-09 | 1 | -0/+1 |
| | | |||||
| * | add tanken feature | Florian Fischer | 2017-11-09 | 1 | -0/+25 |
