Expand API for journal links.

This commit is contained in:
James Cole
2018-06-28 17:02:13 +02:00
parent f55d4e32c0
commit 7749fb1a0b
13 changed files with 707 additions and 17 deletions

View File

@@ -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',

View File

@@ -15,10 +15,10 @@
<thead>
<tr>
<th>&nbsp;</th>
<th>{{ trans('firefly.source_transaction') }}</th>
<th>{{ trans('firefly.inward_transaction') }}</th>
<th>&nbsp;</th>
<th>{{ trans('firefly.link_description') }}</th>
<th>{{ trans('firefly.destination_transaction') }}</th>
<th>{{ trans('firefly.outward_transaction') }}</th>
<th>&nbsp;</th>
</tr>
</thead>