yum install php-pecl-zip
apachectl restart
At the line number 104 of invoicepdf.tpl
# QR Payment Code
$qrFilename = 'QR_INVOICE.png';
if (file_exists(ROOTDIR . '/assets/img/QR_INVOICE.png')) {
$qrFilename = 'QR_INVOICE.png';
} elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) {
$qrFilename = 'logo.jpg';
}
$pdf->Image(ROOTDIR . '/assets/img/' . $qrFilename, 120, 110, 75);
$pdf->Ln(10);
=RANK(number,ref,[order]) To rank in descending order, we will use the formula =RANK(B2,($C$5:$C$10),0) If we want unique ranks, we can use...