[Bug 1561541] [NEW] Android Event Capture app doesn't show data element form name

Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT NAME'
instead of 'FORM NAME' in the event list view.

** Affects: dhis2
     Importance: Undecided
         Status: New

···

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

Hi Em,
If you have configured your data element names on the server and wondering why it is not pulling through to Android Event Capture, please bump up the program version and then re sync the Android app

Android Event Capture shows data element form name if it exists and is not empty, if not it displays the displayName that we get from the API. See the following snippet (hope it makes sense):

String dataElementName;
if (!isEmpty(dataElement.getDisplayFormName())) {
    dataElementName = dataElement.getDisplayFormName();
} else {
    dataElementName = dataElement.getDisplayName();
}


···

On Thu, Mar 24, 2016 at 2:40 PM, Le Hong Em em.hispvietnam@gmail.com wrote:

Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22

(R.21932) and realized that the app only show data elements ‘SHORT NAME’

instead of ‘FORM NAME’ in the event list view.

** Affects: dhis2

 Importance: Undecided

     Status: New

You received this bug notification because you are a member of DHIS 2

developers, which is subscribed to DHIS.

https://bugs.launchpad.net/bugs/1561541

Title:

Android Event Capture app doesn’t show data element form name

Status in DHIS:

New

Bug description:

I was testing the Android Event capture app with DHIS2 version 22

(R.21932) and realized that the app only show data elements 'SHORT

NAME’ instead of ‘FORM NAME’ in the event list view.

To manage notifications about this bug go to:

https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Hi Em,

Have you try to test as Erling suggestions? What is the result please send
update.

···

On Sat, Mar 26, 2016 at 5:27 AM, Erling Fjeldstad <erling@dhis2.org> wrote:

Hi Em,
If you have configured your data element names on the server and wondering
why it is not pulling through to Android Event Capture, please bump up the
program version and then re sync the Android app

Android Event Capture shows data element form name if it exists and is not
empty, if not it displays the displayName that we get from the API. See the
following snippet (hope it makes sense):

String dataElementName;
if (!isEmpty(dataElement.getDisplayFormName())) {
    dataElementName = dataElement.getDisplayFormName();
} else {
    dataElementName = dataElement.getDisplayName();
}

On Thu, Mar 24, 2016 at 2:40 PM, Le Hong Em <em.hispvietnam@gmail.com> > wrote:

Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT NAME'
instead of 'FORM NAME' in the event list view.

** Affects: dhis2
     Importance: Undecided
         Status: New

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

Hi Erling,

The android capture app only shows form name (translated) of dataelement in
data entry screen. It doesn't show any translated in event list view like
translated short name.

See the screen shots.

···

On Thu, Apr 7, 2016 at 11:10 AM, Thuy Nguyen <thuy.hispvietnam@gmail.com> wrote:

Hi Em,

Have you try to test as Erling suggestions? What is the result please send
update.

On Sat, Mar 26, 2016 at 5:27 AM, Erling Fjeldstad <erling@dhis2.org> > wrote:

Hi Em,
If you have configured your data element names on the server and
wondering why it is not pulling through to Android Event Capture, please
bump up the program version and then re sync the Android app

Android Event Capture shows data element form name if it exists and is
not empty, if not it displays the displayName that we get from the API. See
the following snippet (hope it makes sense):

String dataElementName;
if (!isEmpty(dataElement.getDisplayFormName())) {
    dataElementName = dataElement.getDisplayFormName();
} else {
    dataElementName = dataElement.getDisplayName();
}

On Thu, Mar 24, 2016 at 2:40 PM, Le Hong Em <em.hispvietnam@gmail.com> >> wrote:

Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT NAME'
instead of 'FORM NAME' in the event list view.

** Affects: dhis2
     Importance: Undecided
         Status: New

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
Le Hong Em
                  +84 126 7171 650

** Attachment added: "Screenshot_2016-04-28-17-12-32.png"
   https://bugs.launchpad.net/bugs/1561541/+attachment/4649986/+files/Screenshot_2016-04-28-17-12-32.png

** Attachment added: "Screenshot_2016-04-28-17-09-47.png"
   https://bugs.launchpad.net/bugs/1561541/+attachment/4649987/+files/Screenshot_2016-04-28-17-09-47.png

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

Hi,
Actually, it all shows default form name in event capture entry screen but
in event list view it shows default short name.

