mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Support manually importing OFX files
This commit is contained in:
parent
b067697b1c
commit
46cf89361f
@ -200,7 +200,7 @@ class BankAccountService extends BaseService
|
|||||||
$field => $info,
|
$field => $info,
|
||||||
'name' => $vendorName,
|
'name' => $vendorName,
|
||||||
'transaction_name' => $transaction['vendor_orig'],
|
'transaction_name' => $transaction['vendor_orig'],
|
||||||
'vendorcontact' => [],
|
'vendor_contact' => [],
|
||||||
]);
|
]);
|
||||||
$vendorMap[$key] = $vendor;
|
$vendorMap[$key] = $vendor;
|
||||||
$vendorMap[$transaction['vendor_orig']] = $vendor;
|
$vendorMap[$transaction['vendor_orig']] = $vendor;
|
||||||
|
@ -17,10 +17,14 @@
|
|||||||
|
|
||||||
{!! Former::file("ofx_file") !!}
|
{!! Former::file("ofx_file") !!}
|
||||||
|
|
||||||
{!! Former::actions( Button::info(trans('texts.upload'))->submit()->large()->appendIcon(Icon::create('open'))) !!}
|
</div>
|
||||||
{!! Former::close() !!}
|
</div>
|
||||||
|
|
||||||
</div>
|
{!! Former::actions(
|
||||||
</div>
|
Button::normal(trans('texts.cancel'))->large()->asLinkTo(URL::to('settings/bank_accounts'))->appendIcon(Icon::create('remove-circle')),
|
||||||
|
Button::success(trans('texts.upload'))->submit()->large()->appendIcon(Icon::create('open'))
|
||||||
|
) !!}
|
||||||
|
|
||||||
|
{!! Former::close() !!}
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user