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
With a generic_importer_source, if a transaction has multiple postings with the importer's main account (e.g. to split regular salary and bonus in a payslip), upon import only the first such posting will get the source_desc meta field to be cleared.
The logic to check for uncleared postings, however, then checks all such postings, and marks it as uncleared, because some postings weren't cleared during import.
I then have to go in and manually copy over the meta field (or set cleared: TRUE) to the other posting(s).
The text was updated successfully, but these errors were encountered:
Now it would add source description to each posting of the source account.
Or else you can keep a flag, add source desc to first posting and cleared: TRUE to rest here.
Let me know if it works.
You are welcome to raise a PR if it works
With a
generic_importer_source
, if a transaction has multiple postings with the importer's main account (e.g. to split regular salary and bonus in a payslip), upon import only the first such posting will get thesource_desc
meta field to be cleared.The logic to check for uncleared postings, however, then checks all such postings, and marks it as uncleared, because some postings weren't cleared during import.
I then have to go in and manually copy over the meta field (or set
cleared: TRUE
) to the other posting(s).The text was updated successfully, but these errors were encountered: