Primer commit del sistema avantika sin cambios
This commit is contained in:
14
modules/reportes-ventas.php
Executable file
14
modules/reportes-ventas.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$empresa->AuthUser();
|
||||
|
||||
if($Usr['type'] != 'admin' && $Usr['type'] != 'gerente' && $Usr['type'] != 'almacen' && $Usr['type'] != 'centralizador' && $Usr['type'] != 'direccion' && $Usr['type'] != 'facturacion' && $Usr['type'] != 'compras' && $Usr['type'] != 'supervisor'){
|
||||
header('Location: '.WEB_ROOT);
|
||||
exit;
|
||||
}
|
||||
|
||||
$showAll = $_GET['showAll'];
|
||||
|
||||
$smarty->assign('showAll',$showAll);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user