Missing column formatting for exports
This commit is contained in:
parent
9a60f5f799
commit
50e5c2c70a
@ -4,9 +4,10 @@ namespace App\Exports\Purchases\Sheets;
|
|||||||
|
|
||||||
use App\Abstracts\Export;
|
use App\Abstracts\Export;
|
||||||
use App\Models\Document\Document as Model;
|
use App\Models\Document\Document as Model;
|
||||||
|
use Maatwebsite\Excel\Concerns\WithColumnFormatting;
|
||||||
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
|
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
|
||||||
|
|
||||||
class Bills extends Export
|
class Bills extends Export implements WithColumnFormatting
|
||||||
{
|
{
|
||||||
public function collection()
|
public function collection()
|
||||||
{
|
{
|
||||||
|
@ -4,9 +4,10 @@ namespace App\Exports\Sales\Sheets;
|
|||||||
|
|
||||||
use App\Abstracts\Export;
|
use App\Abstracts\Export;
|
||||||
use App\Models\Document\Document as Model;
|
use App\Models\Document\Document as Model;
|
||||||
|
use Maatwebsite\Excel\Concerns\WithColumnFormatting;
|
||||||
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
|
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
|
||||||
|
|
||||||
class Invoices extends Export
|
class Invoices extends Export implements WithColumnFormatting
|
||||||
{
|
{
|
||||||
public function collection()
|
public function collection()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user