Général
getClass(), ['id' => 'class-document']) ?> 'type-action']) ?> id, ['id' => 'id-document']) ?> field($model, 'name')->label('Nom du document') ?> field($model, 'id_user', [ 'template' => '{label}
{input}
'.$model->user->getUsername(), ])->hiddenInput(); ?> all(); ?> field($model, 'id_user', [ 'template' => '{label} Nouvel utilisateur
{input}
{hint}', ]) ->dropDownList( ArrayHelper::map($usersArray, 'user_id', function ($model) { if(isset($model['name_legal_person']) && strlen($model['name_legal_person'])) { return $model['name_legal_person'] ; } else { return $model['lastname'] . ' ' . $model['name']; } }), [ '@change' => 'changeUser', 'prompt' => '--', 'v-model' => 'idUser', ] ); ?> field($model, 'address')->textarea(['rows' => 2, 'v-model' => 'document.address']) ?> field($model, 'comment')->textarea(['rows' => 2])->hint('Affiché en bas de la facture') ?> getClass() == 'Invoice'): ?>
isNewRecord ? 'Ajouter' : 'Modifier', ['class' => 'btn btn-primary']) ?>
{{ document.reference }} Date {{ document.date }}
Total (TTC) {{ formatPrice(total_with_tax) }}
id); ?>
Ajouter un produit
Produit
Produits
Nom Prix (unité) Quantité TVA Total TTC Total Supprimer
Aucun produit.