<feed xmlns='http://www.w3.org/2005/Atom'>
<title>budget/server/src/Job, branch main</title>
<subtitle>Share payments with a group of people.</subtitle>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/'/>
<entry>
<title>Rewrite in Rust</title>
<updated>2021-01-03T12:54:20+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2021-01-03T12:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=11052951b74b9ad4b6a9412ae490086235f9154b'/>
<id>11052951b74b9ad4b6a9412ae490086235f9154b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compute cumulative income until now</title>
<updated>2020-05-30T13:02:26+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2020-05-30T13:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=706635ed16266962de75f15a83453cfa1b1bab83'/>
<id>706635ed16266962de75f15a83453cfa1b1bab83</id>
<content type='text'>
Previously, last payment date was used to compute the cumulative income.
It resulted in big differences of cumulative incomes, if no payment have
been added for some days.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, last payment date was used to compute the cumulative income.
It resulted in big differences of cumulative incomes, if no payment have
been added for some days.
</pre>
</div>
</content>
</entry>
<entry>
<title>Search payments by cost too</title>
<updated>2020-01-04T16:25:29+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2020-01-04T16:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=1dfb85d3fd56d163fc854a8b3cf659d0ac39f639'/>
<id>1dfb85d3fd56d163fc854a8b3cf659d0ac39f639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compute cumulative income with a DB query</title>
<updated>2019-11-24T15:19:53+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2019-11-24T15:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=54628c70cb33de5e4309c35b9f6b57bbe9f7a07b'/>
<id>54628c70cb33de5e4309c35b9f6b57bbe9f7a07b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize and refactor payments</title>
<updated>2019-11-17T17:08:28+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2019-11-17T17:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=c0ea63f8c1a8c7123b78798cec99726b113fb1f3'/>
<id>c0ea63f8c1a8c7123b78798cec99726b113fb1f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show income header</title>
<updated>2019-11-03T10:28:42+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2019-11-03T10:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=9dbb4e6f7c2f0edc1126626e2ff498144c6b9947'/>
<id>9dbb4e6f7c2f0edc1126626e2ff498144c6b9947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2018-06-11T10:28:29+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2018-01-28T11:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=33b85b7f12798f5762d940ed5c30f775cdd7b751'/>
<id>33b85b7f12798f5762d940ed5c30f775cdd7b751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify weelky report and payment search interface</title>
<updated>2018-01-03T16:31:22+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2018-01-03T16:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=a4acc2e84158fa822f88a1d0bdddb470708b5809'/>
<id>a4acc2e84158fa822f88a1d0bdddb470708b5809</id>
<content type='text'>
- Add payment balance in weekly report
- Show a message and hide pages when the search results in no results
- Go to page 1 when the search is updated / erased
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add payment balance in weekly report
- Show a message and hide pages when the search results in no results
- Go to page 1 when the search is updated / erased
</pre>
</div>
</content>
</entry>
<entry>
<title>Add search for payments</title>
<updated>2017-11-28T08:11:19+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2017-11-28T08:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=49426740e8e0c59040f4f3721a658f225572582b'/>
<id>49426740e8e0c59040f4f3721a658f225572582b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show payment count and partition</title>
<updated>2017-11-18T23:20:25+00:00</updated>
<author>
<name>Joris</name>
</author>
<published>2017-11-18T23:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jorisg.fr/budget/commit/?id=7194cddb28656c721342c2ef604f9f9fb0692960'/>
<id>7194cddb28656c721342c2ef604f9f9fb0692960</id>
<content type='text'>
- Also fixes exceedingPayer in back by using only punctual payments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also fixes exceedingPayer in back by using only punctual payments
</pre>
</div>
</content>
</entry>
</feed>
