Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credit card with deferred payment are not using effective date. #69

Open
chemtov opened this issue Mar 27, 2019 · 0 comments · May be fixed by #70
Open

Credit card with deferred payment are not using effective date. #69

chemtov opened this issue Mar 27, 2019 · 0 comments · May be fixed by #70

Comments

@chemtov
Copy link

chemtov commented Mar 27, 2019

Hi,

When using a credit card with deferred payment, the effective date mechanism is not used.

That means that a payment that I did, for instance, on the 31th of march is appears as done on the 4th of april when the bank actual withdraw the money from the account.

This is related jseutter/ofxparse#150 as ofxparse doesn't make that value available.

Example of such ofx transaction:

<STMTTRN>
<TRNTYPE>DEBIT
<DTPOSTED>20190304
<DTUSER>20190131
<TRNAMT>-109.17
<FITID>4fthuee
<NAME>FOO
</STMTTRN>

this is rendered as

2019/02/04 FOO
    actif:account                       $-86.76
    ; ofxid: **************
    expanse:Unknown        $86.76

while it should be

2019/01/24=2019/02/04 FOO
...
chemtov pushed a commit to chemtov/ledger-autosync that referenced this issue Mar 27, 2019
If the DTUSER is different from the DTPOSTED in an transaction then we
have a deferred payment. Use the effective date in ledger for such
case.

Closes: egh#69
chemtov pushed a commit to chemtov/ledger-autosync that referenced this issue Mar 27, 2019
If the DTUSER is different from the DTPOSTED in an transaction then we
have a deferred payment. Use the effective date in ledger for such
case.

Closes: egh#69
chemtov added a commit to chemtov/ledger-autosync that referenced this issue Mar 27, 2019
If the DTUSER is different from the DTPOSTED in an transaction then we
have a deferred payment. Use the effective date in ledger for such
case.

Closes: egh#69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant