zip pdf download

This commit is contained in:
amazuecos
2025-05-05 20:59:57 +02:00
parent 24fc4ff1c1
commit caac71a48d
10 changed files with 605 additions and 77 deletions

View File

@ -621,6 +621,10 @@ class ProductionService extends BaseService
{
return view("themes/vuexy/pdfs/orden_trabajo", $this->getDataPdf());
}
public function getPdfContent()
{
return view("themes/vuexy/pdfs/orden_trabajo_view", $this->getDataPdf());
}
public function getFerroPdf()
{
return view("themes/vuexy/pdfs/ferro", $this->getDataPdf());