Gert-Jan Paulissen

Results 15 issues of Gert-Jan Paulissen

In version 1.8 it is import com.automation.remarks.junit.VideoRule;

This pull request covers: - [The OFX balance is not reliable if DTEND < DTASOF](https://github.com/jbms/beancount-import/issues/56) - [Import of OFX CHECKNUM tag fails for a non-numeric value](https://github.com/jbms/beancount-import/issues/44) - [Adding an OFX...

Half a year ago I stumbled upon this utility and I was impressed. I wanted to use it for a lot of European financial institutions where I had accounts. But...

The [OFX 2.2 specification](https://www.ofx.net/downloads/OFX%202.2.pdf) states that DTASOF is the balance date and BALAMT the balance amount. The DTEND flag is the (exclusive) end of the transactions in the file. So...

When processing my OFX file it fails with this error: Traceback (most recent call last): File "C:\Users\gjpau\AppData\Local\Programs\Python\Python38\lib\site-packages\beancount\core\number.py", line 96, in D return Decimal(_CLEAN_NUMBER_RE.sub('', strord)) decimal.InvalidOperation: [] During handling of the...

The OFX 2.2 specifications on page 87 mention this: • is the date and time that, if used by the client as the next requested , it would pick up...

See also #102 . The code in ofx.py: self.buildDateTime("DTASOF", self.statement.end_date, False) Another discussion on [GitHub](https://github.com/odoo/odoo/issues/3003) mentions this: > In fact, after doing more tests with OFX files, it seems to...

I use the bootique flyway module to execute database migrations for 4 schemas (and 4 different locations) after each other and I want to minimise the number of scripts. My...

Hi, When I wondered how to increase the pom version in an automated way on Azure DevOps I stumbled on this plugin. It is a very nice and elegant solution....

I use Azure DevOps pipelines and I would like to invoke releaser:release when the main branch commits. But it is not necessary when nothing has changed. Apparently the float does...