git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0499fbc
Branches
Tags
master
ticket
webinterface.git
modules
invoice
menu.php
Kunden können Ihre Rechnungen und zukünftigen Posten anschauen
bernd
commited
0499fbc
at 2008-03-18 17:36:28
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["invoice_current"] = array("label" => "Rechnungen", "file" => "current.php", "weight" => 2); $menu["invoice_upcoming"] = array("label" => "zukünftige Rechnungen", "file" => "upcoming.php", "weight" => 2, "submenu" => "invoice_current"); } ?>