[Dhis2-devs] Datasets with the same data element overwrite datavalues

2016-12-01 Thread Murod Latifov
Hi devs, I have set of data elements with YESONLY value. While two datasets are assigned the same data elements, result overwrites datavalues. Checking data element in one data entry form affects other from different dataset. Is this a bug or a normal behaviour? DHIS2 version 2.25 best regards,

[Dhis2-devs] Pivot4j integration

2016-09-03 Thread Murod Latifov
Dear devs and users, I integrated Pivot4j (its user interface and backend) into DHIS2 codebase. Its a tooling like "analytics" of DHIS2 based on global standards of OLAP. For more info please look at http://www.pivot4j.org If anybody is interested I can share integration prcoess to make it run wi

[Dhis2-devs] Fwd: bug fix of data entry with optionsets

2016-07-18 Thread Murod Latifov
-- Forwarded message -- From: Murod Latifov Date: Mon, Jul 18, 2016 at 8:18 PM Subject: Re: [Dhis2-devs] bug fix of data entry with optionsets To: Knut Staring forgot to mention, this is in form.js of data entry module, the following is the method dhis2.de.setOptionNameInField

[Dhis2-devs] bug fix of data entry with optionsets

2016-07-18 Thread Murod Latifov
Hi, When opening data entry form with data form does not show already selected value. To make form populate selected data the folling change sgould be made remove : $( fieldId ).select2("val", option.text ); add this instead: $( fieldId ).val( option.id ).change(); If someone with co

[Dhis2-devs] Data entry input fields

2016-01-04 Thread Murod Latifov
Dear all, Anybody can give quick hint on where I could reduce the width of input fields. I tried fron form/js and also java but no luck. DHIS2.21 regards, murod ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpa

Re: [Dhis2-devs] DHIS2 WSDL?

2013-11-27 Thread Murod Latifov
Hi Saptarshi, I thought the whole point of using WSDL was to answer to "You would probably need to exchange metadata before to get the UUIDs for the dataelements etc. If this is fairly fixed, should be fairly easy... if it isn't fixed you should read the metadata using" and all is fairly easy aft

Re: [Dhis2-devs] Link between Tables

2013-11-14 Thread Murod Latifov
Hi Ola, Doesn't it mean that using parent/child hierarchy one has to compute the level, which is already known and is not subject for change during the long run? Computing level from parent/child hierarchy is costly and should be avoided. And what is wrong with storing just a column of level ids i

Re: [Dhis2-devs] Link between Tables

2013-11-14 Thread Murod Latifov
Hi Riddy, Actually there is no link between org unit level and orgunit tables. Moreover level of org unit is not persisted, that means each time the level of orgunit is computed when needed. I think this is unnecessary computation while level org units is stable for the long time or all over. Now

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-07 Thread Murod Latifov
alytics in dhis. > > Shame you can't share more. > > Bob > > > On 7 November 2013 05:44, Murod Latifov wrote: > >> Hi Samta, >> >> No, we are not using any libreoffice applications in thiis sense. This >> means no need to have libreoffice instal

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-06 Thread Murod Latifov
inside this docs. regards, murod On Thu, Nov 7, 2013 at 10:07 AM, Samta wrote: > Hi Murod, > > Are you using libreoffice java application for generating template > without using any tool like: iReport or jasper studio ? > > > On Thu, Nov 7, 2013 at 9:01 AM, Murod Latifov

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-06 Thread Murod Latifov
AM, Knut Staring wrote: > That's interesting, Murod. Are you saying you are linking in Word or > Excel? Could you explain a bit more? Anything you can share? > Knut > 6. nov. 2013 16:31 skrev "Murod Latifov" følgende: > > Hi all, >> I think there should be o

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-06 Thread Murod Latifov
Hi all, I think there should be other options than Jasper Reports. We are developing a reporting module to eliminate "end user - DHIS2 healthcare user", "report designer - I(Jasper)report master", "query builder - SQL or DBMS" into a single source. So far we did lots of progress producing reports i

Re: [Dhis2-devs] Web API - Search by id

2013-11-04 Thread Murod Latifov
And of course if one does not belong to any of those categories listed by Brajesh. To me it looks like no one gets qualified for this job, inside and outside DHIS2 team. Very tough requirements Brajesh. Agree with Mobilarsh on open source concept though. Best of luck Brajesh! On Mon, Nov 4, 2013

[Dhis2-devs] MySQL stored procedure to precalculate indicator values

