1
Make it possible to link multiple transactions to an expense
Source: invoiceninja/invoiceninja#12063 · opened by @digi-talo
When matching bank transactions to expenses, it's currently only possible to link a single transaction to an expense. In practice, a single expense can involve multiple bank movements — for example when a supplier incorrectly charges VAT on an intra-community delivery, then refunds it later. The payment (debit) and the refund (credit) both relate to the same expense, but only the debit can be linked today. Additionally, the /bank_transactions/match endpoint rejects CREDIT transactions entirely when linking to an expense (expense_id), returning a 422 with "id does not exist" — even though the transaction exists. This means refunds or corrections related to an expense cannot be associated with it at all. Describe the solution you'd like 1. Allow multiple bank transactions (both DEBIT and CREDIT) to be linked to a single expense, similar to how multiple invoices can already be linked to a single CREDIT transaction via invoice_ids. 2. Accept CREDIT transactio…
No pledges yet. Be the first to back this.
Comments
Similar requests
Transaction Refunds: Allow Deposit Transactions to be Converted to Negative Expenses or Expense Credits
1 vote · 0 comments
Feature Request: Way to filter expenses for entries that already are linked to an transaction
0 votes · 0 comments
Link many transactions to one expense
1 vote · 0 comments
Transaction Refunds: Allow Deposit Transactions to be Converted to Negative Expenses or Expense Credits
0 votes · 0 comments
Expenses: Partial Expense Payment and Expense Detail as lines
0 votes · 0 comments
No comments yet.