getClass($model); ?>
Général
'class-document']) ?> 'type-action']) ?> id, ['id' => 'id-document']) ?> field($model, 'name')->label('Nom du document') ?> field($model, 'id_user', [ 'template' => '{label}
{input}
' . $userManager->getUsername($model->user), ])->hiddenInput(); ?> field($model, 'id_user', [ 'template' => '{label} Nouvel utilisateur
{input}
{hint}', ]) ->dropDownList( $userManager->populateUserDropdownList(), [ '@change' => 'changeUser', 'v-model' => 'idUser', 'class' => 'select2 select2-document-form' ] ); ?> field($model, 'address')->textarea(['rows' => 2, 'v-model' => 'document.address']) ?> field($model, 'comment')->textarea(['rows' => 2])->hint('Affiché en bas du document') ?>
isNewRecord ? 'Ajouter' : 'Modifier', ['class' => 'btn btn-primary']) ?>
Envoyé {{ document.reference }} Date {{ document.date }}
Total (TTC) isDocumentInvoice($model) && $invoiceManager->isInvoicePaid($model)): ?> PAYÉE {{ formatPrice(total_with_tax) }}

Voir la facture

Commandes orders as $order): ?> distribution): ?> distribution->date)) ?>
Télécharger (PDF) isStatusValid($model)): ?> Regénérer (PDF) getConfig('option_export_evoliz')): ?> Export Evoliz (CSV)
Valider le document user) && strlen($model->user->email) > 0): ?> Envoyer le document
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) && !$invoiceManager->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']) ?>
Bons de livraison
Libellé Montant (TTC) Montant
{{ deliveryNote.name }} {{ formatPrice(deliveryNote.total) }}
Aucun bon de livraison associé.
Commandes
Date Montant (TTC) Montant
{{ order.name }} {{ formatPrice(order.amount_with_tax) }}
Aucune commande associée.
Ajouter un produit
Produit
Produits
Nom Prix (unité) Quantité TVA Total HT Total Supprimer
Aucun produit.