import { Package, AlertTriangle, Activity, FileText, LayoutGrid, Plus } from "lucide-react"; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import InfoBanner from "@/components/common/infoBanner"; import Table from "@/components/common/dataTable"; import { consumptionHeaders, consumptionRows, inventoryHeaders, inventoryRows, } from "@/constants/tabledata"; export default function InventoryPortal() { return (
Stock master with receipt / consume transactions. Consumption posts back to the originating request job card; items at or below minimum are flagged for reorder.