Is there anyway to display as user selected locale like in server? In
addition, can we translate interface language of the Android event capture
app?

···

On Thu, Apr 28, 2016 at 5:19 PM, Em Le Hong <em.hispvietnam@gmail.com> wrote:

Hi Erling,

The android capture app only shows form name (translated) of dataelement
in data entry screen. It doesn't show any translated in event list view
like translated short name.

See the screen shots.

On Thu, Apr 7, 2016 at 11:10 AM, Thuy Nguyen <thuy.hispvietnam@gmail.com> > wrote:

Hi Em,

Have you try to test as Erling suggestions? What is the result please
send update.

On Sat, Mar 26, 2016 at 5:27 AM, Erling Fjeldstad <erling@dhis2.org> >> wrote:

Hi Em,
If you have configured your data element names on the server and
wondering why it is not pulling through to Android Event Capture, please
bump up the program version and then re sync the Android app

Android Event Capture shows data element form name if it exists and is
not empty, if not it displays the displayName that we get from the API. See
the following snippet (hope it makes sense):

String dataElementName;
if (!isEmpty(dataElement.getDisplayFormName())) {
    dataElementName = dataElement.getDisplayFormName();
} else {
    dataElementName = dataElement.getDisplayName();
}

On Thu, Mar 24, 2016 at 2:40 PM, Le Hong Em <em.hispvietnam@gmail.com> >>> wrote:

Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT NAME'
instead of 'FORM NAME' in the event list view.

** Affects: dhis2
     Importance: Undecided
         Status: New

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
Le Hong Em
                  +84 126 7171 650

--
Le Hong Em
                  +84 126 7171 650

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

Hi Em Le Hong,

Current version of Android EventCapture does not support translations because of certain limitations in web API.
We are working now on completely new EventCapture app, which will support translations and a set of other features.

Best regards,

···


Araz Abishov,
Android developer, DHIS 2
University of Oslo

On April 28, 2016 at 12:25:24 PM, Em Le Hong (em.hispvietnam@gmail.com) wrote:

Hi,
Actually, it all shows default form name in event capture entry screen but in event list view it shows default short name.

Is there anyway to display as user selected locale like in server? In
addition, can we translate interface language of the Android event
capture app?

On Thu, Apr 28, 2016 at 5:19 PM, Em Le Hong <em.hispvietnam@gmail.com> wrote:
Hi Erling,

The android capture app only shows form name (translated) of dataelement
in data entry screen. It doesn't show any translated in event list view
like translated short name.

See the screen shots.

On Thu, Apr 7, 2016 at 11:10 AM, Thuy Nguyen <thuy.hispvietnam@gmail.com> wrote:
Hi Em,

Have you try to test as Erling suggestions? What is the result please
send update.

On Sat, Mar 26, 2016 at 5:27 AM, Erling Fjeldstad <erling@dhis2.org> wrote:
Hi Em,
If you have configured your data element names on the server and wondering why it is not pulling through to Android Event Capture, please bump up the program version and then re sync the Android app

Android Event Capture shows data element form name if it exists and is
not empty, if not it displays the displayName that we get from the API.
See the following snippet (hope it makes sense):

String dataElementName;
if (!isEmpty(dataElement.getDisplayFormName())) {
    dataElementName = dataElement.getDisplayFormName();
} else {
    dataElementName = dataElement.getDisplayName();
}

On Thu, Mar 24, 2016 at 2:40 PM, Le Hong Em <em.hispvietnam@gmail.com> wrote:
Public bug reported:

I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT NAME'
instead of 'FORM NAME' in the event list view.

** Affects: dhis2
Importance: Undecided
Status: New

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
Android Event Capture app doesn't show data element form name

Status in DHIS:
New

Bug description:
I was testing the Android Event capture app with DHIS2 version 22
(R.21932) and realized that the app only show data elements 'SHORT
NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
Le Hong Em
+84 126 7171 650

--
Le Hong Em
+84 126 7171 650
_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1561541

Title:
  Android Event Capture app doesn't show data element form name

Status in DHIS:
  New

Bug description:
  I was testing the Android Event capture app with DHIS2 version 22
  (R.21932) and realized that the app only show data elements 'SHORT
  NAME' instead of 'FORM NAME' in the event list view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1561541/+subscriptions