mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Expand API for journal links.
This commit is contained in:
@@ -1134,6 +1134,8 @@ return [
|
||||
'is (partially) refunded by_inward' => 'is (partially) refunded by',
|
||||
'is (partially) paid for by_inward' => 'is (partially) paid for by',
|
||||
'is (partially) reimbursed by_inward' => 'is (partially) reimbursed by',
|
||||
'inward_transaction' => 'Inward transaction',
|
||||
'outward_transaction' => 'Outward transaction',
|
||||
'relates to_outward' => 'relates to',
|
||||
'(partially) refunds_outward' => '(partially) refunds',
|
||||
'(partially) pays for_outward' => '(partially) pays for',
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>{{ trans('firefly.source_transaction') }}</th>
|
||||
<th>{{ trans('firefly.inward_transaction') }}</th>
|
||||
<th> </th>
|
||||
<th>{{ trans('firefly.link_description') }}</th>
|
||||
<th>{{ trans('firefly.destination_transaction') }}</th>
|
||||
<th>{{ trans('firefly.outward_transaction') }}</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user