<feed xmlns='http://www.w3.org/2005/Atom'>
<title>finz/templates, branch master</title>
<subtitle>digital peter zwegat</subtitle>
<id>https://git.0xb8000.de/finz/atom/templates?h=master</id>
<link rel='self' href='https://git.0xb8000.de/finz/atom/templates?h=master'/>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/'/>
<updated>2019-07-08T18:31:49Z</updated>
<entry>
<title>[web_frontend][asset] add risk cateogry in overview</title>
<updated>2019-07-08T18:31:49Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-07-08T18:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=9868128558bed0a1767b2b2880bb53e0e7d10154'/>
<id>urn:sha1:9868128558bed0a1767b2b2880bb53e0e7d10154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[web_fronted] added new site asset/risk_chart</title>
<updated>2019-06-28T19:41:23Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-06-28T19:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=5d33ed945c5be832d6a6e08eda4e35dde00ac362'/>
<id>urn:sha1:5d33ed945c5be832d6a6e08eda4e35dde00ac362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[templates][asset] remove useless links</title>
<updated>2019-06-24T19:52:15Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-06-24T19:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=3392cffabe207e1b02a4a8b31b699030bd509435'/>
<id>urn:sha1:3392cffabe207e1b02a4a8b31b699030bd509435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[web_fronted][balance] update balance after refactoring</title>
<updated>2019-06-24T19:51:16Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-06-24T19:51:16Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=beb2497cfde2806a37f0aefab75a16b3ce8eee0b'/>
<id>urn:sha1:beb2497cfde2806a37f0aefab75a16b3ce8eee0b</id>
<content type='text'>
The code has been refactored to read the transaction from a global asset file.
Update the code in balacne to use this file.
</content>
</entry>
<entry>
<title>[web_frontend][chart] link chart to transactions</title>
<updated>2019-06-22T21:56:25Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-06-22T21:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=b7a7d1d9512357bb2309fff50afaebd4082f9dd8'/>
<id>urn:sha1:b7a7d1d9512357bb2309fff50afaebd4082f9dd8</id>
<content type='text'>
when a category in the pie chart is selected load the corresponding transaction
site with the right filter set.
</content>
</entry>
<entry>
<title>[web_frontend] adapt URLs to be ablte to address spefic accounts</title>
<updated>2019-04-27T20:03:20Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-04-27T20:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=36716cf5a971811019280614f8d6ea68c91cdba8'/>
<id>urn:sha1:36716cf5a971811019280614f8d6ea68c91cdba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[templates] update link to asset</title>
<updated>2019-04-15T20:24:20Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-04-15T20:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=ef11513f9385b3fb6b52eb90cf873a17f2a1d90b'/>
<id>urn:sha1:ef11513f9385b3fb6b52eb90cf873a17f2a1d90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[web-fronted] refactoring code</title>
<updated>2019-04-14T18:06:27Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-04-14T18:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=6712b19dbd2d21e5e89ac7a8d748369ea0a4612f'/>
<id>urn:sha1:6712b19dbd2d21e5e89ac7a8d748369ea0a4612f</id>
<content type='text'>
For historic reason, two handlers exists, one for POST and one for GET request.
Merge these two to one GET request handler. This handler has optionally three
parameteres:

	* filter: Filters the transactions by the given regex
	* date_start: Output only transactions after this date
	* date_end: Output only transactions before this date

If more than one parameter is given, all filters must match for a transaction to
be printed.
</content>
</entry>
<entry>
<title>[global] update all files</title>
<updated>2019-04-14T17:12:21Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-04-14T17:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=f28e8a59c781f24ed9399268cc2536aad0cf534d'/>
<id>urn:sha1:f28e8a59c781f24ed9399268cc2536aad0cf534d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[global] refactoring code base</title>
<updated>2019-03-23T14:41:11Z</updated>
<author>
<name>Benedict Börger</name>
<email>benedict@0xb8000.de</email>
</author>
<published>2019-03-23T14:40:35Z</published>
<link rel='alternate' type='text/html' href='https://git.0xb8000.de/finz/commit/?id=2e0a6909cbfb2479edd7fba78fa4d0135a79ae3f'/>
<id>urn:sha1:2e0a6909cbfb2479edd7fba78fa4d0135a79ae3f</id>
<content type='text'>
</content>
</entry>
</feed>
