fix facture column
This commit is contained in:
parent
299dce6b53
commit
fd782b561e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -46,7 +46,7 @@ export class Facture {
|
|||||||
'<input style="margin:0;padding:0;" class="inputDate devisOrFactureInputDate" type="date" value=' + this.date_paiement + ' data-table="facture" data-column="date_paiement" data-id="' + this.id + '"/>',
|
'<input style="margin:0;padding:0;" class="inputDate devisOrFactureInputDate" type="date" value=' + this.date_paiement + ' data-table="facture" data-column="date_paiement" data-id="' + this.id + '"/>',
|
||||||
'<div>' + this.type_paiement + '</div>',
|
'<div>' + this.type_paiement + '</div>',
|
||||||
'<div class="selectAvailableDevis" data-table="facture" data-column="id_devis" data-id="' + this.id + '" data-current="' + this.id_devis + '">' + this.nom_defunt + ' | <span style="font-size: 0.7rem">' + this.prenom + ' ' + this.nom + '</span></div>',
|
'<div class="selectAvailableDevis" data-table="facture" data-column="id_devis" data-id="' + this.id + '" data-current="' + this.id_devis + '">' + this.nom_defunt + ' | <span style="font-size: 0.7rem">' + this.prenom + ' ' + this.nom + '</span></div>',
|
||||||
'<div class="" data-table="facture" data-column="" data-id="' + this.id + '" style="display:inline">' + this.lieu + '</div>',
|
'<div>' + this.nom + '</div>',
|
||||||
'<div>' + this.factureProduits + '</div>',
|
'<div>' + this.factureProduits + '</div>',
|
||||||
'<div>' + this.status_paiement + '</div>',
|
'<div>' + this.status_paiement + '</div>',
|
||||||
'<div>' + this.payment_date + '</div>',
|
'<div>' + this.payment_date + '</div>',
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
<th>Date de facture</th>
|
<th>Date de facture</th>
|
||||||
<th><?php p($l->t('Means of payment'));?></th>
|
<th><?php p($l->t('Means of payment'));?></th>
|
||||||
<th>Devis associé</th>
|
<th>Devis associé</th>
|
||||||
<th>Lieu</th>
|
<th>Client</th>
|
||||||
<th><?php p($l->t('Articles'));?></th>
|
<th><?php p($l->t('Articles'));?></th>
|
||||||
<th><?php p($l->t('Status'));?></th>
|
<th><?php p($l->t('Status'));?></th>
|
||||||
<th><?php p($l->t('Date de paiement'));?></th>
|
<th><?php p($l->t('Date de paiement'));?></th>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user