Commit 468cade3 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

30-06-2025 By Sai Srinivas

Finance And Common Module.
parent b7f79d62
......@@ -119,7 +119,7 @@ class _MyHomePageState extends State<MyHomePage> {
"Common",
"Finance",
"Orders",
"CRM",
// "CRM",
];
final icons = [
"assets/svg/home_icons_1.svg",
......@@ -132,7 +132,7 @@ class _MyHomePageState extends State<MyHomePage> {
"assets/svg/home_icons_9.svg",
"assets/svg/home_icons_10.svg",
"assets/svg/home_icons_11.svg",
"assets/svg/home_icons_12.svg",
// "assets/svg/home_icons_12.svg",
];
final requiredRoles = [
"430",
......@@ -145,7 +145,7 @@ class _MyHomePageState extends State<MyHomePage> {
"430",
"430",
"430",
"430",
// "430",
];
final filteredItems = <Map<String, String>>[];
......
......@@ -415,13 +415,13 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> {
...List.generate(3, (index) {
final assetnames = [
"crm_contact_edit",
// "crm_contact_edit",
"order_list_svg_2",
"order_list_svg_3",
"order_list_svg_3",
];
final Headingnames = [
"Edit Order",
// "Edit Order",
"Payment History",
"Products Details",
"Feedback History",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment