{include file="common/head.tpl.html" html5=true}
{if $matchings} {/if}
{help->link name="admin_csvimport" class="help-fieldset" ext="relative"}
{$lang.billing_payments_import}
{$lang.csvimport_file}: {html->fileupload action="`$SELF`?op=billing_bookings_paymentsimport&upload" single=true onuploaded="csv_upload_callback();"} {if $filename}{$filename}{else}{$lang.dialog_selectfile}{/if}
{$lang.csvimport_file_type}: {$lang.global_draft}:
{$lang.optionen_billing_account}: {html->input_text name="booking_account" value=$booking_account}
 
{help->link name="admin_csvimport" class="help-fieldset" ext="relative"}
{$lang.billing_payments_import}
{foreach from=$matchings item='match' key='i'} {/foreach}
Zahlung Vorgang
{$match.valuta} {if $match.type=='Debit'}-{$match.value|string_format:'%.2f'} {$match.currency} {else}{$match.value|string_format:'%.2f'} {$match.currency} {/if}
{$match.client_name}
{$match.purpose}
{if $match.matches.selected=="ignore"} {cssbutton->click script="jQuery('#paym_`$i`').val('ignore')" string=$lang.billing_paymentimport_ingore} {cssbutton->click script="jQuery('#paym_`$i`').removeAttr('disabled')" string=$lang.billing_paymentimport_reassign} {/if}
{include file="common/foot.tpl.html"}