fixe-facture-simple-startY-mainTable

This commit is contained in:
Narindra ezway 2025-04-24 14:20:00 +03:00
parent 0f47dea0f6
commit c30b2df444

View File

@ -338,7 +338,7 @@ class InvoicePdfHandler extends FPDF
private function DrawBankAndTotalPriceInfo($totalPriceArray) private function DrawBankAndTotalPriceInfo($totalPriceArray)
{ {
$startOfYAfterMainTable = 239; $startOfYAfterMainTable = 236;
$this->SetY( $startOfYAfterMainTable); $this->SetY( $startOfYAfterMainTable);
$this->SetFont('ComicSans', '', 8); $this->SetFont('ComicSans', '', 8);
$this->MultiCell(0,4,utf8_decode(html_entity_decode("Paiement à votre convenance par chèque à l'ordre de ". $this->factureData['configuration']->entreprise))); $this->MultiCell(0,4,utf8_decode(html_entity_decode("Paiement à votre convenance par chèque à l'ordre de ". $this->factureData['configuration']->entreprise)));
@ -385,7 +385,7 @@ class InvoicePdfHandler extends FPDF
public function SetFactureContent() public function SetFactureContent()
{ {
$this->AddPage(); $this->AddPage();
$this->SetMargins(3, 0, 3); $this->SetMargins(2, 0, 3);
$this->DrawInvoiceCompanyAndClientInfo(); $this->DrawInvoiceCompanyAndClientInfo();
$this->DrawInvoiceInfoTable(); $this->DrawInvoiceInfoTable();
$this->DrawArticlesTable(); $this->DrawArticlesTable();