openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Change from Welcome, Mifos to Welcome, First Name Last Name #3330

Open masmos opened 3 years ago

masmos commented 3 years ago

Description

How do change from diplaying Welcome, username to Welcome firstname lastname

Steps to Reproduce

Expected Behaviour

Actual Behaviour

Settings

Screenshots

akshatsaxena11 commented 3 years ago

Can I work on this one...?

masmos commented 3 years ago

Yes please. You would have helped me a lot.

On Mon, Dec 28, 2020, 7:36 PM akshatsaxena11 notifications@github.com wrote:

Can I work on this one...?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openMF/community-app/issues/3330#issuecomment-751778118, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADVZ3U4P4VUHXDU3WHONLVLSXCX2HANCNFSM4UTHSM2A .

masmos commented 3 years ago

You have to get into code because its not provided on the front end.

Those pages to edit are found here community-app/app/views/private/

But i was stack in the way the I don't know the dependent controllers to edit

On Wed, Dec 30, 2020 at 1:34 PM akshatsaxena11 notifications@github.com wrote:

I am new to this community....so I need to know that where I have to change it from Welcome ,username to Welcome first-name lastname . Do I have to change it on any particular page or something where's the link of that page , from where will I be able to access that page to work on it....?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openMF/community-app/issues/3330#issuecomment-752409967, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADVZ3UZAKHC3WUCFKNEOTKTSXL645ANCNFSM4UTHSM2A .

--

Kind Regards Moses Masaba

akshatsaxena11 commented 3 years ago

Description : Changing Welcome, username to Welcome firstname lastname I hope this is right..!?

Steps to Reproduce:

`

{{'label.heading.welcome' | translate}}, {{currentSession.first.name}} {{currentSession.last.name}}


{{'label.heading.navigation.guide' | translate}}:

{{'label.heading.left.shortcuts' | translate}}    {{'label.heading.top.menu' | translate}}    {{'label.heading.right.search' | translate}}
MifosX MifosX

`

Expected Behaviour : 2020-12-30 (3)

Actual Behaviour: 2020-12-30 (4)

Settings Browser used: Chrome OS: Windows 10

masmos commented 3 years ago

Did you find a work around for it?

On Wed, Dec 30, 2020, 5:16 PM akshatsaxena11 notifications@github.com wrote:

Description : Changing Welcome, username to Welcome firstname lastname I hope this is right..!?

Steps to Reproduce:

`

{{'label.heading.welcome' | translate}}, {{currentSession.first.name http://currentSession.first.name}} {{currentSession.last.name http://currentSession.last.name}}


{{'label.heading.navigation.guide' | translate}}: {{'label.heading.left.shortcuts' | translate}} {{'label.heading.top.menu' | translate}} {{'label.heading.right.search' | translate}}

[image: MifosX] http://./images/mifos_lg-logo.jpg [image: MifosX]

`

Expected Behaviour : [image: 2020-12-30 (3)] https://user-images.githubusercontent.com/69255646/103356285-5e596000-4a65-11eb-9f03-9b8aaf255cd7.png

Actual Behaviour: [image: 2020-12-30 (4)] https://user-images.githubusercontent.com/69255646/103356367-9660a300-4a65-11eb-8488-009b9aca07e5.png

Settings Browser used: Chrome OS: Windows 10

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openMF/community-app/issues/3330#issuecomment-752636677, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADVZ3UYM6QEPFYCS7EBV3W3SXMY2DANCNFSM4UTHSM2A .

masmos commented 3 years ago

I did not work out.

On Wed, Dec 30, 2020 at 7:09 PM Masaba Moses masmoss08@gmail.com wrote:

Did you find a work around for it?

On Wed, Dec 30, 2020, 5:16 PM akshatsaxena11 notifications@github.com wrote:

Description : Changing Welcome, username to Welcome firstname lastname I hope this is right..!?

Steps to Reproduce:

`

{{'label.heading.welcome' | translate}}, {{currentSession.first.name http://currentSession.first.name}} {{currentSession.last.name http://currentSession.last.name}}


{{'label.heading.navigation.guide' | translate}}: {{'label.heading.left.shortcuts' | translate}} {{'label.heading.top.menu' | translate}} {{'label.heading.right.search' | translate}}

[image: MifosX] http://./images/mifos_lg-logo.jpg [image: MifosX]

`

Expected Behaviour : [image: 2020-12-30 (3)] https://user-images.githubusercontent.com/69255646/103356285-5e596000-4a65-11eb-9f03-9b8aaf255cd7.png

Actual Behaviour: [image: 2020-12-30 (4)] https://user-images.githubusercontent.com/69255646/103356367-9660a300-4a65-11eb-8488-009b9aca07e5.png

Settings Browser used: Chrome OS: Windows 10

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openMF/community-app/issues/3330#issuecomment-752636677, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADVZ3UYM6QEPFYCS7EBV3W3SXMY2DANCNFSM4UTHSM2A .

--

Kind Regards Moses Masaba

chinmaym07 commented 3 years ago

Hey @masmos Can I try this ..?

masmos commented 3 years ago

@chinmaym07 Yes please do.

noelbejarano commented 3 years ago

Hi everyone, this problem is still open, can I work on it?