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 converting XML to objects, the item is assigned to one key (not on an array; journalentry_journaldebitline or journalentry_journalcreditline). That's why the previous assignment is being overlapped by the new one until the last item of the loop.
I create a journal entry with multiple lines. Web Connect only imported the last two lines of my journal entries (the 10,000.00).
This affects my deposits since I am using the
undeposited funds
account.Sample Entries:
Debit: 10000 · Revolving Fund 20,000.00
Credit: ------ 30000 · Undeposited Funds 20,000.00
-- empty line --
Debit: 10000 · Revolving Fund 2,700.00
Credit: ------ 30000 · Undeposited Funds 2,700.00
-- empty line --
Debit: 10000 · Revolving Fund 3,500.00
Credit: ------ 30000 · Undeposited Funds 3,500.00
-- empty line --
Debit: 10000 · Revolving Fund 10,000.00
Credit: ------ 30000 · Undeposited Funds 10,000.00
The text was updated successfully, but these errors were encountered: