papel generico terminado. papel impresion a falta de maquinas y tipologias

This commit is contained in:
Jaime Jimenez
2023-05-28 12:33:07 +02:00
parent e8d733f39d
commit 1cfa5bd60b
29 changed files with 1902 additions and 381 deletions

View File

@ -2,7 +2,7 @@
namespace App\Controllers;
use App\Controllers\Configuracion\PapelGenerico;
use App\Controllers\Configuracion\Papelesimpresion;
class Test extends BaseController
{
@ -15,8 +15,8 @@ class Test extends BaseController
public function index()
{
$papel = new PapelGenerico();
var_dump($papel->datatable());
$papel = new Papelesimpresion();
var_dump($papel->datatablePG());
}
}