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
d2c9404a
Commit
d2c9404a
authored
Sep 17, 2025
by
Sai Srinivas
Browse files
Job Description and pagination
parent
7210793a
Changes
4
Hide whitespace changes
Inline
Side-by-side
lib/screens/commom/accountLedger.dart
View file @
d2c9404a
...
...
@@ -204,7 +204,8 @@ class _AccountledgerState extends State<Accountledger> {
Padding
(
padding:
const
EdgeInsets
.
all
(
8.0
),
child:
Text
(
(
provider
.
selectedAcVal
??
""
)
" "
+
"
${provider.selectedAcVal ?? ""}
"
+
" "
+
"Account Ledger List"
,
),
),
...
...
lib/screens/hrm/OrganizationStructureScreen.dart
View file @
d2c9404a
...
...
@@ -25,7 +25,7 @@ class OrganizationStructureScreen extends StatelessWidget {
),
];
const
OrganizationStructureScreen
({
super
.
key
});
OrganizationStructureScreen
({
super
.
key
});
@override
Widget
build
(
BuildContext
context
)
{
...
...
lib/screens/order/orderModuleDashboard.dart
View file @
d2c9404a
...
...
@@ -326,14 +326,14 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
return
Expanded
(
child:
InkResponse
(
onTap:
()
async
{
OrderslistbyModes
navigate
;
var
navigate
;
if
(
approvalOrderPages
[
co
].
pageName
!.
contains
(
"Order List"
,
))
{
navigate
=
OrderslistbyModes
(
mode:
approvalOrderPages
[
co
].
mode
!,
pageTitleName:
approvalOrderPages
[
co
].
pageName
!,
approvalOrderPages
[
co
].
pageName
!,
);
}
if
(
navigate
!=
null
)
{
...
...
@@ -433,7 +433,7 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
return
InkResponse
(
onTap:
()
async
{
OrderslistbyModes
navigate
;
var
navigate
;
if
(
otherOrderPages
[
index
].
pageName
!.
contains
(
"Order List"
,
))
{
...
...
@@ -473,9 +473,9 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
child:
SizedBox
(
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
CrossAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
MainAxisAlignment
.
center
,
children:
[
Text
(
otherOrderPages
[
index
].
pageName
??
...
...
@@ -677,7 +677,7 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
return
InkResponse
(
onTap:
()
async
{
StatefulWidget
navigate
;
var
navigate
;
if
(
otherPages
[
index
].
pageName
!.
contains
(
"TPC Agent List"
,
))
{
...
...
@@ -723,9 +723,9 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
child:
SizedBox
(
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
CrossAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
MainAxisAlignment
.
center
,
children:
[
Text
(
otherPages
[
index
].
pageName
??
"-"
,
...
...
@@ -930,7 +930,7 @@ class _OrdermoduledashboardState extends State<Ordermoduledashboard> {
return
InkResponse
(
onTap:
()
async
{
StatefulWidget
navigate
;
var
navigate
;
if
(
pages
[
index
].
pageName
!.
contains
(
"Add Order"
))
{
navigate
=
AddorderScreen
(
mode:
pages
[
index
].
mode
!,
...
...
lib/screens/serviceEngineer/serviceEngineerDashboard.dart
View file @
d2c9404a
...
...
@@ -216,7 +216,7 @@ class _ServiceengineerdashboardState extends State<Serviceengineerdashboard> {
];
return
InkResponse
(
onTap:
()
{
StatefulWidget
route
;
var
route
;
switch
(
index
)
{
case
0
:
route
=
Monthlycollection
();
...
...
@@ -270,7 +270,7 @@ class _ServiceengineerdashboardState extends State<Serviceengineerdashboard> {
Padding
(
padding:
EdgeInsets
.
only
(
top:
5
),
child:
Text
(
numbers
[
index
].
toString
(),
"
${
numbers[index].toString()
}
"
,
style:
TextStyle
(
fontSize:
20
,
color:
Color
(
textColorCodes
[
index
]),
...
...
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