Re: [Dhis2-devs] [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Maheed Ramadan
Hello Lars, As you know, we are still investigating the DHIS system to see if we can use it in our organization. Actually, we started implementing a small pilot project in one country area and we are trying to collect the data and move it into DHIS and then analyze it and create some reports.

Re: [Dhis2-devs] [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Jason Pickering
One possible solution is to simply transform your data directly to a form which can be imported directly into the database itself. If you are doing a one off or supervised data import, it should be relatively simple to transform the data to import to SQL and inject it directly, while this feature

Re: [Dhis2-devs] [Bug 1337490] Re: CSV meta data import does not report correct result

2014-07-22 Thread Lars Helge Øverland
Hi Olav, this should have been fixed in latest 2.15. What build did you try on? Could you try again? Hi Robin, need some info - could you upload the CSV file you used, and give the DHIS 2 build (under About) ? Lars ___ Mailing list: https://launchpad.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16209: Data value import, trimming of ids

2014-07-22 Thread noreply
revno: 16209 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2014-07-22 16:33:46 +0200 message: Data value import, trimming of ids modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/da

Re: [Dhis2-devs] [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Lars Helge Øverland
Hi Maheed, I agree with you. I have implemented it now in trunk for XML and CSV. Will be part of 2.16. You can try it from the CI server in 40 min: https://apps.dhis2.org/ci/job/dhis-trunk/ regards, Lars On Tue, Jul 22, 2014 at 10:42 AM, Maheed Ramadan wrote: > Hello Lars, > > > > As you

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1153: Data value import, attribute option combo

2014-07-22 Thread noreply
revno: 1153 committer: Lars Helge Overland branch nick: dhis2-docbook-docs timestamp: Tue 2014-07-22 18:53:59 +0200 message: Data value import, attribute option combo modified: src/docbkx/en/dhis2_user_man_import_export.xml src/doc

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16210: Impl support for attribute option combos in data export and import

2014-07-22 Thread noreply
revno: 16210 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2014-07-22 18:44:27 +0200 message: Impl support for attribute option combos in data export and import added: dhis-2/dhis-services/dhis-service-dxf2/src/te

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16211: FormUtils, meta data

2014-07-22 Thread noreply
revno: 16211 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2014-07-22 19:57:36 +0200 message: FormUtils, meta data modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseNameableObject.java dhis-2/dhis-

[Dhis2-devs] Ask for the authentication Example

2014-07-22 Thread winhtaik aung
Hi everyone I cannot authenticate via angular $http request to my localhost while i use Web API from dihs. Can somebody please help me to show example of authentication to DHIS via angular $http request? RegardsWin Htaik Aung(WHA)Contact on Skype winhtaikaung28

[Dhis2-devs] Dataset Section

2014-07-22 Thread rin.channara
Hi all developers, MY SUGGESTION: In “section grey field management” of combo category options. Has only “Disable field” for disable entry value. But I think it is important, we should have “Hide field” to hide some combo category. Because it effect on showing in Data Entry, if we has many com

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-22 Thread Knut Staring
Related to this, we have a big form where most sections are very simple and broken down only by gender, but one is also broken down by A LOT of age groupings, so the auto-generated form becomes extremely wide and the users have to scroll a lot horizontally. This also means it is very easy for them

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-22 Thread rin.channara
YES knut, custom forms is good for user can do any things to design and assign any DE to show. but the main problem of custom forms is when I go to report → dataset report. I can’t export in excel or pdf. It work only printing function… From: Knut Staring Sent: ‎Wednesday‎, ‎July‎ ‎23‎, ‎201

Re: [Dhis2-devs] [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Maheed Ramadan
Hi Lars, Thanks very much for considering this issue and including it in the next version. I will check it and see how it works. In relation to this bug/fix, there is one place that should also be fixed. This is when you navigate to a Dataset (configured with an attribute category combo), then

Re: [Dhis2-devs] Ask for the authentication Example

2014-07-22 Thread Lars Helge Øverland
Hi Win, the Web API currently only supports basic authentication. Docs here . You can find a tutorial for angular + basic here . regards,

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-22 Thread Lars Helge Øverland
Hi there, thanks for the input. I don't think we will implement custom forms in section forms in the near future. When you have a form which is super-wide with mostly unused fields then that's usually a sign that the form itself should be re-designed. I have been thinking of a function for using

Re: [Dhis2-devs] [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Lars Helge Øverland
Hi Maheed, okay thanks. Can't promise to fix that right now but we will implement it and back-port to 2.16 shortly. best regards, Lars On Wed, Jul 23, 2014 at 8:05 AM, Maheed Ramadan wrote: > Hi Lars, > > > > Thanks very much for considering this issue and including it in the next > vers