show currently set profile information

This commit is contained in:
Carlosokumu 2024-11-07 11:58:25 +03:00
parent f66609bbae
commit 3e258a35fa
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
17 changed files with 31 additions and 4 deletions

View File

@ -0,0 +1,2 @@
Current familyname: {{.get_current_profile_info}}
Enter family name:

View File

@ -0,0 +1,10 @@
CATCH incorrect_pin flag_incorrect_pin 1
CATCH update_familyname flag_allow_update 1
LOAD get_current_profile_info 0
RELOAD get_current_profile_info
MOUT back 0
HALT
LOAD save_familyname 0
RELOAD save_familyname
INCMP _ 0
INCMP pin_entry *

View File

@ -0,0 +1 @@
Edit family name

View File

@ -0,0 +1 @@
Weka jina la familia

View File

@ -0,0 +1,2 @@
Jina la familia la sasa: {{.get_current_profile_info}}
Weka jina la familia

View File

@ -0,0 +1,2 @@
Current name: {{.get_current_profile_info}}
Enter your first names:

View File

@ -0,0 +1 @@
Edit name

View File

@ -0,0 +1,2 @@
Jina la kwanza la sasa {{.get_current_profile_info}}
Weka majina yako ya kwanza:

View File

@ -1 +1,2 @@
Current location: {{.get_current_profile_info}}
Enter your location: Enter your location:

View File

@ -1 +1,2 @@
Eneo la sasa {{.get_current_profile_info}}
Weka eneo: Weka eneo:

View File

@ -1 +1,2 @@
Current offerings: {{.get_current_profile_info}}
Enter the services or goods you offer: Enter the services or goods you offer:

View File

@ -1 +1,2 @@
Unachouza kwa sasa: {{.get_current_profile_info}}
Weka unachouza Weka unachouza

View File

@ -1 +1,2 @@
Current year of birth: {{.get_current_profile_info}}
Enter your year of birth Enter your year of birth

View File

@ -2,6 +2,7 @@ CATCH incorrect_pin flag_incorrect_pin 1
CATCH update_yob flag_allow_update 1 CATCH update_yob flag_allow_update 1
LOAD get_current_profile_info 0 LOAD get_current_profile_info 0
RELOAD get_current_profile_info RELOAD get_current_profile_info
MAP get_current_profile_info
MOUT back 0 MOUT back 0
HALT HALT
LOAD verify_yob 0 LOAD verify_yob 0

View File

@ -1 +1,2 @@
Mwaka wa sasa wa kuzaliwa {{.get_current_profile_info}}
Weka mwaka wa kuzaliwa Weka mwaka wa kuzaliwa

View File

@ -1 +1,2 @@
Current gender: {{.get_current_profile_info}}
Select gender: Select gender:

View File

@ -1,5 +1,7 @@
CATCH incorrect_pin flag_incorrect_pin 1 CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1 CATCH profile_update_success flag_allow_update 1
LOAD get_current_profile_info 0
RELOAD get_current_profile_info
MOUT male 1 MOUT male 1
MOUT female 2 MOUT female 2
MOUT unspecified 3 MOUT unspecified 3
@ -9,7 +11,3 @@ INCMP _ 0
INCMP set_male 1 INCMP set_male 1
INCMP set_female 2 INCMP set_female 2
INCMP set_unspecified 3 INCMP set_unspecified 3