You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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:
this is rendered as
while it should be
The text was updated successfully, but these errors were encountered: