Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
GEN_ERP_2025
Commits
0028a37b
Commit
0028a37b
authored
Jun 30, 2025
by
Sai Srinivas
Browse files
30-06-2025 By Sai Srinivas
Finance And Common Module. III
parent
468cade3
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/screens/HomeScreen.dart
View file @
0028a37b
...
...
@@ -118,7 +118,7 @@ class _MyHomePageState extends State<MyHomePage> {
"Whizzdom"
,
"Common"
,
"Finance"
,
"Orders"
,
//
"Orders",
// "CRM",
];
final
icons
=
[
...
...
@@ -131,7 +131,7 @@ class _MyHomePageState extends State<MyHomePage> {
"assets/svg/home_icons_81.svg"
,
"assets/svg/home_icons_9.svg"
,
"assets/svg/home_icons_10.svg"
,
"assets/svg/home_icons_11.svg"
,
//
"assets/svg/home_icons_11.svg",
// "assets/svg/home_icons_12.svg",
];
final
requiredRoles
=
[
...
...
@@ -144,7 +144,7 @@ class _MyHomePageState extends State<MyHomePage> {
"431"
,
"430"
,
"430"
,
"430"
,
//
"430",
// "430",
];
...
...
lib/screens/order/ordersDetailsByModes.dart
View file @
0028a37b
...
...
@@ -341,32 +341,32 @@ class _OrdersdetailsbymodesState extends State<Ordersdetailsbymodes> {
),
],
if
(
widget
.
mode
==
"dispatched"
)
...[
Expanded
(
child:
InkResponse
(
onTap:
()
{
disProvider
.
initializeForm
(
context
);
_showDispatchSheet
(
context
,
"Dispatch"
);
},
child:
Container
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
8
),
color:
Color
(
0xFFFFEFEF
),
border:
Border
.
all
(
color:
Color
(
0xFFED3424
),
width:
0.5
,
),
),
child:
Center
(
child:
Text
(
"Dispatch"
,
style:
TextStyle
(
color:
Color
(
0xFFED3424
),
),
),
),
),
),
),
//
Expanded(
//
child: InkResponse(
//
onTap: () {
//
disProvider.initializeForm(context);
//
_showDispatchSheet(context, "Dispatch");
//
},
//
child: Container(
//
decoration: BoxDecoration(
//
borderRadius: BorderRadius.circular(8),
//
color: Color(0xFFFFEFEF),
//
border: Border.all(
//
color: Color(0xFFED3424),
//
width: 0.5,
//
),
//
),
//
child: Center(
//
child: Text(
//
"Dispatch",
//
style: TextStyle(
//
color: Color(0xFFED3424),
//
),
//
),
//
),
//
),
//
),
//
),
],
],
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment