fix certificate format ( deux point and virgule)
This commit is contained in:
parent
1bdecf5dec
commit
44c5f64b15
@ -86,11 +86,11 @@ class CareCertificatePdfHandler extends FPDF {
|
|||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur a effectué des soins de conservation sur le corps du défunt :'));
|
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur, a effectué des soins de conservation sur le corps du défunt :'));
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
|
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ': ',0,1);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ' : ',0,1);
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport($this->devisOfDefunt['location_of_devis']),0,1);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport($this->devisOfDefunt['location_of_devis']),0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
|
|||||||
@ -81,20 +81,20 @@ class PacemakerCertificatePdfHandler extends FPDF {
|
|||||||
|
|
||||||
private function SetPacemakerCertificateContent(){
|
private function SetPacemakerCertificateContent(){
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->MultiCell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ' certifie par la présente que: '));
|
$this->MultiCell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ' certifie par la présente que : '));
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur a retiré ce jour, la prothèse fonctionnant à pile implantée sur le cors du défunt:'));
|
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur, a retiré ce jour, la prothèse fonctionnant à pile implantée sur le corps du défunt :'));
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
|
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ': ',0,1);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ' : ',0,1);
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport($this->devisOfDefunt['location_of_devis']),0,1);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport($this->devisOfDefunt['location_of_devis']),0,1);
|
||||||
$this->SetFont('ComicSans', '', 14);
|
$this->SetFont('ComicSans', '', 14);
|
||||||
$this->Cell(0,12,
|
$this->Cell(0,12,
|
||||||
FileExportHelpers::FormatTextForExport("Numéro de série: ").
|
FileExportHelpers::FormatTextForExport("Numéro de série : ").
|
||||||
FileExportHelpers::FormatTextForExport($this->devisOfDefunt['defunt_reference_pacemaker']),0,1);
|
FileExportHelpers::FormatTextForExport($this->devisOfDefunt['defunt_reference_pacemaker']),0,1);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("La présente attestion est établie pour faire valoir ce que de droit."),0,5);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("La présente attestion est établie pour faire valoir ce que de droit."),0,5);
|
||||||
$this->Ln(5);
|
$this->Ln(5);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user