|
|
GERER LE SECRETARIAT GENERAL
|
GSG-F07-V0 {{ $now }} |
| NUMERO AFFAIRE | N° FACTURE | MOIS | DATE FACTURATION | DATE DEPOT FACTURE | DATE DE REGLEMENT | MONTANT BRUT HTVA | TVA | AIB | MONTANT NET HT | MONTANT NET TTC A PAYER | MONTANT TTC ENCAISSE | MONTANT BRUT HT ENCAISSE | MONTANT NET HT ENCAISSE | RESTANT DÛ TTC/FACTURE | RESTANT DÛ RÉEL NET FACTURE | RESTANT DÛ BRUT HT | RESTANT DÛ NET HT | DELAI DE PAIEMENT |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $invoice->model?->project?->title }} | @endif{{ $invoice->invoice_number }} | {{ $invoice->billing_month_value }} | {{ \Carbon\Carbon::parse($invoice->invoice_date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($invoice->date_receipt)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($invoice->payment_date)->format('d/m/Y') }} | {{ number_format($invoice->total_ht, 0, '.', ' ') /*H*/}} | {{ number_format($invoice->invoice_total_tax, 0, '.', ' ') /*I*/ }} | {{ -number_format($aibValue, 0, '.', ' ') /*J*/}} | {{ number_format($amountNetHt, 0, '.', ' ') /*K*/}} | {{ number_format($amountCollected, 0, '.', ' ') /*L*/ }} | {{ number_format($amountCollected, 0, '.', ' ') /*M*/}} | {{ number_format($amountBrutHtCollected, 0, '.', ' ') /*N*/ }} | {{ number_format($amountNetCollected, 0, '.', ' ') /*O*/}} | {{ number_format($restAmount, 0, '.', ' ') /*P*/ }} | {{ number_format($restAmount, 0, '.', ' ') /*Q*/}} | {{ number_format($restBrut, 0, '.', ' ')/*R*/}} | {{ number_format($restAmount, 0, '.', ' ') /*S*/}} | {{ $dueDate->format('d/m/Y') /*T*/}} |
| Sous total {{ $invoice->model?->project?->client?->fullname }} | {{ number_format($subTotalH, 0, '.', ' ') }} | {{ number_format($subTotalI, 0, '.', ' ') }} | {{ number_format($subTotalJ, 0, '.', ' ') }} | {{ number_format($subTotalK, 0, '.', ' ') }} | {{ number_format($subTotalL, 0, '.', ' ') }} | {{ number_format($subTotalM, 0, '.', ' ') }} | {{ number_format($subTotalN, 0, '.', ' ') }} | {{ number_format($subTotalO, 0, '.', ' ') }} | {{ number_format($subTotalP, 0, '.', ' ') }} | {{ number_format($subTotalQ, 0, '.', ' ') }} | {{ number_format($subTotalR, 0, '.', ' ')}} | {{ number_format($subTotalS, 0, '.', ' ') }} | ||||||
| TOTAL GENERAL | {{ number_format($totalH, 0, '.', ' ') }} | {{ number_format($totalI, 0, '.', ' ') }} | {{ number_format($totalJ, 0, '.', ' ') }} | {{ number_format($totalK, 0, '.', ' ') }} | {{ number_format($totalL, 0, '.', ' ') }} | {{ number_format($totalM, 0, '.', ' ') }} | {{ number_format($totalN, 0, '.', ' ') }} | {{ number_format($totalO, 0, '.', ' ') }} | {{ number_format($totalP, 0, '.', ' ') }} | {{ number_format($totalQ, 0, '.', ' ') }} | {{ number_format($totalR, 0, '.', ' ') }} | {{ number_format($totalS, 0, '.', ' ') }} | ||||||