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
0b7b76af
Commit
0b7b76af
authored
Sep 08, 2025
by
Sai Srinivas
Browse files
HRM changes
parent
39774c76
Changes
30
Show whitespace changes
Inline
Side-by-side
android/app/src/main/res/res/raw/offline_reminder.mp3
0 → 100644
View file @
0b7b76af
File added
android/app/src/main/res/res/raw/svindonotificationsound.mp3
0 → 100644
View file @
0b7b76af
File added
android/app/src/main/res/res/values-night/colors.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"purple_200"
>
#FFBB86FC
</color>
<color
name=
"purple_500"
>
#FF6200EE
</color>
<color
name=
"purple_700"
>
#FF3700B3
</color>
<color
name=
"teal_200"
>
#FF03DAC5
</color>
<color
name=
"teal_700"
>
#FF018786
</color>
<color
name=
"black"
>
#FF000000
</color>
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"app_color"
>
#011842
</color>
<color
name=
"editBackgroundColor"
>
#E4EFF9
</color>
<color
name=
"blue"
>
#0000FF
</color>
<color
name=
"transparent"
>
#CCFFFFFF
</color>
<color
name=
"grey"
>
#696969
</color>
\
<color
name=
"red"
>
#EC454C
</color>
<color
name=
"brown"
>
#663300
</color>
<color
name=
"green"
>
#27ae60
</color>
<color
name=
"app_color_opacity"
>
#26011842
</color>
</resources>
\ No newline at end of file
android/app/src/main/res/res/values-night/ic_launcher_background.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"ic_launcher_background"
>
#FFFFFF
</color>
</resources>
\ No newline at end of file
android/app/src/main/res/res/values-night/styles.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style
name=
"NormalTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<item
name=
"android:windowBackground"
>
?android:colorBackground
</item>
</style>
</resources>
android/app/src/main/res/res/values/colors.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"purple_200"
>
#FFBB86FC
</color>
<color
name=
"purple_500"
>
#FF6200EE
</color>
<color
name=
"purple_700"
>
#FF3700B3
</color>
<color
name=
"teal_200"
>
#FF03DAC5
</color>
<color
name=
"teal_700"
>
#FF018786
</color>
<color
name=
"black"
>
#FF000000
</color>
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"app_color"
>
#011842
</color>
<color
name=
"editBackgroundColor"
>
#E4EFF9
</color>
<color
name=
"blue"
>
#0000FF
</color>
<color
name=
"transparent"
>
#CCFFFFFF
</color>
<color
name=
"grey"
>
#696969
</color>
\
<color
name=
"red"
>
#EC454C
</color>
<color
name=
"brown"
>
#663300
</color>
<color
name=
"green"
>
#27ae60
</color>
<color
name=
"app_color_opacity"
>
#26011842
</color>
</resources>
\ No newline at end of file
android/app/src/main/res/res/values/ic_launcher_background.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"ic_launcher_background"
>
#FFFFFF
</color>
</resources>
\ No newline at end of file
android/app/src/main/res/res/values/styles.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Light.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style
name=
"NormalTheme"
parent=
"@android:style/Theme.Light.NoTitleBar"
>
<item
name=
"android:windowBackground"
>
?android:colorBackground
</item>
</style>
</resources>
android/app/src/main/res/res/xml/file_paths.xml
0 → 100644
View file @
0b7b76af
<?xml version="1.0" encoding="utf-8"?>
<paths
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<external-path
name=
"external_files"
path=
"images/"
/>
</paths>
lib/screens/hrm/LeaveApplicationDetailScreen.dart
View file @
0b7b76af
...
...
@@ -168,6 +168,7 @@ class _LeaveApplicationDetailScreenState extends State<LeaveApplicationDetailScr
),
child:
Center
(
child:
Text
(
details
.
status
??
"-"
,
textAlign:
TextAlign
.
center
,
style:
TextStyle
(
...
...
Prev
1
2
Next
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