load->view("partial/header"); ?> ".$error.""; } ?>

 lang->line('reports_graphical_reports'); ?>

 lang->line('reports_summary_reports'); ?>

 lang->line('reports_detailed_reports'); ?>

session->userdata('person_id'); show_report_if_allowed('detailed', 'sales', $person_id); show_report_if_allowed('detailed', 'receivings', $person_id); show_report_if_allowed('specific', 'customer', $person_id, 'reports_customers'); show_report_if_allowed('specific', 'discount', $person_id, 'reports_discounts'); show_report_if_allowed('specific', 'employee', $person_id, 'reports_employees'); ?>
Employee->has_grant('reports_inventory', $this->session->userdata('person_id'))) { ?>

 lang->line('reports_inventory_reports'); ?>

load->view("partial/footer"); ?>