pint
This commit is contained in:
@@ -75,7 +75,7 @@ class HomeController extends Controller
|
||||
vat_percentage: null,
|
||||
vat_tmt: null,
|
||||
total: 200000,
|
||||
)
|
||||
),
|
||||
]
|
||||
))
|
||||
->handle()
|
||||
|
||||
@@ -149,7 +149,7 @@ class GenerateInvoiceExcell
|
||||
'font' => [
|
||||
'bold' => false,
|
||||
'size' => 10,
|
||||
'name' => 'Times New Roman'
|
||||
'name' => 'Times New Roman',
|
||||
],
|
||||
'alignment' => [
|
||||
'horizontal' => Alignment::HORIZONTAL_CENTER,
|
||||
@@ -167,7 +167,7 @@ class GenerateInvoiceExcell
|
||||
'alignment' => [
|
||||
'horizontal' => Alignment::HORIZONTAL_LEFT,
|
||||
'vertical' => Alignment::VERTICAL_CENTER,
|
||||
]
|
||||
],
|
||||
]);
|
||||
|
||||
$this->worksheet->getCell('D'.$itemCellNumber)->getStyle()->applyFromArray([
|
||||
|
||||
Reference in New Issue
Block a user