<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geldschieberbot/tanken.py, branch main</title>
<subtitle>(Signal) bot managing the expenses of a group</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/'/>
<entry>
<title>support aliases in tanken command</title>
<updated>2022-07-06T08:18:39+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-07-06T08:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=59b3609e4904910bb2d1be6a95c748b07b777211'/>
<id>59b3609e4904910bb2d1be6a95c748b07b777211</id>
<content type='text'>
Move tanken code into Gelschieberbot to simply expand aliases in drives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move tanken code into Gelschieberbot to simply expand aliases in drives.
</pre>
</div>
</content>
</entry>
<entry>
<title>tanken: cleanup code</title>
<updated>2022-07-04T06:39:02+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-07-04T06:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=27e9535d73a586930552661ffedee540004011f0'/>
<id>27e9535d73a586930552661ffedee540004011f0</id>
<content type='text'>
* Add type annotations
* Use meaningfull variable names
* Add doc-strings
* Remove she-bang line from non-executable file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add type annotations
* Use meaningfull variable names
* Add doc-strings
* Remove she-bang line from non-executable file
</pre>
</div>
</content>
</entry>
<entry>
<title>[tanken] specify expected Errors</title>
<updated>2021-09-09T08:12:33+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2021-09-09T08:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=0cece58b291adf043266dae0cf38369e76dd9589'/>
<id>0cece58b291adf043266dae0cf38369e76dd9589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tanken] remove unused variable</title>
<updated>2021-09-09T08:08:25+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2021-09-09T08:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=c7a18cedc0c3b70d97b5a842617f1979a6b1fa62'/>
<id>c7a18cedc0c3b70d97b5a842617f1979a6b1fa62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make format</title>
<updated>2021-09-09T08:04:33+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2021-09-09T08:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=42ec3e2afc1be06022ea4c1641ce4010f2531fc8'/>
<id>42ec3e2afc1be06022ea4c1641ce4010f2531fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add new car commands and make tanken aware of cars</title>
<updated>2019-06-09T14:14:46+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-09T14:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=ecac9d9c0714c7ec3a63d67e077af15cacd3f02b'/>
<id>ecac9d9c0714c7ec3a63d67e077af15cacd3f02b</id>
<content type='text'>
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 !!!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 !!!
</pre>
</div>
</content>
</entry>
<entry>
<title>return error if distance is &lt;= 0</title>
<updated>2019-06-09T10:52:51+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-09T10:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=a32b04a623d13badac51ffeca9cc991033fc8001'/>
<id>a32b04a623d13badac51ffeca9cc991033fc8001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust tanken to cents and improve it</title>
<updated>2017-11-09T15:51:15+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2017-11-09T15:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=503400e976eb130e2d00148164fb9ca3febc6909'/>
<id>503400e976eb130e2d00148164fb9ca3febc6909</id>
<content type='text'>
geldschieberbot: convert commandline to lower case

tanken: fix spelling
tanken: do less int conversions
tanken: return ints
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
geldschieberbot: convert commandline to lower case

tanken: fix spelling
tanken: do less int conversions
tanken: return ints
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tanken hopfully the last time</title>
<updated>2017-11-09T15:50:57+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2017-10-27T17:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=d464a20370520238aa75b3455d5ff035f150aa94'/>
<id>d464a20370520238aa75b3455d5ff035f150aa94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tanken feature</title>
<updated>2017-11-09T15:50:41+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2017-10-27T15:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=8aa41f02c4c56a4e17db4ba2d51bc251e9c97982'/>
<id>8aa41f02c4c56a4e17db4ba2d51bc251e9c97982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
