Merge branch 'master' into minor-bug-fixes
This commit is contained in:
1
services/registration/check_statement
Normal file
1
services/registration/check_statement
Normal file
@@ -0,0 +1 @@
|
||||
Please enter your PIN to view statement:
|
||||
12
services/registration/check_statement.vis
Normal file
12
services/registration/check_statement.vis
Normal file
@@ -0,0 +1,12 @@
|
||||
LOAD check_transactions 0
|
||||
RELOAD check_transactions
|
||||
CATCH no_transfers flag_no_transfers 1
|
||||
LOAD authorize_account 6
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
RELOAD authorize_account
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
||||
INCMP transactions *
|
||||
1
services/registration/check_statement_swa
Normal file
1
services/registration/check_statement_swa
Normal file
@@ -0,0 +1 @@
|
||||
Tafadhali weka PIN yako kuona taarifa ya matumizi:
|
||||
@@ -11,5 +11,6 @@ INCMP main 0
|
||||
INCMP edit_profile 1
|
||||
INCMP change_language 2
|
||||
INCMP balances 3
|
||||
INCMP check_statement 4
|
||||
INCMP pin_management 5
|
||||
INCMP address 6
|
||||
|
||||
1
services/registration/no_transfers
Normal file
1
services/registration/no_transfers
Normal file
@@ -0,0 +1 @@
|
||||
No transfers history
|
||||
5
services/registration/no_transfers.vis
Normal file
5
services/registration/no_transfers.vis
Normal file
@@ -0,0 +1,5 @@
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP ^ 0
|
||||
INCMP quit 9
|
||||
1
services/registration/no_transfers_swa
Normal file
1
services/registration/no_transfers_swa
Normal file
@@ -0,0 +1 @@
|
||||
Hakuna historia kwa akaunti yako
|
||||
@@ -19,3 +19,5 @@ flag,flag_api_call_error,25,this is set when communication to an external servic
|
||||
flag,flag_no_active_voucher,26,this is set when a user does not have an active voucher
|
||||
flag,flag_admin_privilege,27,this is set when a user has admin privileges.
|
||||
flag,flag_unregistered_number,28,this is set when an unregistered phonenumber tries to perform an action
|
||||
flag,flag_no_transfers,29,this is set when a user does not have any transactions
|
||||
flag,flag_incorrect_statement,30,this is set when the selected statement is invalid
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
Enter recipient's phone number:
|
||||
Enter recipient's phone number/address/alias:
|
||||
1
services/registration/transactions
Normal file
1
services/registration/transactions
Normal file
@@ -0,0 +1 @@
|
||||
{{.get_transactions}}
|
||||
15
services/registration/transactions.vis
Normal file
15
services/registration/transactions.vis
Normal file
@@ -0,0 +1,15 @@
|
||||
LOAD get_transactions 0
|
||||
MAP get_transactions
|
||||
MOUT back 0
|
||||
MOUT quit 99
|
||||
MNEXT next 11
|
||||
MPREV prev 22
|
||||
HALT
|
||||
LOAD view_statement 0
|
||||
RELOAD view_statement
|
||||
CATCH . flag_incorrect_statement 1
|
||||
INCMP ^ 0
|
||||
INCMP quit 99
|
||||
INCMP > 11
|
||||
INCMP < 22
|
||||
INCMP view_statement *
|
||||
1
services/registration/transactions_swa
Normal file
1
services/registration/transactions_swa
Normal file
@@ -0,0 +1 @@
|
||||
{{.get_transactions}}
|
||||
1
services/registration/view_statement
Normal file
1
services/registration/view_statement
Normal file
@@ -0,0 +1 @@
|
||||
{{.view_statement}}
|
||||
10
services/registration/view_statement.vis
Normal file
10
services/registration/view_statement.vis
Normal file
@@ -0,0 +1,10 @@
|
||||
MAP view_statement
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
MNEXT next 11
|
||||
MPREV prev 22
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
||||
INCMP > 11
|
||||
INCMP < 22
|
||||
Reference in New Issue
Block a user