commit 08-2025
This commit is contained in:
parent
9ae662f63e
commit
480fdc65ed
404 changed files with 65310 additions and 2600431 deletions
|
|
@ -15,6 +15,9 @@ use App\Services\BusinessPlan\SalesPointsVolume;
|
|||
|
||||
class InvoiceRepository extends BaseRepository {
|
||||
|
||||
/** @var \App\Models\ShoppingOrder */
|
||||
protected $model;
|
||||
|
||||
private $invoice_date;
|
||||
private $invoice_number;
|
||||
private $filename;
|
||||
|
|
@ -125,7 +128,7 @@ class InvoiceRepository extends BaseRepository {
|
|||
Storage::disk('public')->makeDirectory($this->delivery_dir); //creates directory
|
||||
}
|
||||
|
||||
$path = Storage::disk('public')->getAdapter()->getPathPrefix();
|
||||
$path = Storage::disk('public')->path('');
|
||||
|
||||
//invoice
|
||||
$pdf_file = new InvoicePDF('pdf.invoice');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue