Modified by www.SourceFiles.app
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
Printer,
|
||||
Mail,
|
||||
CreditCard,
|
||||
Wallet,
|
||||
} from "lucide-react";
|
||||
import { useEffect } from "react";
|
||||
|
||||
@@ -70,6 +71,12 @@ function ProtectedLayout() {
|
||||
},
|
||||
{ to: "/reports", label: "Reports", icon: Printer, show: isAdmin || roles.includes("teacher") },
|
||||
{ to: "/ledger", label: "Tuition", icon: Receipt, show: true },
|
||||
{
|
||||
to: "/receivables",
|
||||
label: "Receivables",
|
||||
icon: Wallet,
|
||||
show: isAdmin || roles.includes("billing_admin"),
|
||||
},
|
||||
{
|
||||
to: "/billing",
|
||||
label: "Billing",
|
||||
|
||||
Reference in New Issue
Block a user