isStatusValid($model)): ?>
Règlement
payments && count($model->payments) > 0): ?> payments as $payment): ?>
Moyen de paiement Date transaction Montant
getStrMeanPayment($payment); ?> date_transaction ? date('d/m/Y', strtotime($payment->date_transaction)) : '' ?> amount); ?>
isDocumentInvoice($model) && ! $invoiceModule->isInvoicePaid($model)): ?>
field($payment, 'mean_payment')->dropDownList(MeanPayment::getAll()); ?>
field($payment, 'date_transaction')->textInput([ 'class' => 'datepicker form-control' ]); ?>
field($payment, 'amount', [ 'template' => '{label}
{input}
{hint}', ])->textInput(); ?>

'btn btn-primary']) ?>