revno: 18654
committer: Morten Olav Hansen
branch nick: dhis2
timestamp: Sat 2015-03-21 11:23:16 +0700
message:
add orgunit link on Enrollment class (not in use yet)
modified:
dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org
Hi Araz
What are you trying to do? send data values to a server?
--
Morten
On Fri, Mar 20, 2015 at 5:17 PM, Araz Abishov
wrote:
> Hello everyone,
>
> CategoryCombo of DataSet contains both CategoryOptionCombos and Categories
> (with CategoryOptions).
>
> I am a little bit confused here - what
revno: 18653
committer: Morten Olav Hansen
branch nick: dhis2
timestamp: Sat 2015-03-21 10:44:53 +0700
message:
implemented support for optionset in metadata attributes
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/we
revno: 18652
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2015-03-20 18:23:42 +0100
message:
Invite, css fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/account.css
That was a new one!!
On 20 March 2015 at 18:28, papa alioune Sokhna wrote:
> hello,
> I need a tipsy data elements fields when entering a function of the value
> in the first field.
> how drunk data elements during data entry?
> best regards.
>
> --
> Papa Alioune SOKHNA
> *Informaticien *
> Spé
hello,
I need a tipsy data elements fields when entering a function of the value
in the first field.
how drunk data elements during data entry?
best regards.
--
Papa Alioune SOKHNA
*Informaticien *
Spécialité: développement d'application web, mobile et logiciels surs
Tel: +221 77 442 16 22
__
Public bug reported:
Hello,
I just tried this on the Data Visualizer app. Most likely this happens
on other places as well.
Basically, favorite charts on the Data Visualizer app are impossible to
delete. I click on the red "Delete" button, I confirm my intentions and
then, nothing. The chart is
Qwerty as data
-excess
TRademark you,
Abyot.
(sent from mobile)
___
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
revno: 18651
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2015-03-20 15:25:50 +0100
message:
Unused dependency
modified:
dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/table/Abs
revno: 18650
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2015-03-20 15:18:25 +0100
message:
Analytics tables, logging
modified:
dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/t
Dear Fatema,
All looks good and no duplicates.
The only odd stuff is this: Note the years (2063 and 2140)
"811017","1","2063-03-11","2063-03-11"
"811018","1","2063-03-12","2063-03-12"
"811019","1","2063-03-13","2063-03-13"
"811020","1","2063-03-14","2063-03-14"
"811021","1","2063-03-15","2063-03-1
revno: 18649
committer: Abyot Asalefew Gizaw
branch nick: dhis2
timestamp: Fri 2015-03-20 14:08:47 +0100
message:
tracker-capture: a little performance improvment in TEI grid
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/d
Dear Alex,
I have run this query and get two result.
select enddate,startdate,periodtypeid from period where enddate =
'2009-12-31' or startdate = '2009-12-31'
Result is
"2009-12-31";"2009-12-01";3
"2009-12-31";"2009-01-01";6
here i attached the file too.
Thanks a lot
On Fri, Mar 20, 2015 a
Fatema,
Can you dump for me the enddate, startdate and periodtype from period table
for that date '2009-12-31'
I need to see the output of "select enddate,startdate,periodtypeid from
period where enddate like '2009-12-31' or startdate like '2009-12-31' "
Thanks.
Alex
On Fri, Mar 20, 2015 at 3:
Did you verify that all three constraints are in place on the period table?
If they are and you are 100% sure there are no duplicates, then I don't
know - I've had similar error messages a couple of times, but removing the
duplicates and re-inserting the constraint have always sorted it out.
Clea
Thanks Calle,
I have already checked all part and this period is daily, so startdate and
enddate is same 2009-12-31
However, my problem is remains same
What can i do.
On Fri, Mar 20, 2015 at 6:11 PM, Calle Hedberg
wrote:
> Fatema,
>
> note that 2009-12-31 looks like an ENDdate, not a startda
Fatema,
note that 2009-12-31 looks like an ENDdate, not a startdate.
Regards
Calle
On 20 March 2015 at 14:09, Uddin Fatema wrote:
> Thanks Bharath Anna and Alex.
>
> Actually i checked period table with this( 2009-12-31) startdate and there
> is no duplicate period with same startdate.
>
> Add
revno: 18648
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2015-03-20 13:10:23 +0100
message:
SQL
modified:
resources/sql/div.sql
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHI
Fatema,
It seems like you have a duplicate period in the period table, as Alex says
- which actually should not be possible because there is supposed to be a
constraint on the period table that ensures unique periods
(periodtype+startdate+enddate must be unique).
If you have access to the Postgre
Thanks Bharath Anna and Alex.
Actually i checked period table with this( 2009-12-31) startdate and there
is no duplicate period with same startdate.
Additionally, for test purpose i deleted this period from period table and
from other related table with this periodid.
Several time restart the to
Dear Fatema,
If I remember correctly, this used to be an issue in 2.16. I guess, it has
been carried to 2.18.
The problem was that, two similar dates were created and when you try to
run the resource table, that range is already created.
Query the period table directly for this date "2009-12-31",
Dear All,
I have upgrade our application from 2.16 to 2.18.
However, when we generate Resource table,we have get error. the error short
note given in bellow.
ERROR, category: RESOURCETABLE_UPDATE, t
ime: Fri Mar 20 16:52:29 BDT 2015, message: Process failed:
PreparedStatementCal
lback; SQL [inse
Hello everyone,
CategoryCombo of DataSet contains both CategoryOptionCombos and Categories
(with CategoryOptions).
I am a little bit confused here - what I have to send to the server along
with report:
1) categoryoptioncombo id (which I need to find and specify based on
selected CategoryOptions)
** Changed in: dhis2
Assignee: (unassigned) => Lars Helge Øverland (larshelge)
** Changed in: dhis2
Milestone: None => 2.19
** Changed in: dhis2
Importance: Undecided => Medium
** Changed in: dhis2
Status: New => Confirmed
--
You received this bug notification because you ar
revno: 18647
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2015-03-20 09:07:48 +0100
message:
Integrity checks
modified:
resources/sql/integritychecks.sql
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/d
revno: 18646
committer: Morten Olav Hansen
branch nick: dhis2
timestamp: Fri 2015-03-20 14:08:50 +0700
message:
wip, add support for optionset in metadata attribute
added:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-da
26 matches
Mail list logo