import React from "react";
import { Route, Navigate } from "react-router-dom";
import ProductList from "../feature-module/inventory/productlist";
import Dashboard from "../feature-module/dashboard/Dashboard";
import AddProduct from "../feature-module/inventory/addproduct";
import SalesDashbaord from "../feature-module/dashboard/salesdashbaord";
import BrandList from "../feature-module/inventory/brandlist";
import VariantAttributes from "../feature-module/inventory/variantattributes";
import Warranty from "../feature-module/inventory/warranty";
import PrintBarcode from "../feature-module/inventory/printbarcode";
import Grid from "../feature-module/uiinterface/grid";
import Images from "../feature-module/uiinterface/images";
import Lightboxes from "../feature-module/uiinterface/lightbox";
import Media from "../feature-module/uiinterface/media";
import Modals from "../feature-module/uiinterface/modals";
import Offcanvas from "../feature-module/uiinterface/offcanvas";
import Pagination from "../feature-module/uiinterface/pagination";
import Alert from "../feature-module/uiinterface/alert";
import Accordion from "../feature-module/uiinterface/accordion";
import Avatar from "../feature-module/uiinterface/avatar";
import Badges from "../feature-module/uiinterface/badges";
import Borders from "../feature-module/uiinterface/borders";
import Buttons from "../feature-module/uiinterface/buttons";
import ButtonsGroup from "../feature-module/uiinterface/buttonsgroup";
import Popovers from "../feature-module/uiinterface/popover";
import Breadcrumb from "../feature-module/uiinterface/breadcrumb";
import Cards from "../feature-module/uiinterface/cards";
import Dropdowns from "../feature-module/uiinterface/dropdowns";
import Colors from "../feature-module/uiinterface/colors";
import Carousel from "../feature-module/uiinterface/carousel";
import Spinner from "../feature-module/uiinterface/spinner";
import NavTabs from "../feature-module/uiinterface/navtabs";
import Toasts from "../feature-module/uiinterface/toasts";
import Typography from "../feature-module/uiinterface/typography";
import Video from "../feature-module/uiinterface/video";
import Tooltips from "../feature-module/uiinterface/tooltips";
import DragDrop from "../feature-module/uiinterface/advancedui/dragdrop";
import SweetAlert from "../feature-module/uiinterface/sweetalert";
import Progress from "../feature-module/uiinterface/progress";
import Placeholder from "../feature-module/uiinterface/placeholder";
import Rating from "../feature-module/uiinterface/advancedui/rating";
import TextEditor from "../feature-module/uiinterface/advancedui/texteditor";
import Counter from "../feature-module/uiinterface/advancedui/counter";
import Uiscrollbar from "../feature-module/uiinterface/advancedui/uiscrollbar";
import Stickynote from "../feature-module/uiinterface/advancedui/stickynote";
import Timeline from "../feature-module/uiinterface/advancedui/timeline";
import Apexchart from "../feature-module/uiinterface/charts/apexcharts";
import ChartJs from "../feature-module/uiinterface/charts/chartjs";
import RangeSlides from "../feature-module/uiinterface/rangeslider";
import FontawesomeIcons from "../feature-module/uiinterface/icons/fontawesome";
import FeatherIcons from "../feature-module/uiinterface/icons/feathericon";
import IonicIcons from "../feature-module/uiinterface/icons/ionicicons";
import MaterialIcons from "../feature-module/uiinterface/icons/materialicon";
import PE7Icons from "../feature-module/uiinterface/icons/pe7icons";
import SimplelineIcons from "../feature-module/uiinterface/icons/simplelineicon";
import ThemifyIcons from "../feature-module/uiinterface/icons/themify";
import WeatherIcons from "../feature-module/uiinterface/icons/weathericons";
import TypiconIcons from "../feature-module/uiinterface/icons/typicons";
import FlagIcons from "../feature-module/uiinterface/icons/flagicons";
const routes = all_routes;
import DepartmentGrid from "../feature-module/hrm/departmentgrid";
import DepartmentList from "../feature-module/hrm/departmentlist";
import Designation from "../feature-module/hrm/designation";
import Shift from "../feature-module/hrm/shift";
import AttendanceEmployee from "../feature-module/hrm/attendance-employee";
import ClipBoard from "../feature-module/uiinterface/advancedui/clipboard";
import TablesBasic from "../feature-module/uiinterface/table/tables-basic";
import DataTables from "../feature-module/uiinterface/table/data-tables";
import FormBasicInputs from "../feature-module/uiinterface/forms/formelements/basic-inputs";
import CheckboxRadios from "../feature-module/uiinterface/forms/formelements/checkbox-radios";
import InputGroup from "../feature-module/uiinterface/forms/formelements/input-group";
import GridGutters from "../feature-module/uiinterface/forms/formelements/grid-gutters";
import FormSelect from "../feature-module/uiinterface/forms/formelements/form-select";
import FileUpload from "../feature-module/uiinterface/forms/formelements/fileupload";
import FormMask from "../feature-module/uiinterface/forms/formelements/form-mask";
import FormHorizontal from "../feature-module/uiinterface/forms/formelements/layouts/form-horizontal";
import FormVertical from "../feature-module/uiinterface/forms/formelements/layouts/form-vertical";
import FloatingLabel from "../feature-module/uiinterface/forms/formelements/layouts/floating-label";
import FormValidation from "../feature-module/uiinterface/forms/formelements/layouts/form-validation";
import FormSelect2 from "../feature-module/uiinterface/forms/formelements/layouts/form-select2";
import Ribbon from "../feature-module/uiinterface/advancedui/ribbon";
import Chat from "../feature-module/Application/chat";
import ExpensesList from "../feature-module/FinanceAccounts/expenseslist";
import ExpenseCategory from "../feature-module/FinanceAccounts/expensecategory";
import Calendar from "../feature-module/Application/calendar";
import FormWizard from "../feature-module/uiinterface/forms/formelements/form-wizard";
import ExpiredProduct from "../feature-module/inventory/expiredproduct";
import LowStock from "../feature-module/inventory/lowstock";
import CategoryList from "../feature-module/inventory/categorylist";
import SubCategories from "../feature-module/inventory/subcategories";
import EditProduct from "../feature-module/inventory/editproduct";
import Videocall from "../feature-module/Application/videocall";
import Audiocall from "../feature-module/Application/audiocall";
import Email from "../feature-module/Application/email";
import Callhistory from "../feature-module/Application/callhistory";
import ToDo from "../feature-module/Application/todo";
import QRcode from "../feature-module/inventory/qrcode";
import PurchasesList from "../feature-module/purchases/purchaseslist";
import PurchaseOrderReport from "../feature-module/purchases/purchaseorderreport";
import PurchaseReturns from "../feature-module/purchases/purchasereturns";
import Appearance from "../feature-module/settings/websitesettings/appearance";
import SocialAuthentication from "../feature-module/settings/websitesettings/socialauthentication";
import LanguageSettings from "../feature-module/settings/websitesettings/languagesettings";
import InvoiceSettings from "../feature-module/settings/appsetting/invoicesettings";
import PrinterSettings from "../feature-module/settings/appsetting/printersettings";
import PosSettings from "../feature-module/settings/websitesettings/possettings";
import CustomFields from "../feature-module/settings/websitesettings/customfields";
import EmailSettings from "../feature-module/settings/systemsettings/emailsettings";
import SmsGateway from "../feature-module/settings/systemsettings/smsgateway";
import OtpSettings from "../feature-module/settings/systemsettings/otpsettings";
import GdprSettings from "../feature-module/settings/systemsettings/gdprsettings";
import PaymentGateway from "../feature-module/settings/financialsettings/paymentgateway";
import BankSetting from "../feature-module/settings/financialsettings/banksetting";
import Customers from "../feature-module/people/customers";
import Suppliers from "../feature-module/people/suppliers";
import StoreList from "../core/modals/peoples/storelist";
import Managestock from "../feature-module/stock/managestock";
import StockAdjustment from "../feature-module/stock/stockAdjustment";
import StockTransfer from "../feature-module/stock/stockTransfer";
import SalesReport from "../feature-module/Reports/salesreport";
import PurchaseReport from "../feature-module/Reports/purchasereport";
import InventoryReport from "../feature-module/Reports/inventoryreport";
import Invoicereport from "../feature-module/Reports/invoicereport";
import SupplierReport from "../feature-module/Reports/supplierreport";
import CustomerReport from "../feature-module/Reports/customerreport";
import ExpenseReport from "../feature-module/Reports/expensereport";
import IncomeReport from "../feature-module/Reports/incomereport";
import TaxReport from "../feature-module/Reports/taxreport";
import ProfitLoss from "../feature-module/Reports/profitloss";
import GeneralSettings from "../feature-module/settings/generalsettings/generalsettings";
import SecuritySettings from "../feature-module/settings/generalsettings/securitysettings";
import Notification from "../feature-module/settings/generalsettings/notification";
import ConnectedApps from "../feature-module/settings/generalsettings/connectedapps";
import SystemSettings from "../feature-module/settings/websitesettings/systemsettings";
import CompanySettings from "../feature-module/settings/websitesettings/companysettings";
import LocalizationSettings from "../feature-module/settings/websitesettings/localizationsettings";
import Prefixes from "../feature-module/settings/websitesettings/prefixes";
import Preference from "../feature-module/settings/websitesettings/preference";
import BanIpaddress from "../feature-module/settings/othersettings/ban-ipaddress";
import StorageSettings from "../feature-module/settings/othersettings/storagesettings";
import Pos from "../feature-module/sales/pos";
import AttendanceAdmin from "../feature-module/hrm/attendanceadmin";
import Payslip from "../feature-module/hrm/payslip";
import Holidays from "../feature-module/hrm/holidays";
import SalesList from "../feature-module/sales/saleslist";
import InvoiceReport from "../feature-module/sales/invoicereport";
import SalesReturn from "../feature-module/sales/salesreturn";
import QuotationList from "../feature-module/sales/quotationlist";
import Notes from "../feature-module/Application/notes";
import FileManager from "../feature-module/Application/filemanager";
import Profile from "../feature-module/pages/profile";
import Signin from "../feature-module/pages/login/signin";
import SigninTwo from "../feature-module/pages/login/signinTwo";
import SigninThree from "../feature-module/pages/login/signinThree";
import RegisterTwo from "../feature-module/pages/register/registerTwo";
import Register from "../feature-module/pages/register/register";
import RegisterThree from "../feature-module/pages/register/registerThree";
import Forgotpassword from "../feature-module/pages/forgotpassword/forgotpassword";
import ForgotpasswordTwo from "../feature-module/pages/forgotpassword/forgotpasswordTwo";
import ForgotpasswordThree from "../feature-module/pages/forgotpassword/forgotpasswordThree";
import Resetpassword from "../feature-module/pages/resetpassword/resetpassword";
import ResetpasswordTwo from "../feature-module/pages/resetpassword/resetpasswordTwo";
import ResetpasswordThree from "../feature-module/pages/resetpassword/resetpasswordThree";
import EmailVerification from "../feature-module/pages/emailverification/emailverification";
import EmailverificationTwo from "../feature-module/pages/emailverification/emailverificationTwo";
import EmailverificationThree from "../feature-module/pages/emailverification/emailverificationThree";
import Twostepverification from "../feature-module/pages/twostepverification/twostepverification";
import TwostepverificationTwo from "../feature-module/pages/twostepverification/twostepverificationTwo";
import TwostepverificationThree from "../feature-module/pages/twostepverification/twostepverificationThree";
import Lockscreen from "../feature-module/pages/lockscreen";
import Error404 from "../feature-module/pages/errorpages/error404";
import Error500 from "../feature-module/pages/errorpages/error500";
import Blankpage from "../feature-module/pages/blankpage";
import Comingsoon from "../feature-module/pages/comingsoon";
import Undermaintainence from "../feature-module/pages/undermaintainence";
import Users from "../feature-module/usermanagement/users";
import RolesPermissions from "../feature-module/usermanagement/rolespermissions";
import Permissions from "../feature-module/usermanagement/permissions";
import DeleteAccount from "../feature-module/usermanagement/deleteaccount";
import EmployeesGrid from "../feature-module/hrm/employeesgrid";
import EditEmployee from "../feature-module/hrm/editemployee";
import AddEmployee from "../feature-module/hrm/addemployee";
import LeavesAdmin from "../feature-module/hrm/leavesadmin";
import LeavesEmployee from "../feature-module/hrm/leavesemployee";
import LeaveTypes from "../feature-module/hrm/leavetypes";
import ProductDetail from "../feature-module/inventory/productdetail";
import { Units } from "../feature-module/inventory/units";
import TaxRates from "../feature-module/settings/financialsettings/taxrates";
import CurrencySettings from "../feature-module/settings/financialsettings/currencysettings";
import WareHouses from "../core/modals/peoples/warehouses";
import Coupons from "../feature-module/coupons/coupons";
import ApiTest from "../components/ApiTest";
import TodoList from "../feature-module/todo/todolist";
import ProjectTracker from "../feature-module/projects/projecttracker";
import CreateProject from "../feature-module/projects/createproject";
import EnhancedLoaders from "../feature-module/uiinterface/enhanced-loaders";
import WeddingGuestList from "../feature-module/inventory/weddingGuestList";
import EditWeddingGuest from "../feature-module/inventory/editWeddingGuest";
import AddWeddingGuest from "../feature-module/inventory/addWeddingGuest";
import ProductList2 from "../feature-module/inventory/productlist2";
import ProductList3 from "../feature-module/inventory/productlist3";
import { all_routes } from "./all_routes";
export const publicRoutes = [
{
id: 1,
path: routes.dashboard,
name: "home",
element: ,
route: Route,
},
{
id: 2,
path: routes.productlist,
name: "products",
element: ,
route: Route,
},
{
id: 2.1,
path: routes.productlist2,
name: "products2",
element: ,
route: Route,
},
{
id: 2.2,
path: routes.productlist3,
name: "products3",
element: ,
route: Route,
},
{
id: 3,
path: routes.addproduct,
name: "products",
element: ,
route: Route,
},
{
id: 4,
path: routes.salesdashboard,
name: "salesdashboard",
element: ,
route: Route,
},
{
id: 5,
path: routes.brandlist,
name: "brant",
element: ,
route: Route,
},
{
id: 6,
path: routes.units,
name: "unit",
element: ,
route: Route,
},
{
id: 7,
path: routes.variantyattributes,
name: "variantyattributes",
element: ,
route: Route,
},
{
id: 8,
path: routes.warranty,
name: "warranty",
element: ,
route: Route,
},
{
id: 9,
path: routes.barcode,
name: "barcode",
element: ,
route: Route,
},
{
id: 10,
path: routes.alerts,
name: "alert",
element: ,
route: Route,
},
{
id: 11,
path: routes.grid,
name: "grid",
element: ,
route: Route,
},
{
id: 12,
path: routes.accordion,
name: "accordion",
element: ,
route: Route,
},
{
id: 13,
path: routes.avatar,
name: "avatar",
element: ,
route: Route,
},
{
id: 14,
path: routes.images,
name: "images",
element: ,
route: Route,
},
{
id: 15,
path: routes.badges,
name: "badges",
element: ,
route: Route,
},
{
id: 16,
path: routes.lightbox,
name: "lightbox",
element: ,
route: Route,
},
{
id: 17,
path: routes.borders,
name: "borders",
element: ,
route: Route,
},
{
id: 18,
path: routes.media,
name: "lightbox",
element: ,
route: Route,
},
{
id: 19,
path: routes.buttons,
name: "borders",
element: ,
route: Route,
},
{
id: 20,
path: routes.modals,
name: "modals",
element: ,
route: Route,
},
{
id: 21,
path: routes.offcanvas,
name: "offcanvas",
element: ,
route: Route,
},
{
id: 22,
path: routes.pagination,
name: "offcanvas",
element: ,
route: Route,
},
{
id: 23,
path: routes.buttonsgroup,
name: "buttonsgroup",
element: ,
route: Route,
},
{
id: 24,
path: routes.popover,
name: "buttonsgroup",
element: ,
route: Route,
},
{
id: 25,
path: routes.breadcrumb,
name: "breadcrumb",
element: ,
route: Route,
},
{
id: 26,
path: routes.cards,
name: "cards",
element: ,
route: Route,
},
{
id: 27,
path: routes.dropdowns,
name: "dropdowns",
element: ,
route: Route,
},
{
id: 27,
path: routes.colors,
name: "colors",
element: ,
route: Route,
},
{
id: 28,
path: routes.carousel,
name: "carousel",
element: ,
route: Route,
},
{
id: 29,
path: routes.spinner,
name: "spinner",
element: ,
route: Route,
},
{
id: 29.1,
path: "/enhanced-loaders",
name: "enhanced-loaders",
element: ,
route: Route,
},
{
id: 30,
path: routes.carousel,
name: "carousel",
element: ,
route: Route,
},
{
id: 31,
path: routes.navtabs,
name: "navtabs",
element: ,
route: Route,
},
{
id: 32,
path: routes.toasts,
name: "toasts",
element: ,
route: Route,
},
{
id: 33,
path: routes.typography,
name: "typography",
element: ,
route: Route,
},
{
id: 34,
path: routes.video,
name: "video",
element: ,
route: Route,
},
{
id: 35,
path: routes.tooltip,
name: "tooltip",
element: ,
route: Route,
},
{
id: 36,
path: routes.draganddrop,
name: "draganddrop",
element: ,
route: Route,
},
{
id: 37,
path: routes.sweetalerts,
name: "sweetalerts",
element: ,
route: Route,
},
{
id: 38,
path: routes.progress,
name: "progress",
element: ,
route: Route,
},
{
id: 38,
path: routes.departmentgrid,
name: "departmentgrid",
element: ,
route: Route,
},
{
id: 39,
path: routes.placeholder,
name: "placeholder",
element: ,
route: Route,
},
{
id: 39,
path: routes.departmentlist,
name: "departmentlist",
element: ,
route: Route,
},
{
id: 40,
path: routes.rating,
name: "rating",
element: ,
},
{
id: 40,
path: routes.designation,
name: "designation",
element: ,
route: Route,
},
{
id: 41,
path: routes.texteditor,
name: "text-editor",
element: ,
route: Route,
},
{
id: 41,
path: routes.shift,
name: "shift",
element: ,
route: Route,
},
{
id: 42,
path: routes.counter,
name: "counter",
element: ,
route: Route,
},
{
id: 42,
path: routes.attendanceemployee,
name: "attendanceemployee",
element: ,
route: Route,
},
{
id: 43,
path: routes.scrollbar,
name: "scrollbar",
element: ,
route: Route,
},
{
id: 43,
path: routes.clipboard,
name: "clipboard",
element: ,
route: Route,
},
{
id: 44,
path: routes.stickynote,
name: "stickynote",
element: ,
route: Route,
},
{
id: 44,
path: routes.tablebasic,
name: "tablebasic",
element: ,
route: Route,
},
{
id: 45,
path: routes.timeline,
name: "timeline",
element: ,
route: Route,
},
{
id: 45,
path: routes.datatable,
name: "datatable",
element: ,
route: Route,
},
{
id: 46,
path: routes.apexchart,
name: "apex-chart",
element: ,
route: Route,
},
{
id: 46,
path: routes.basicinput,
name: "formbasicinput",
element: ,
route: Route,
},
{
id: 47,
path: routes.chartjs,
name: "chart-js",
element: ,
route: Route,
},
{
id: 47,
path: routes.checkboxradio,
name: "checkboxradio",
element: ,
route: Route,
},
{
id: 48,
path: routes.rangeslider,
name: "range-slider",
element: ,
route: Route,
},
{
id: 49,
path: routes.fontawesome,
name: "fontawesome",
element: ,
route: Route,
},
{
id: 50,
path: routes.feathericon,
name: "feathericon",
element: ,
route: Route,
},
{
id: 51,
path: routes.ionicicons,
name: "ionicicons",
element: ,
route: Route,
},
{
id: 52,
path: routes.materialicons,
name: "materialicons",
element: ,
route: Route,
},
{
id: 53,
path: routes.pe7icons,
name: "pe7icons",
element: ,
route: Route,
},
{
id: 54,
path: routes.simpleline,
name: "simpleline",
element: ,
route: Route,
},
{
id: 55,
path: routes.themifyicons,
name: "themifyicon",
element: ,
route: Route,
},
{
id: 56,
path: routes.iconweather,
name: "iconweather",
element: ,
route: Route,
},
{
id: 57,
path: routes.typicons,
name: "typicons",
element: ,
route: Route,
},
{
id: 58,
path: routes.flagicons,
name: "flagicons",
element: ,
route: Route,
},
{
id: 58,
path: routes.inputgroup,
name: "inputgroup",
element: ,
route: Route,
},
{
id: 59,
path: routes.ribbon,
name: "ribbon",
element: ,
route: Route,
},
{
id: 60,
path: routes.chat,
name: "chat",
element: ,
route: Route,
},
{
id: 49,
path: routes.gridgutters,
name: "gridgutters",
element: ,
route: Route,
},
{
id: 50,
path: routes.gridgutters,
name: "gridgutters",
element: ,
route: Route,
},
{
id: 51,
path: routes.formselect,
name: "formselect",
element: ,
route: Route,
},
{
id: 52,
path: routes.fileupload,
name: "fileupload",
element: ,
route: Route,
},
{
id: 53,
path: routes.formmask,
name: "formmask",
element: ,
route: Route,
},
{
id: 54,
path: routes.formhorizontal,
name: "formhorizontal",
element: ,
route: Route,
},
{
id: 54,
path: routes.formvertical,
name: "formvertical",
element: ,
route: Route,
},
{
id: 55,
path: routes.floatinglabel,
name: "floatinglabel",
element: ,
route: Route,
},
{
id: 56,
path: routes.formvalidation,
name: "formvalidation",
element: ,
route: Route,
},
{
id: 57,
path: routes.select2,
name: "select2",
element: ,
route: Route,
},
{
id: 58,
path: routes.wizard,
name: "wizard",
element: ,
route: Route,
},
{
id: 58,
path: routes.expiredproduct,
name: "expiredproduct",
element: ,
route: Route,
},
{
id: 59,
path: routes.lowstock,
name: "lowstock",
element: ,
route: Route,
},
{
id: 60,
path: routes.categorylist,
name: "categorylist",
element: ,
route: Route,
},
{
id: 61,
path: routes.expenselist,
name: "expenselist",
element: ,
route: Route,
},
{
id: 62,
path: routes.expensecategory,
name: "expensecategory",
element: ,
route: Route,
},
{
id: 63,
path: routes.calendar,
name: "calendar",
element: ,
route: Route,
},
{
id: 64,
path: routes.subcategories,
name: "subcategories",
element: ,
route: Route,
},
{
id: 65,
path: routes.editproduct,
name: "editproduct",
element: ,
route: Route,
},
{
id: 65.1,
path: `${routes.editproduct}/:id`,
name: "editproductwithid",
element: ,
route: Route,
},
{
id: 63,
path: routes.videocall,
name: "videocall",
element: ,
route: Route,
},
{
id: 64,
path: routes.audiocall,
name: "audiocall",
element: ,
route: Route,
},
{
id: 65,
path: routes.email,
name: "email",
element: ,
route: Route,
},
{
id: 66,
path: routes.callhistory,
name: "callhistory",
element: ,
route: Route,
},
{
id: 67,
path: routes.todo,
name: "todo",
element: ,
route: Route,
},
{
id: 66,
path: routes.variantattributes,
name: "variantattributes",
element: ,
route: Route,
},
{
id: 67,
path: routes.qrcode,
name: "qrcode",
element: ,
route: Route,
},
{
id: 68,
path: routes.purchaselist,
name: "purchaselist",
element: ,
route: Route,
},
{
id: 69,
path: routes.purchaseorderreport,
name: "purchaseorderreport",
element: ,
route: Route,
},
{
id: 70,
path: routes.purchasereturn,
name: "purchasereturn",
element: ,
route: Route,
},
{
id: 71,
path: routes.appearance,
name: "appearance",
element: ,
route: Route,
},
{
id: 72,
path: routes.socialauthendication,
name: "socialauthendication",
element: ,
route: Route,
},
{
id: 73,
path: routes.languagesettings,
name: "languagesettings",
element: ,
route: Route,
},
{
id: 74,
path: routes.invoicesettings,
name: "invoicesettings",
element: ,
route: Route,
},
{
id: 75,
path: routes.printersettings,
name: "printersettings",
element: ,
route: Route,
},
{
id: 76,
path: routes.possettings,
name: "possettings",
element: ,
route: Route,
},
{
id: 77,
path: routes.customfields,
name: "customfields",
element: ,
route: Route,
},
{
id: 78,
path: routes.emailsettings,
name: "emailsettings",
element: ,
route: Route,
},
{
id: 79,
path: routes.smssettings,
name: "smssettings",
element: ,
route: Route,
},
{
id: 80,
path: routes.otpsettings,
name: "otpsettings",
element: ,
route: Route,
},
{
id: 81,
path: routes.gdbrsettings,
name: "gdbrsettings",
element: ,
route: Route,
},
{
id: 82,
path: routes.paymentgateway,
name: "paymentgateway",
element: ,
route: Route,
},
{
id: 83,
path: routes.banksettingslist,
name: "banksettingslist",
element: ,
route: Route,
},
{
id: 84,
path: routes.customers,
name: "customers",
element: ,
route: Route,
},
{
id: 85,
path: routes.suppliers,
name: "suppliers",
element: ,
route: Route,
},
{
id: 86,
path: routes.storelist,
name: "storelist",
element: ,
route: Route,
},
{
id: 87,
path: routes.managestock,
name: "managestock",
element: ,
route: Route,
},
{
id: 88,
path: routes.stockadjustment,
name: "stockadjustment",
element: ,
route: Route,
},
{
id: 89,
path: routes.stocktransfer,
name: "stocktransfer",
element: ,
route: Route,
},
{
id: 90,
path: routes.salesreport,
name: "salesreport",
element: ,
route: Route,
},
{
id: 91,
path: routes.purchasereport,
name: "purchasereport",
element: ,
route: Route,
},
{
id: 92,
path: routes.inventoryreport,
name: "inventoryreport",
element: ,
route: Route,
},
{
id: 93,
path: routes.invoicereport,
name: "invoicereport",
element: ,
route: Route,
},
{
id: 94,
path: routes.supplierreport,
name: "supplierreport",
element: ,
route: Route,
},
{
id: 95,
path: routes.customerreport,
name: "customerreport",
element: ,
route: Route,
},
{
id: 96,
path: routes.expensereport,
name: "expensereport",
element: ,
route: Route,
},
{
id: 97,
path: routes.incomereport,
name: "incomereport",
element: ,
route: Route,
},
{
id: 98,
path: routes.taxreport,
name: "taxreport",
element: ,
route: Route,
},
{
id: 99,
path: routes.profitloss,
name: "profitloss",
element: ,
route: Route,
},
{
id: 89,
path: routes.generalsettings,
name: "generalsettings",
element: ,
route: Route,
},
{
id: 90,
path: routes.securitysettings,
name: "securitysettings",
element: ,
route: Route,
},
{
id: 91,
path: routes.notification,
name: "notification",
element: ,
route: Route,
},
{
id: 92,
path: routes.connectedapps,
name: "connectedapps",
element: ,
route: Route,
},
{
id: 93,
path: routes.systemsettings,
name: "systemsettings",
element: ,
route: Route,
},
{
id: 94,
path: routes.companysettings,
name: "companysettings",
element: ,
route: Route,
},
{
id: 94,
path: routes.localizationsettings,
name: "localizationsettings",
element: ,
route: Route,
},
{
id: 95,
path: routes.prefixes,
name: "prefixes",
element: ,
route: Route,
},
{
id: 99,
path: routes.preference,
name: "preference",
element: ,
route: Route,
},
{
id: 99,
path: routes.banipaddress,
name: "banipaddress",
element: ,
route: Route,
},
{
id: 99,
path: routes.storagesettings,
name: "storagesettings",
element: ,
route: Route,
},
{
id: 99,
path: routes.taxrates,
name: "taxrates",
element: ,
route: Route,
},
{
id: 99,
path: routes.currencysettings,
name: "currencysettings",
element: ,
route: Route,
},
{
id: 99,
path: routes.pos,
name: "pos",
element: ,
route: Route,
},
{
id: 100,
path: routes.attendanceadmin,
name: "attendanceadmin",
element: ,
route: Route,
},
{
id: 101,
path: routes.payslip,
name: "payslip",
element: ,
route: Route,
},
{
id: 102,
path: routes.saleslist,
name: "saleslist",
element: ,
route: Route,
},
{
id: 102,
path: routes.invoicereport,
name: "invoicereport",
element: ,
route: Route,
},
{
id: 102,
path: routes.holidays,
name: "holidays",
element: ,
route: Route,
},
{
id: 102,
path: routes.salesreturn,
name: "salesreturn",
element: ,
route: Route,
},
{
id: 103,
path: routes.quotationlist,
name: "quotationlist",
element: ,
route: Route,
},
{
id: 104,
path: routes.notes,
name: "notes",
element: ,
route: Route,
},
{
id: 105,
path: routes.filemanager,
name: "filemanager",
element: ,
route: Route,
},
{
id: 106,
path: routes.profile,
name: "profile",
element: ,
route: Route,
},
{
id: 20,
path: routes.blankpage,
name: "blankpage",
element: ,
route: Route,
},
{
id: 104,
path: routes.users,
name: "users",
element: ,
route: Route,
},
{
id: 105,
path: routes.rolespermission,
name: "rolespermission",
element: ,
route: Route,
},
{
id: 106,
path: routes.permissions,
name: "permissions",
element: ,
route: Route,
},
{
id: 107,
path: routes.deleteaccount,
name: "deleteaccount",
element: ,
route: Route,
},
{
id: 108,
path: routes.employeegrid,
name: "employeegrid",
element: ,
route: Route,
},
{
id: 109,
path: routes.addemployee,
name: "addemployee",
element: ,
route: Route,
},
{
id: 110,
path: routes.editemployee,
name: "editemployee",
element: ,
route: Route,
},
{
id: 111,
path: routes.leavesadmin,
name: "leavesadmin",
element: ,
route: Route,
},
{
id: 112,
path: routes.leavesemployee,
name: "leavesemployee",
element: ,
route: Route,
},
{
id: 113,
path: routes.leavestype,
name: "leavestype",
element: ,
route: Route,
},
{
id: 113,
path: routes.productdetails,
name: "productdetails",
element: ,
route: Route,
},
{
id: 113.1,
path: `${routes.productdetails}/:id`,
name: "productdetails",
element: ,
route: Route,
},
{
id: 114,
path: routes.warehouses,
name: "warehouses",
element: ,
route: Route,
},
{
id: 114,
path: routes.coupons,
name: "coupons",
element: ,
route: Route,
},
{
id: 115,
path: "/api-test",
name: "apitest",
element: ,
route: Route,
},
{
id: 116,
path: routes.todo,
name: "todo",
element: ,
route: Route,
},
{
id: 117,
path: routes.projecttracker,
name: "projecttracker",
element: ,
route: Route,
},
{
id: 117.1,
path: "/create-project",
name: "createproject",
element: ,
route: Route,
},
{
id: 117.2,
path: routes.weddingGuestList,
name: "weddingGuestList",
element: ,
route: Route,
},
{
id: 117.3,
path: routes.editWeddingGuest,
name: "editWeddingGuest",
element: ,
route: Route,
},
{
id: 117.4,
path: routes.addWeddingGuest,
name: "addWeddingGuest",
element: ,
route: Route,
},
{
id: 118,
path: "/",
name: "Root",
element: ,
route: Route,
},
{
id: 119,
path: "*",
name: "NotFound",
element: ,
route: Route,
},
];
export const posRoutes = [
{
id: 1,
path: routes.pos,
name: "pos",
element: ,
route: Route,
},
];
export const pagesRoute = [
{
id: 1,
path: routes.signin,
name: "signin",
element: ,
route: Route,
},
{
id: 2,
path: routes.signintwo,
name: "signintwo",
element: ,
route: Route,
},
{
id: 3,
path: routes.signinthree,
name: "signinthree",
element: ,
route: Route,
},
{
id: 4,
path: routes.register,
name: "register",
element: ,
route: Route,
},
{
id: 5,
path: routes.registerTwo,
name: "registerTwo",
element: ,
route: Route,
},
{
id: 6,
path: routes.registerThree,
name: "registerThree",
element: ,
route: Route,
},
{
id: 7,
path: routes.forgotPassword,
name: "forgotPassword",
element: ,
route: Route,
},
{
id: 7,
path: routes.forgotPasswordTwo,
name: "forgotPasswordTwo",
element: ,
route: Route,
},
{
id: 8,
path: routes.forgotPasswordThree,
name: "forgotPasswordThree",
element: ,
route: Route,
},
{
id: 9,
path: routes.resetpassword,
name: "resetpassword",
element: ,
route: Route,
},
{
id: 10,
path: routes.resetpasswordTwo,
name: "resetpasswordTwo",
element: ,
route: Route,
},
{
id: 11,
path: routes.resetpasswordThree,
name: "resetpasswordThree",
element: ,
route: Route,
},
{
id: 12,
path: routes.emailverification,
name: "emailverification",
element: ,
route: Route,
},
{
id: 12,
path: routes.emailverificationTwo,
name: "emailverificationTwo",
element: ,
route: Route,
},
{
id: 13,
path: routes.emailverificationThree,
name: "emailverificationThree",
element: ,
route: Route,
},
{
id: 14,
path: routes.twostepverification,
name: "twostepverification",
element: ,
route: Route,
},
{
id: 15,
path: routes.twostepverificationTwo,
name: "twostepverificationTwo",
element: ,
route: Route,
},
{
id: 16,
path: routes.twostepverificationThree,
name: "twostepverificationThree",
element: ,
route: Route,
},
{
id: 17,
path: routes.lockscreen,
name: "lockscreen",
element: ,
route: Route,
},
{
id: 18,
path: routes.error404,
name: "error404",
element: ,
route: Route,
},
{
id: 19,
path: routes.error500,
name: "error500",
element: ,
route: Route,
},
{
id: 20,
path: routes.comingsoon,
name: "comingsoon",
element: ,
route: Route,
},
{
id: 21,
path: routes.undermaintenance,
name: "undermaintenance",
element: ,
route: Route,
},
];