2011-11-01 Thread Murod Latifov
HI, I have created mysql stored procedures to precalculate indicator values and store them in a table similar to aggregateddatavalue. It might be useful for some. I am using them to generate indicator values, which will be accessed via OLAP (XMLA) from remote openoffice calc spreadsheet for slice

Re: [Dhis2-devs] dxf2 data

2011-09-19 Thread Murod Latifov
Hi Bob, Regarding multidimentionality of Data Elements I have a suggestion. This double identifier for DE should be removed at all. For me each instance of DE/Categoryoption combination is a real Data Element. So I suggest to generate another set of unique ids based on DE/Categoryoption combinatio

Re: [Dhis2-devs] Alternative names

2011-04-28 Thread Murod Latifov
Hi Ime, Yes, there is better way of doing this. Matching by name instead of id is unacceptable. We should give unique id across implementation despite naming conventions. Single data element can have more than one alias. We cannot live with just two names, there could be more. Moreover alternative

[Dhis2-devs] Refactoring API module

2011-03-14 Thread Murod Latifov
Hi, There are so many nonAPI model objects added into API and core modules. They should be moved to their respective service modules. This way we can keep core and API to its minimal and make them more accurate and manageable. regards, murod ___ Mailing

[Dhis2-devs] Does everybody get Ubuntu mailing list messages

2011-03-13 Thread Murod Latifov
HI; Does everybody get Ubuntu mailing list messages from launchpad? Its to anoying now, to many messages from Ubuntu coming. Please help to get rid of it. regards, murod ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.

Re: [Dhis2-devs] Proposal for new DXF format

2011-03-10 Thread Murod Latifov
elopers side, it would be very useful to > see what you describe in action. Is the "local copy" which you refer > to available on Launchpad so that maybe those of us that are > interested could take a look at what you have done thus far? > > > Regards, > Jason > > > O

[Dhis2-devs] Proposal for new DXF format

2011-03-10 Thread Murod Latifov
Hi, As you know I was working to create metadata that is unique (in terms of metaobjects) all over the implementation. Details of how metadata is created was posted previously. Now, we have XML representation of metadata as no "Wow Snap" typew of things. Attached is dhis metadata (dxf3.xsd), which

Re: [Dhis2-devs] Bridge from bzr to git/svn?

2011-02-18 Thread Murod Latifov
Hi Jo, I think you can have bazaar for launchpad and the same time git for Github, but you will have to commit using both git and bazaar respectively. I did local git repo for dhis keeping bazaar for launchpad, because local branching with git and eclipse is quite easy. cheers, murod On Fri, Feb

Re: [Dhis2-devs] External api for posting data values

2011-02-15 Thread Murod Latifov
Single DataElement can have one or 100 categoryOptions, not counting how many DataElements Jo's model has. And DataSet can have different DataElements of different Category Combos. That is how I see it. 2011/2/15 Bob Jolliffe > On 15 February 2011 14:37, Lars Helge Øverland > wrote: > > > > >

Re: [Dhis2-devs] External api for posting data values

2011-02-15 Thread Murod Latifov
Hi Bob, Where are other possible dataelements and their categorycombos here? I don't see this xml being valid considering how different dataSets will look like. At least it should look something like this: http://dhis2.org/schema/dataValueSet/0.1"; dataSet="2762-6432-4C9A- > > A739-8E7F1D

Re: [Dhis2-devs] External api for posting data values

2011-02-15 Thread Murod Latifov
Hi Jo, I am working on creating metaData object, which holds properties and relations of all objects in key/value format. In identifiable object I added metaCode Integer property. So each row in metaobject has unique key created for that metaobject, which in turn referenced by original object. Thi

[Dhis2-devs] Metadata

2011-02-07 Thread Murod Latifov
Hi, I was thinking a lot around metadata implementation and came up with the following. I have created 3 tables: MetaObject, MetaObjectProperties and MetaObjectRelations. In DHIS2 schema most of MetaObjects (DE, Indicators, DS, DECategoryCombo, DECategory, DEOption) have one one to many relations.

[Dhis2-devs] Fwd: Fw: Localization

2011-01-28 Thread Murod Latifov
Hi devs, I was wondering why I didn't receive my message sent to mailing list. Mostly due to change of my email address for dhis2 mailing lists. Please see forwarded message FYI. My changes are committed now. regards, murod -- Forwarded message -- From: Murodullo Latifov Date: S