[Dhis2-users] how to set openid in dhis2?

2015-03-28 Thread easy
hi,all
  I have setup a SimpleId of php openid implemention.  I have set the provider 
in access:
  http://ip/simpleid/www


and in user openid ; http://ip/simpleod/www/  and label with "username"


but can't loggin, how can I do?
 





--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to set the default gis service?

2015-03-09 Thread easy


hi,all,
I can't access google map(which cause open gis module slowly), how to set 
the default map render service to openstreetmap?




--

此致

   easy

莫愁前路无知己,天下谁人不识君。

At 2013-03-07 17:56:44, "Jan Henrik Øverland"  
wrote:
http://apps.dhis2.org/dev/dhis-web-mapping/app/index.html


Commited a fix that should solve the problem. Please see if it works for you.


Jan


On Wed, Mar 6, 2013 at 3:59 PM, Jan Henrik Øverland 
 wrote:
Hi Dan,


I am aware of this and it actually works sometimes, which makes me think that 
the issue is caused by how Mapfish includes its own sub scripts. Will look 
further into it.


Jan



On Wed, Mar 6, 2013 at 3:50 PM, Daniel Bridges  
wrote:
We are looking to upgrade to 2.11 when it comes out so have been playing around 
with the latest snapshot, unfortunately it doesn't seem to render in FF (v19) 
and am getting the following error:

[16:40:14.425] TypeError: mapfish.GeoStat is undefined @ 
http://apps.dhis2.org/dev/dhis-web-mapping/app/scripts/core.js:323

Same page works fine in Chrome.

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] how to translate the new version of DHIS2?

2015-02-24 Thread easy


This ok?



--

此致
 
莫愁前路无知己,天下谁人不识君。


At 2015-02-10 17:33:06, "easy"  wrote:

I just add this in findProjects(ModuleNode node, File path)  in 
ResourceManager, can get all module's properties file.


 else if (files[i].getName().equals("manifest.webapp")) {
ModuleNode newNode = new ModuleNode();
newNode.setPath(files[i].getParentFile());
newNode.setName(getProjectname(files[i]));
node.addModule(newNode);
log.outInfo(("Found module at: " + newNode.getPath()));
}





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

在 2015-02-02 22:05:23,"easy"  写道:

Thanks. do a central in translate.dhis2.org.





--

此致

   easy

莫愁前路无知己,天下谁人不识君。



At 2015-02-02 22:04:11, "Jason Pickering"  wrote:
>Hi Easy,
>Yes, the i18n tool will not work for this.
>
>If you want, I can setup the system to translate to Chinese here
>(translate.dhis2.org), which we manage centrally to coordinate the
>translation process.
>
>Otherwise, you can look for the i18n folder in each app, and translate
>the corresponding properties files there, with something like Eclipse
>or another IDE, to "i18n_app_zh.properties". There may be some other
>things which need to be done, but the JavaScript/app developers may
>need to comment there.
>
>Best regards,
>Jason
>
>
>On Mon, Feb 2, 2015 at 2:44 PM, easy  wrote:
>> hi,all
>>   The new app all in dhis-web-apps,but the translating tool can't translate
>> it ? how or when will update the tool?
>>
>>
>>
>>
>> --
>> 此致
>>
>>easy
>>
>> 莫愁前路无知己,天下谁人不识君。
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-d...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
>-- 
>Jason P. Pickering
>email: jason.p.picker...@gmail.com
>tel:+46764147049






___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] how to translate the new version of DHIS2?

2015-02-10 Thread easy
I just add this in findProjects(ModuleNode node, File path)  in 
ResourceManager, can get all module's properties file.


 else if (files[i].getName().equals("manifest.webapp")) {
ModuleNode newNode = new ModuleNode();
newNode.setPath(files[i].getParentFile());
newNode.setName(getProjectname(files[i]));
node.addModule(newNode);
log.outInfo(("Found module at: " + newNode.getPath()));
    }





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

在 2015-02-02 22:05:23,"easy"  写道:

Thanks. do a central in translate.dhis2.org.





--

此致

   easy

莫愁前路无知己,天下谁人不识君。



At 2015-02-02 22:04:11, "Jason Pickering"  wrote:
>Hi Easy,
>Yes, the i18n tool will not work for this.
>
>If you want, I can setup the system to translate to Chinese here
>(translate.dhis2.org), which we manage centrally to coordinate the
>translation process.
>
>Otherwise, you can look for the i18n folder in each app, and translate
>the corresponding properties files there, with something like Eclipse
>or another IDE, to "i18n_app_zh.properties". There may be some other
>things which need to be done, but the JavaScript/app developers may
>need to comment there.
>
>Best regards,
>Jason
>
>
>On Mon, Feb 2, 2015 at 2:44 PM, easy  wrote:
>> hi,all
>>   The new app all in dhis-web-apps,but the translating tool can't translate
>> it ? how or when will update the tool?
>>
>>
>>
>>
>> --
>> 此致
>>
>>easy
>>
>> 莫愁前路无知己,天下谁人不识君。
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-d...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
>-- 
>Jason P. Pickering
>email: jason.p.picker...@gmail.com
>tel:+46764147049



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] PT colum text 'diection.

2015-02-02 Thread easy
Hi,all,

can pt table 's label direction be like this:


not this:




--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] where to translating the map and pivot module ?

2014-12-04 Thread easy
how  to translating the moved pt,mapig app in translating tool?





--

此致

   easy

莫愁前路无知己,天下谁人不识君。


At 2014-11-24 22:08:01, "easy"  wrote:

the new version has move the pivot app, but the translating tool can't get the 
resource file .





--

此致

  easy

莫愁前路无知己,天下谁人不识君。


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] where to translating the map and pivot module ?

2014-11-24 Thread easy
the new version has move the pivot app, but the translating tool can't get the 
resource file .





--

此致

  easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] build error on the trunk version of dhis2

2014-11-23 Thread easy
hi, all ,
   I can't build the dhis2 successfully. the error:




[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project dhis-support-system: Compilation failure: Compilation failure:
[ERROR] 
\dhis\dhis215\dhis2\dhis-2\dhis-support\dhis-support-system\src\main\java\org\hisp\dhis\system\util\GeoUtils.java:[42,34]
 error : pakage com.vividsolutions.jts.geom does not exist
[ERROR] 
\dhis\dhis215\dhis2\dhis-2\dhis-support\dhis-support-system\src\main\java\org\hisp\dhis\system\util\GeoUtils.java:[43,34]
 错误: 程序包com.vividsolutions
.jts.geom不存在


why? Thanks. I newly reinstall system.




--

此致

easy
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] dhis version 2.17 is released

2014-11-22 Thread easy
That's a great work.
  The Google map can be replaced with our local map service ?




--

此致

   easy

莫愁前路无知己,天下谁人不识君。

At 2014-11-21 21:25:02, "Lars Helge Øverland"  wrote:

Hi all,


DHIS 2 version 2.17 is out. We have a wide range of features and improvements 
for you. The main focus of this release has been performance, analytics, data 
exchange and interoperability.




Better performance and scalability: Several parts of the system work faster and 
smoother, including loading of the organisation unit tree, loading of meta-data 
in data entry, import and export of data and generation of resource tables. 
Data entry meta-data now respects the offline hierarchy level setting, making 
it possible to handle very large org unit trees and number of data sets.


Demo




Option codes: Options in option sets now have codes as well as names, where the 
code cannot be changed. This implies that options are more robust, since the 
name of the option can be changed and translated into multiple languages 
without affecting existing data or attribute values. All apps will display the 
option name in the user interface and use the option code for fetching data 
from the system. In the list of option sets, click "option management" to view 
options:


Demo | Demo




Average aggregation operator: Analytics now support an average aggregation 
operator where data will averaged in both the time period and organisation unit 
dimensions. The current average operator has been renamed to "Average (sum in 
org unit hierarchy)" to better reflect what it is actually doing.


Screenshot





Long text: The system support long text data values and comments. A data value 
can now store up to 60'000 characters, which is the equivalent of 12 pages of 
text. This makes the system suitable as a text repository. This is useful e.g. 
for using to system to store narratives linked to data elements and 
organisation units. See form "Mortality < 5 Narratives" on demo:


Demo | Screenshot




Text in analytics: The analytics engine now support text. This means that you 
can produce pivot tables and standard reports with textual content. This is 
useful e.g. to present narratives next to data element values in the same 
report.


Demo




Browser support notification: The front page now shows a notification for 
people using a browser which is not supported by DHIS 2. From version 2.17, 
Internet Explorer versions 6, 7 and 8 are no longer supported.


Screenshot




Apps as start page: External apps can now be set as start page from settings > 
appearance > start page.


Demo




Display name in analysis apps: A new user setting lets you define whether to 
use the name or the short name of meta-data items in all analysis apps, both 
aggregate and event-based. As an example, it lets you define whether to display 
the full name or short name of data elements in the pivot table app. You can 
access user settings from Profile > Settings:


Demo




Simpler event analysis UI: The selection of data items in event reports and 
event visualizer has become simpler to use. You can now easily select and 
remove items from dynamic drop-downs.


Demo




Event analysis option ordering: The order of options in option sets are now 
respected in event-based pivot tables and charts.


Demo



Visualizer meter charts: The visualizer app supports meter charts, using 
background-color from the assigned legend set of the indicator.


Demo




Visualizer sorting: Sorting of categories in charts is supported in visualizer. 
It lets you sort high-to-low and low-to-high based on the data value of the 
first chart series.


Demo




Total options: Pivot table and event reports now have separate options for 
including column totals/sub-totals and row totals/sub-totals. Look for "Show 
column totals" and more under table options.


Demo | Screenshot




Pivot table dimension labels: The pivot table app displays the name of the data 
dimension as a label in the top left corner. This can be controlled through the 
option called  "Hide dimension labels" under table options.


Demo | Screenshot




Data entry future periods: When a data set is set to allow future dates, you 
can now select any year in the future in data entry. Have a look at the 
"Mortality < 5 years" form on the demo:


Demo




Indicators in section forms: In section based forms in data entry you can now 
include indicators, which will be automatically calculated in the same way as 
for custom forms. Have a look at the "Reproductive health" form:


Demo | Screenshot





Message multi-select: The message inbox support multi-select of messages with 
accompanying operations for marking messages as read, marking as unread and 
removal.


Demo | Screenshot




Missing value validation strategy: An option is added for defining the strategy 
for when a validation rule should be ignored during validat

[Dhis2-users] how to search mailing list?

2014-10-10 Thread easy
hi,all
   just as title
 THANKS.




--

此致

easy
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to schedule the datamart tast at specified time?

2014-03-20 Thread easy
hi,all


   the dhis2 can only scheduling the data anaylsis table update job at 24:00, 
can I change the default scheduling job runing time?





--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to collection an event's data of an orginaztion in dhis2?

2013-09-16 Thread easy

 hi,all


  I found dhis2 can collection info of an org at specified period repeatly, 
personal info at unspecifed time by program. but
  How to collect some event information of an org, which occures at any 
unspecified time.may by many times.


 Thanks.




--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Fw:what different between aggregation table and analytics table?

2013-08-22 Thread easy






 Hi,sir all,
  I still not clear understand the diff and relation of the two kind table. can 
give some explane?
 will the analytics table replace aggregation tables?
 Thanks.




--

此致

  easy.

莫愁前路无知己,天下谁人不识君。


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to update chart in dashboard after updating in DV?

2013-08-01 Thread easy
Hi,all
 
I have update the chart in DV module,but the chart in dashboard can't 
update ,it's still old chart picture.
   How to refresh it?
   




--

此致
 
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] PT: can get data, but can't display in table.

2013-07-27 Thread easy
I have made a table, the printed out sql like: 


Time: 21569 micros: Analytics SQL: select de,uidlevel2, sum(value) as value from
 analytics_2012 where de in ('wszycw02002') and uidlevel2 in ('11') and (Yearly
in ('2012')) group by de,uidlevel2
got data sql query:
"wszycw02002";"11 ";15746
-
but the pt has null value:
 why ??


maybe uidlevel2 must be 11 characters?





--

此致
 
莫愁前路无知己,天下谁人不识君。<>___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] when will view the entered value in dataset report after entry?

2013-07-26 Thread easy


Hi,all  
   I have entered the value in data entry, but I can't get it even I have 
scheduled datamart in dataset report ..
  when and how can I view it in dataset report?


--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Is there a way to filter dataset value according a optionset value?

2013-07-21 Thread easy

Hi, all,
   I want get the dataset's DEs  value ,but only the part of it, which filted 
by a DE's value, how?

thanks


--

此致

  

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] report error : crazy words

2013-07-21 Thread easy


crazy words in report header, also in data entry. the "orginzation unit"  words 
,should, in chinese : 机构。
as 



--

此致

  
莫愁前路无知己,天下谁人不识君。

<><>___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] report error

2013-07-20 Thread easy

I just add my selected font's *.ttf  file to jasperreport-fonts.jar and edited 
the font.xml,  It can't work?




--

此致

   easy

莫愁前路无知己,天下谁人不识君。

At 2013-07-20 19:10:08,"Lars Helge Øverland"  wrote:

Hi easy,


you can try installing missing fonts on your server (ubuntu/debian) with:


sudo apt-get install ttf-dejavu-extra



Bob, this looks similar to one issue you had previously?






Lars





On Sat, Jul 20, 2013 at 1:40 AM, easy  wrote:


here are some error for report:



type Exception report

message Handler processing failed; nested exception is 
java.lang.NoClassDefFoundError: Could not initialize class 
net.sf.jasperreports.engine.util.JRStyledTextParser

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

org.springframework.web.util.NestedServletException: Handler processing failed; 
nested exception is java.lang.NoClassDefFoundError: Could not initialize class 
net.sf.jasperreports.engine.util.JRStyledTextParser

org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletionWithError(DispatcherServlet.java:1259)

org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:945)

org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)

org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)

org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)

org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)








--

此致

 
莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] report error

2013-07-19 Thread easy

here are some error for report:



type Exception report

message Handler processing failed; nested exception is 
java.lang.NoClassDefFoundError: Could not initialize class 
net.sf.jasperreports.engine.util.JRStyledTextParser

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

org.springframework.web.util.NestedServletException: Handler processing failed; 
nested exception is java.lang.NoClassDefFoundError: Could not initialize class 
net.sf.jasperreports.engine.util.JRStyledTextParser

org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletionWithError(DispatcherServlet.java:1259)

org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:945)

org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)

org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)

org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)

org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)








--

此致

 
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] import metadata from xml error

2013-07-17 Thread easy


| 2013-07-17 16:05 | Importing 2 UserGroups   |
| 2013-07-17 16:05 | Importing 6 DataSets   |
| 2013-07-17 16:05 | Importing 2 DataDictionaries   |
| 2013-07-17 16:05 | Importing 1 Indicators   |
| 2013-07-17 16:05 | Importing 2 IndicatorTypes   |
| 2013-07-17 16:05 | Importing 2 DataElementGroupSets   |
| 2013-07-17 16:05 | Importing 14 DataElementGroups   |
| 2013-07-17 16:05 | Importing 239 DataElements   |
| 2013-07-17 16:05 | Importing 1 Categories   |
| 2013-07-17 16:05 | Importing 36 OptionSets   |
| 2013-07-17 16:05 | Importing 1 Constants   |
| 2013-07-17 16:05 | Importing 3 Concepts   |
| 2013-07-17 16:05 | Importing meta-data   |

Till now, have imported DE,Optionset,etc, but can't see anything in DE 
management. why?







--

此致

 
莫愁前路无知己,天下谁人不识君。

At 2013-07-17 15:08:55,"Morten Olav Hansen"  wrote:

Hi,


Yes, we already know of this bug. It is because you have assigned a dataset to 
a orgUnit group. Will have a fix for it soon I hope, but for now, you can 
remove the dataset from the orgunit group (either in dhis, or remove the 
reference in the xml/json file)


--
Morten



On Wed, Jul 17, 2013 at 2:01 PM, easy  wrote:

hi,all,  when I import the metadata from other dhis, till to import optionset 
cause error:
| 2013-07-17 14:51 | Importing 44 OrganisationUnitGroups   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels   |
| 2013-07-17 14:48 | Importing 66707 OrganisationUnits   |
| 2013-07-17 14:48 | Importing 36 OptionSets   |
| 2013-07-17 14:48 | Importing 1 Constants   |
| 2013-07-17 14:48 | Importing 3 Concepts   |
| 2013-07-17 14:48 | Importing meta-data   |


* ERROR 2013-07-17 14:51:26,822 Unexpected error occurred in scheduled task. 
(TaskUtils.java
 [taskScheduler-1])
org.hibernate.TransientObjectException: object references an unsaved transient 
instance - sa
ve the transient instance before flushing: org.hisp.dhis.dataset.DataSet
at 
org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(Foreign
Keys.java:249)
at org.hibernate.type.EntityType.getIdentifier(EntityType.java:489)
at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:151)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.writeElement(Abstr
actCollectionPersister.java:863)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.recreate(AbstractC
ollectionPersister.java:1253)
at 
org.hibernate.action.internal.CollectionRecreateAction.execute(CollectionRecreate
Action.java:58)
at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:362)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:354)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:279)
at 
org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:328)
at 
org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:52)
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1233)
at 
org.hisp.dhis.dxf2.metadata.DefaultImportService.importMetaData(DefaultImportServ
ice.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithI
nvocation(TransactionInterceptor.java:96)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithin
Transaction(TransactionAspectSupport.java:260)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transac
tionInterceptor.java:94)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.ja
va:204)
at com.sun.proxy.$Proxy132.importMetaData(Unknown Source)
at 
org.hisp.dhis.importexport.action.util.ImportMetaDataTask.run(ImportMetaDataTask.
java:92)
at 
org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(Delega
tingErrorHandlingRunnable.java:53)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Sou

Re: [Dhis2-users] import metadata from xml error

2013-07-17 Thread easy
also for user group:


| 2013-07-17 16:05 | Importing 2 UserGroups   |
| 2013-07-17 16:05 | Importing 6 DataSets   |
| 2013-07-17 16:05 | Importing 2 DataDictionaries   |
| 2013-07-17 16:05 | Importing 1 Indicators   |
| 2013-07-17 16:05 | Importing 2 IndicatorTypes   |
| 2013-07-17 16:05 | Importing 2 DataElementGroupSets   |
| 2013-07-17 16:05 | Importing 14 DataElementGroups   |
| 2013-07-17 16:05 | Importing 239 DataElements   |
| 2013-07-17 16:05 | Importing 1 Categories   |
| 2013-07-17 16:05 | Importing 36 OptionSets   |
| 2013-07-17 16:05 | Importing 1 Constants   |
| 2013-07-17 16:05 | Importing 3 Concepts   |
| 2013-07-17 16:05 | Importing meta-data   |
org.hibernate.TransientObjectException: object references an unsaved transient 
instance - sa
ve the transient instance before flushing: org.hisp.dhis.user.User
at 
org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(Foreign
Keys.java:249)
at org.hibernate.type.EntityType.getIdentifier(EntityType.java:489)
at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:151)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.writeElement(Abstr
actCollectionPersister.java:863)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.recreate(AbstractC
ollectionPersister.java:1253)
at 
org.hibernate.action.internal.CollectionRecreateAction.execute(CollectionRecreate
Action.java:58)
at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:362)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:354)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:279)
at 
org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:328)
at 
org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:52)
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1233)
at 
org.hisp.dhis.dxf2.metadata.DefaultImportService.importMetaData(DefaultImportServ
ice.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithI
nvocation(TransactionInterceptor.java:96)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithin
Transaction(TransactionAspectSupport.java:260)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transac
tionInterceptor.java:94)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.ja
va:204)
at com.sun.proxy.$Proxy132.importMetaData(Unknown Source)
at 
org.hisp.dhis.importexport.action.util.ImportMetaDataTask.run(ImportMetaDataTask.
java:92)
at 
org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(Delega
tingErrorHandlingRunnable.java:53)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(U
nknown Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)







--

此致

 莫愁前路无知己,天下谁人不识君。

At 2013-07-17 15:08:55,"Morten Olav Hansen"  wrote:

Hi,


Yes, we already know of this bug. It is because you have assigned a dataset to 
a orgUnit group. Will have a fix for it soon I hope, but for now, you can 
remove the dataset from the orgunit group (either in dhis, or remove the 
reference in the xml/json file)


--
Morten



On Wed, Jul 17, 2013 at 2:01 PM, easy  wrote:

hi,all,  when I import the metadata from other dhis, till to import optionset 
cause error:
| 2013-07-17 14:51 | Importing 44 OrganisationUnitGroups   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels 

Re: [Dhis2-users] dhis2 export data as xml can't work, the export zip file can't open

2013-07-17 Thread easy
you say cvs is better?


--

此致

 

莫愁前路无知己,天下谁人不识君。

At 2013-07-17 13:07:26,"Morten Olav Hansen"  wrote:

The zip file you are downloading is probably broken because of a broken 
connection. I would try again when your connection is more stable.


Is your database very large? if so, the zip file will also be quite large (xml 
is very verbose).


--
Morten



On Wed, Jul 17, 2013 at 10:33 AM, easy  wrote:


as title, the zipped xml is invalid.
developped verion.



--

此致

  
莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] import metadata from xml error

2013-07-17 Thread easy
hi,all,  when I import the metadata from other dhis, till to import optionset 
cause error:
| 2013-07-17 14:51 | Importing 44 OrganisationUnitGroups   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels   |
| 2013-07-17 14:51 | Importing 5 OrganisationUnitLevels   |
| 2013-07-17 14:48 | Importing 66707 OrganisationUnits   |
| 2013-07-17 14:48 | Importing 36 OptionSets   |
| 2013-07-17 14:48 | Importing 1 Constants   |
| 2013-07-17 14:48 | Importing 3 Concepts   |
| 2013-07-17 14:48 | Importing meta-data   |


* ERROR 2013-07-17 14:51:26,822 Unexpected error occurred in scheduled task. 
(TaskUtils.java
 [taskScheduler-1])
org.hibernate.TransientObjectException: object references an unsaved transient 
instance - sa
ve the transient instance before flushing: org.hisp.dhis.dataset.DataSet
at 
org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(Foreign
Keys.java:249)
at org.hibernate.type.EntityType.getIdentifier(EntityType.java:489)
at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:151)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.writeElement(Abstr
actCollectionPersister.java:863)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.recreate(AbstractC
ollectionPersister.java:1253)
at 
org.hibernate.action.internal.CollectionRecreateAction.execute(CollectionRecreate
Action.java:58)
at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:362)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:354)
at 
org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:279)
at 
org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:328)
at 
org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:52)
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1233)
at 
org.hisp.dhis.dxf2.metadata.DefaultImportService.importMetaData(DefaultImportServ
ice.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithI
nvocation(TransactionInterceptor.java:96)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithin
Transaction(TransactionAspectSupport.java:260)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transac
tionInterceptor.java:94)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.ja
va:204)
at com.sun.proxy.$Proxy132.importMetaData(Unknown Source)
at 
org.hisp.dhis.importexport.action.util.ImportMetaDataTask.run(ImportMetaDataTask.
java:92)
at 
org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(Delega
tingErrorHandlingRunnable.java:53)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(U
nknown Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)




  
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] webapi for dataset post slowly!

2013-07-16 Thread easy
it's true we do in localhost. we do like this:


 [other  database] ===jdbc===Mirth connect gateway==http sender== dhis2


DHIS2 and the gateway all in same server.
I use the curl do the post. will cost 15s for :




http://dhis2.org/schema/dxf/2.0";>












































































--

此致

   林晓东

莫愁前路无知己,天下谁人不识君。

At 2013-07-17 13:06:11,"Morten Olav Hansen"  wrote:

This is probably due to a very slow connection. Nothing that can really be done 
on our side. If you experience slowness even when trying it out locally, please 
tell us.. and we will look into it (post a dataValueSet should take no time at 
all)


--
Morten



On Wed, Jul 17, 2013 at 10:13 AM, easy  wrote:

Hi,all
I have do post data with webapi,but, often the client said: timeout,response 
very slow, how to speed up?


--

此致

 
莫愁前路无知己,天下谁人不识君。

At 2013-07-16 14:22:12,"Lars Helge Øverland"  wrote:

Hello easy,


sorry, I don't think there is a perfect solution to this at the moment. My best 
suggestion would be to create a data set for it and a script which populates 
the data based on the org unit level.


Lars



On Sun, Jul 7, 2013 at 12:29 PM, easy  wrote:

Hi,all,


I have a question: I want do a evaluation about org's device situation, 
there are some standard configuration number for different level of org( state 
hospital : 5, county hospital 3,...), and the org will report its actual 
installed device. I will do a report about the gap of actual number of devices 
and standard number of its belong level. 
   how can I store the standard configuration  number of device in dhis2? if 
define a dataset and assign to org, there will be much redundency data.


  standard  configuration table:
 state county village
  (A,  B, C)   (A, B, C)   (A, B, C)
dev-a  30 20 1015 12 108 4  2
dev-b  ..
...

org's report:
org name, state a, dev-a ,8
org name, state a, dev-b ,4
...


will get a gap report .






--

此致

  easy

莫愁前路无知己,天下谁人不识君。

At 2013-07-06 22:31:51,"John Ojo"  wrote:

Thank you so much Lars. For now, I need the constants in the indicator 
numerator/denominator ui. If there's a need to have it in other places, I would 
let you know.


Best regrads,
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com



From: Lars Helge Øverland 
To: John Ojo 
Cc: DHIS developers ; dhis1-users 

Sent: Saturday, July 6, 2013 3:20 PM
Subject: Re: [Dhis2-devs] Maximum number of Constants



Hi John,


there are no constraints on constants.


At the moment constants render in a small list area in indicator 
numerator/denominator UI, might be inconvenient to work with but that can be 
fixed, let us know.


regards,



Lars







On Sat, Jul 6, 2013 at 4:12 PM, John Ojo  wrote:

Hi,


Please, is there a cap on the number of Constants that can be defined in DHIS2 
version 2.12? If yes, then what is the maximum number of constants that can be 
defined?


A design strategy I am adopting may require me to define some constants and 
this may run into a few thousands. Therefore, it is crucial for me to know 
before hand if there's a limit on the number of constants I can define before I 
embark on my design.


I'm using the live version of DHIS2 on a Windows 7 platform.


Thank you.
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp















___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] dhis2 export data as xml can't work, the export zip file can't open

2013-07-16 Thread easy

as title, the zipped xml is invalid.
developped verion.



--

此致

  
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] webapi for dataset post slowly!

2013-07-16 Thread easy
Hi,all
I have do post data with webapi,but, often the client said: timeout,response 
very slow, how to speed up?


--

此致

 
莫愁前路无知己,天下谁人不识君。

At 2013-07-16 14:22:12,"Lars Helge Øverland"  wrote:

Hello easy,


sorry, I don't think there is a perfect solution to this at the moment. My best 
suggestion would be to create a data set for it and a script which populates 
the data based on the org unit level.


Lars



On Sun, Jul 7, 2013 at 12:29 PM, easy  wrote:

Hi,all,


I have a question: I want do a evaluation about org's device situation, 
there are some standard configuration number for different level of org( state 
hospital : 5, county hospital 3,...), and the org will report its actual 
installed device. I will do a report about the gap of actual number of devices 
and standard number of its belong level. 
   how can I store the standard configuration  number of device in dhis2? if 
define a dataset and assign to org, there will be much redundency data.


  standard  configuration table:
 state county village
  (A,  B, C)   (A, B, C)   (A, B, C)
dev-a  30 20 1015 12 108 4  2
dev-b  ..
...

org's report:
org name, state a, dev-a ,8
org name, state a, dev-b ,4
...


will get a gap report .






--

此致

  easy

莫愁前路无知己,天下谁人不识君。

At 2013-07-06 22:31:51,"John Ojo"  wrote:

Thank you so much Lars. For now, I need the constants in the indicator 
numerator/denominator ui. If there's a need to have it in other places, I would 
let you know.


Best regrads,
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com



From: Lars Helge Øverland 
To: John Ojo 
Cc: DHIS developers ; dhis1-users 

Sent: Saturday, July 6, 2013 3:20 PM
Subject: Re: [Dhis2-devs] Maximum number of Constants



Hi John,


there are no constraints on constants.


At the moment constants render in a small list area in indicator 
numerator/denominator UI, might be inconvenient to work with but that can be 
fixed, let us know.


regards,



Lars







On Sat, Jul 6, 2013 at 4:12 PM, John Ojo  wrote:

Hi,


Please, is there a cap on the number of Constants that can be defined in DHIS2 
version 2.12? If yes, then what is the maximum number of constants that can be 
defined?


A design strategy I am adopting may require me to define some constants and 
this may run into a few thousands. Therefore, it is crucial for me to know 
before hand if there's a limit on the number of constants I can define before I 
embark on my design.


I'm using the live version of DHIS2 on a Windows 7 platform.


Thank you.
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp











___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] how to load orginzation partially?

2013-07-14 Thread easy
thanks.
   but for online, still can't ?





--

此致

 

莫愁前路无知己,天下谁人不识君。

At 2013-07-14 17:43:38,"Morten Olav Hansen"  wrote:

Hi,


Under system settings -> general, you can use the option called "Maximum 
offline organisation unit levels" and set it to level 1.


--
Morten



On Sun, Jul 14, 2013 at 4:35 PM, easy  wrote:

I have more than 4 orginaztions(state,district,country,town,village) , 
everytime when loading the tree , its very slowly. how to set the system only 
load the clicked tree node level only (dynamic load)?
 


--

此致


莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] the sharing of dataset problem

2013-07-14 Thread easy
Hi,all,
   I use admin to set share of  a dataset (for example: ART monthly summary),to 
none, the user (toure) can't see any dataset in date entry for select, but set 
to view only , the user (toure) can do edit ,and all other dataset can select 
now,
 ?? bug?





--

此致

  
莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to load orginzation partially?

2013-07-14 Thread easy
I have more than 4 orginaztions(state,district,country,town,village) , 
everytime when loading the tree , its very slowly. how to set the system only 
load the clicked tree node level only (dynamic load)?
 


--

此致


莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] why the user belong to a state can access other state's data with webapi? how to control the access right to the resource with webapi?

2013-07-13 Thread easy
Hi,all.


   I found the user can access all the org,chart,data, etc. of other 
orginization which he isn't belong to. how to control ?





--

此致

  
莫愁前路无知己,天下谁人不识君。

At 2013-07-12 18:31:20,"Lars Helge Øverland"  wrote:


Hi Easy,

The constants are at the moment a flat list with no dimensions/associations 
linked to it. If there is a need we could apply the access control/sharing 
paradigm to that object too.

Lars

On Jul 11, 2013 12:51 PM, "easy" <13981924...@126.com> wrote:

Hi,all
Is there orginzation's constant, that's to say, the constant have diffenrent 
value for different orginazion. or 2-dimension(org,de,no period) DE value





--

此致

  

莫愁前路无知己,天下谁人不识君。


At 2013-07-06 22:20:44,"Lars Helge Øverland"  wrote:

Hi John,


there are no constraints on constants.


At the moment constants render in a small list area in indicator 
numerator/denominator UI, might be inconvenient to work with but that can be 
fixed, let us know.


regards,



Lars







On Sat, Jul 6, 2013 at 4:12 PM, John Ojo  wrote:

Hi,


Please, is there a cap on the number of Constants that can be defined in DHIS2 
version 2.12? If yes, then what is the maximum number of constants that can be 
defined?


A design strategy I am adopting may require me to define some constants and 
this may run into a few thousands. Therefore, it is crucial for me to know 
before hand if there's a limit on the number of constants I can define before I 
embark on my design.


I'm using the live version of DHIS2 on a Windows 7 platform.


Thank you.
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp







来自网易手机号码邮箱了解更多___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Maximum number of Constants

2013-07-07 Thread easy
Hi,all,


I have a question: I want do a evaluation about org's device situation, 
there are some standard configuration number for different level of org( state 
hospital : 5, county hospital 3,...), and the org will report its actual 
installed device. I will do a report about the gap of actual number of devices 
and standard number of its belong level. 
   how can I store the standard configuration  number of device in dhis2? if 
define a dataset and assign to org, there will be much redundency data.


  standard  configuration table:
 state county village
  (A,  B, C)   (A, B, C)   (A, B, C)
dev-a  30 20 1015 12 108 4  2
dev-b  ..
...

org's report:
org name, state a, dev-a ,8
org name, state a, dev-b ,4
...


will get a gap report .






--

此致

  easy

莫愁前路无知己,天下谁人不识君。

At 2013-07-06 22:31:51,"John Ojo"  wrote:

Thank you so much Lars. For now, I need the constants in the indicator 
numerator/denominator ui. If there's a need to have it in other places, I would 
let you know.


Best regrads,
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com



From: Lars Helge Øverland 
To: John Ojo 
Cc: DHIS developers ; dhis1-users 

Sent: Saturday, July 6, 2013 3:20 PM
Subject: Re: [Dhis2-devs] Maximum number of Constants



Hi John,


there are no constraints on constants.


At the moment constants render in a small list area in indicator 
numerator/denominator UI, might be inconvenient to work with but that can be 
fixed, let us know.


regards,



Lars







On Sat, Jul 6, 2013 at 4:12 PM, John Ojo  wrote:

Hi,


Please, is there a cap on the number of Constants that can be defined in DHIS2 
version 2.12? If yes, then what is the maximum number of constants that can be 
defined?


A design strategy I am adopting may require me to define some constants and 
this may run into a few thousands. Therefore, it is crucial for me to know 
before hand if there's a limit on the number of constants I can define before I 
embark on my design.


I'm using the live version of DHIS2 on a Windows 7 platform.


Thank you.
John
 
John Ojo MD, FMCPH

Accra, Ghana.

Mobile: +233 234691626
Skype:  Johnojo
Email:jn...@yahoo.com


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Large volume user management

2013-03-10 Thread easy
Hi,sir,
I aslo interested in it, please share with me.

Thanks.

At 2013-03-08 23:29:19,"Jason Pickering"  wrote:


Hi Alvin,

We have done this centrally through an external script which can generate an 
arbitrary number of users and passwords and populate the database with them.  I 
think what Lars outlines makes more sense for you, but if you are interested on 
this approach I can share it with you.

Best regards,
Jason

--
Sent from my mobile

On Mar 8, 2013 1:56 PM, "Lars Helge Øverland"  wrote:



On Fri, Mar 8, 2013 at 12:51 PM, Knut Staring  wrote:

On Fri, Mar 8, 2013 at 6:24 AM, Alvin B. Marcelo
 wrote:
> Thanks Lars. We'll start it.
>
> Knut, is Philippines.dhis2.org on 2.10?


Well, it is on a pre-release version of 2.10 from August, and should
definitely be updated. I suggest to update directly to 2.11 in a
couple of weeks.


Can we update to 2.10 stable now so that Alvin can get started with the restore 
password function?
 

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] trunk version of pivot table service

2013-03-07 Thread easy
thanks

At 2013-03-06 20:16:19,"Lars Helge Øverland"  wrote:
Hi easy, you can now find user interface for analytics table generation in 
reporting module. Make sure your user has the all or data mart admin authority.


Lars






On Tue, Mar 5, 2013 at 11:57 AM, easy  wrote:
thanks


At 2013-03-05 14:34:53,"Lars Helge Øverland"  wrote:
Hi easy, this stuff is very much under development, you need to first generate 
the analytics tables, I will finalize the user interface for that during the 
day and let you know.


regards,


Lars 


On Tue, Mar 5, 2013 at 4:00 AM, easy  wrote:

hi,all,
  I got this error:
 
* INFO  2013-03-05 10:53:18,796 Query failed, likely because the requested 
analytics table d
oes not exist (JdbcAnalyticsManager.java [SimpleAsyncTaskExecutor-45])
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL 
grammar [select
de,Monthly, sum(value) as value from analytics_2012 where de in ('fbfJHSPpUQD' 
) and Monthly
 in ('201212', '201211', '201210', '201209', '201208', '201207', '201206', 
'201205', '201204
', '201203' ) and uidlevel1 in ('ImspTQPwCqd' ) group by de,Monthly]; nested 
exception is or
g.postgresql.util.PSQLException: error:  relation "analytics_2012" doesn't 
exist position:45
at 
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(S
QLErrorCodeSQLExceptionTranslator.java:233)
at 
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate
(AbstractFallbackSQLExceptionTranslator.java:72)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
at 
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:456)
at 
org.springframework.jdbc.core.JdbcTemplate.queryForRowSet(JdbcTemplate.java:499)
at 
org.hisp.dhis.analytics.data.JdbcAnalyticsManager.getAggregatedDataValues(JdbcAna
lyticsManager.java:151)
at sun.reflect.GeneratedMethodAccessor624.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecuti
onInterceptor.java:83)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "analytics_2012" 
doesn't exist position:45
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.j
ava:2103)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:18
36)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:5
12)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Stateme
nt.java:374)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.j
ava:254)
at 
com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyStatement.java:35
)
at 
org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(
JdbcTemplate.java:441)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
... 13 more





--

此致

   easy

莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] GIS Module not using the translated string

2013-03-07 Thread easy

Hi, all
   the Gis module gui no using of translated string.




--

此致

easy 
莫愁前路无知己,天下谁人不识君。

在 2013-03-07 17:59:10,"Daniel Bridges"  写道:
Works perfectly now - thanks Jan!


On 07/03/13 11:56, Jan Henrik Øverland wrote:

http://apps.dhis2.org/dev/dhis-web-mapping/app/index.html


Commited a fix that should solve the problem. Please see if it works for you.


Jan


On Wed, Mar 6, 2013 at 3:59 PM, Jan Henrik Øverland 
 wrote:
Hi Dan,


I am aware of this and it actually works sometimes, which makes me think that 
the issue is caused by how Mapfish includes its own sub scripts. Will look 
further into it.


Jan



On Wed, Mar 6, 2013 at 3:50 PM, Daniel Bridges  
wrote:
We are looking to upgrade to 2.11 when it comes out so have been playing around 
with the latest snapshot, unfortunately it doesn't seem to render in FF (v19) 
and am getting the following error:

[16:40:14.425] TypeError: mapfish.GeoStat is undefined @ 
http://apps.dhis2.org/dev/dhis-web-mapping/app/scripts/core.js:323

Same page works fine in Chrome.

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] trunk version of pivot table service

2013-03-05 Thread easy
thanks

At 2013-03-05 14:34:53,"Lars Helge Øverland"  wrote:
Hi easy, this stuff is very much under development, you need to first generate 
the analytics tables, I will finalize the user interface for that during the 
day and let you know.


regards,


Lars 


On Tue, Mar 5, 2013 at 4:00 AM, easy  wrote:

hi,all,
  I got this error:
 
* INFO  2013-03-05 10:53:18,796 Query failed, likely because the requested 
analytics table d
oes not exist (JdbcAnalyticsManager.java [SimpleAsyncTaskExecutor-45])
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL 
grammar [select
de,Monthly, sum(value) as value from analytics_2012 where de in ('fbfJHSPpUQD' 
) and Monthly
 in ('201212', '201211', '201210', '201209', '201208', '201207', '201206', 
'201205', '201204
', '201203' ) and uidlevel1 in ('ImspTQPwCqd' ) group by de,Monthly]; nested 
exception is or
g.postgresql.util.PSQLException: error:  relation "analytics_2012" doesn't 
exist position:45
at 
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(S
QLErrorCodeSQLExceptionTranslator.java:233)
at 
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate
(AbstractFallbackSQLExceptionTranslator.java:72)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
at 
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:456)
at 
org.springframework.jdbc.core.JdbcTemplate.queryForRowSet(JdbcTemplate.java:499)
at 
org.hisp.dhis.analytics.data.JdbcAnalyticsManager.getAggregatedDataValues(JdbcAna
lyticsManager.java:151)
at sun.reflect.GeneratedMethodAccessor624.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecuti
onInterceptor.java:83)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "analytics_2012" 
doesn't exist position:45
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.j
ava:2103)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:18
36)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:5
12)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Stateme
nt.java:374)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.j
ava:254)
at 
com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyStatement.java:35
)
at 
org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(
JdbcTemplate.java:441)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
... 13 more





--

此致

   easy

莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] trunk version of pivot table service

2013-03-04 Thread easy
hi,all,
  I got this error:
 
* INFO  2013-03-05 10:53:18,796 Query failed, likely because the requested 
analytics table d
oes not exist (JdbcAnalyticsManager.java [SimpleAsyncTaskExecutor-45])
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL 
grammar [select
de,Monthly, sum(value) as value from analytics_2012 where de in ('fbfJHSPpUQD' 
) and Monthly
 in ('201212', '201211', '201210', '201209', '201208', '201207', '201206', 
'201205', '201204
', '201203' ) and uidlevel1 in ('ImspTQPwCqd' ) group by de,Monthly]; nested 
exception is or
g.postgresql.util.PSQLException: error:  relation "analytics_2012" doesn't 
exist position:45
at 
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(S
QLErrorCodeSQLExceptionTranslator.java:233)
at 
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate
(AbstractFallbackSQLExceptionTranslator.java:72)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
at 
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:456)
at 
org.springframework.jdbc.core.JdbcTemplate.queryForRowSet(JdbcTemplate.java:499)
at 
org.hisp.dhis.analytics.data.JdbcAnalyticsManager.getAggregatedDataValues(JdbcAna
lyticsManager.java:151)
at sun.reflect.GeneratedMethodAccessor624.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.
java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Refl
ectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMe
thodInvocation.java:150)
at 
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecuti
onInterceptor.java:83)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "analytics_2012" 
doesn't exist position:45
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.j
ava:2103)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:18
36)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:5
12)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Stateme
nt.java:374)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.j
ava:254)
at 
com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyStatement.java:35
)
at 
org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(
JdbcTemplate.java:441)
at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
... 13 more





--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] what's wrong with the latest trunk version of dhis2?

2013-02-21 Thread easy
info in startup :--

二月 22, 2013 9:09:23 上午 org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: 
validateJarFile(D:\apache-tomcat-7.0.37\webapps\dhis\WEB-INF\lib\geronimo-servlet_2.5_
spec-1.1.2.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. 
Offending class: java
x/servlet/Servlet.class


---still error after install a new tomcat 7.37---

 

 0 0 ? * 1-6 (SpringScheduler.java [localhost-startStop-1])
* INFO  2013-02-22 09:10:08,710 Camel context stopped 
(DHIS2LifecycleStrategy.java [localhos
t-startStop-1])
* ERROR 2013-02-22 09:10:08,760 Context initialization failed 
(ContextLoader.java [localhost
-startStop-1])
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'org.
hisp.dhis.sms.outbound.SmsConfigurationManager': Invocation of init method 
failed; nested ex
ception is org.hibernate.type.SerializationException: could not deserialize
at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcess
or.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.appl
yBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:399)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.init
ializeBean(AbstractAutowireCapableBeanFactory.java:1479)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCr
eateBean(AbstractAutowireCapableBeanFactory.java:524)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.crea
teBean(AbstractAutowireCapableBeanFactory.java:461)
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Abstrac
tBeanFactory.java:295)
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSinglet
on(DefaultSingletonBeanRegistry.java:223)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractB
eanFactory.java:292)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBea
nFactory.java:194)
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantia
teSingletons(DefaultListableBeanFactory.java:607)
at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryI
nitialization(AbstractApplicationContext.java:932)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractAp
plicationContext.java:479)
at 
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationCo
ntext(ContextLoader.java:383)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLo
ader.java:283)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextL
oaderListener.java:112)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)

at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
at 
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.type.SerializationException: could not deserialize
at 
org.hibernate.internal.util.SerializationHelper.doDeserialize(SerializationHelper
.java:250)
at 
org.hibernate.internal.util.SerializationHelper.deserialize(SerializationHelper.j
ava:306)
at 
org.hibernate.type.descriptor.java.SerializableTypeDescriptor.fromBytes(Serializa
bleTypeDescriptor.java:140)
at 
org.hibernate.type.descriptor.java.SerializableTypeDescriptor.wrap(SerializableTy
peDescriptor.java:121)
at 
org.hibernate.type.descriptor.java.SerializableTypeDescriptor.wrap(SerializableTy
peDescriptor.java:44)
at 
org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor$2.doExtract(VarbinaryTy
peDescriptor.java:67)
at 
org.hibernate.type.descriptor.sql.BasicExtractor.extract(BasicExtractor.java:65)
at 
org.hibernate.type.AbstractSt

[Dhis2-users] what's wrong with the latest trunk version of dhis2?

2013-02-17 Thread easy
Hi,all
  I got the newest dhis2  sourcecode, compiled ,starting,then: (with psql or 
derby )
 
信息: Deploying web application archive D:\apache-tomcat-7.0.25\webapps\dhis.war
二月 18, 2013 9:41:30 上午 org.apache.catalina.loader.WebappClassLoader 
validateJarFile
信息: 
validateJarFile(D:\apache-tomcat-7.0.25\webapps\dhis\WEB-INF\lib\geronimo-servlet_2.5_spec-1.1.2.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
二月 18, 2013 9:42:11 上午 org.apache.catalina.core.StandardContext startInternal
严重: Error listenerStart
二月 18, 2013 9:42:11 上午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/dhis] startup failed due to previous errors
二月 18, 2013 9:42:12 上午 org.apache.catalina.loader.WebappClassLoader 
checkThreadLocalMapForLeaks
严重: The web application [/dhis] created a ThreadLocal with key of type 
[com.sun.xml.bind.v2.ClassFactory$1] (value 
[com.sun.xml.bind.v2.ClassFactory$1@65ac9a93]) and a value of type 
[java.util.WeakHashMap] (value [{class 
org.apache.camel.spring.CamelProducerTemplateFactoryBean=java.lang.ref.WeakReference@26d85d0b,
 class 
org.apache.camel.model.PackageScanDefinition=java.lang.ref.WeakReference@46c49119,
 class java.util.ArrayList=java.lang.ref.WeakReference@1312249b, class 
javax.xml.bind.annotation.adapters.CollapsedStringAdapter=java.lang.ref.WeakReference@c2145e5,
 class 
org.apache.camel.spring.CamelContextFactoryBean=java.lang.ref.WeakReference@5c73c39b}])
 but failed to remove it when the web application was stopped. Threads are 
going to be renewed over time to try and avoid a probable memory leak.
二月 18, 2013 9:42:12 上午 org.apache.catalina.loader.WebappClassLoader 
checkThreadLocalMapForLeaks
严重: The web application [/dhis] created a ThreadLocal with key of type 
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@342f2488]) and a value of 
type [org.springframework.security.core.context.SecurityContextImpl] (value 
[org.springframework.security.core.context.SecurityContextImpl@: Null 
authentication]) but failed to remove it when the web application was stopped. 
Threads are going to be renewed over time to try and avoid a probable memory 
leak.
二月 18, 2013 9:42:13 上午 org.apache.catalina.startup.HostConfig deployDirectory



--

此致

  easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] how to create a report of daily data value increased based on daily collected data?

2013-01-31 Thread easy
Hi, Is there a way to design a report to get the increased amout of a DE or 
Indicator value which is collected daily?
date:20120101 02 03 04 05 06 .
collected DE value 23  24  32 21 33 28 
 
report value: 0   1   8   -9 12 -4 


--

此致

  easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
I think this not only a input error, why are not we do some check after input?

At 2013-01-15 17:58:26,"Morten Olav Hansen"  wrote:

There might be others also, please use the output from:
http://183.221.117.240:8080/dhis/dhis-web-dataentry/getMetaData.action



And copy/paste it into:
http://jsonlint.com/



That will make sure that your output is correct.


If you're not sure which indicator is linked to an ID, please use:
http://183.221.117.240:8080/dhis/api/indicators/ID



That will give you the name/info.


--
Morten



On Tue, Jan 15, 2013 at 10:55 AM, Morten Olav Hansen  wrote:

Hi


1) You need to fix indicator with ID gu3cutyweuj and name 急救车台数, you have added 
some extra newlines in the expression.


2) You have added ALL orgunits to the user, which means that everything is very 
very slow, please change so that only the needed parents are selected, remember 
that when a user is connected to a parent, ALL children is available




--
Morten



On Tue, Jan 15, 2013 at 10:53 AM, easy  wrote:
google chrome . ver 23.0.1271.95 m


At 2013-01-15 17:14:08,"Morten Olav Hansen"  wrote:

Which version of explorer?


--
Morten



On Tue, Jan 15, 2013 at 10:11 AM, easy  wrote:
I put the dhis.war to linux server . got the folloing explorer console error:

Ouwt loaded dhis2.util.js:164
Uncaught SyntaxError: Unexpected token u form.js:184


At 2013-01-15 16:32:28,easy  wrote:

Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
but I can't edit the denominator, for the button is disable. say: this field is 
compulsary.

在 2013-01-15 17:55:54,"Morten Olav Hansen"  写道:

Hi


1) You need to fix indicator with ID gu3cutyweuj and name 急救车台数, you have added 
some extra newlines in the expression.


2) You have added ALL orgunits to the user, which means that everything is very 
very slow, please change so that only the needed parents are selected, remember 
that when a user is connected to a parent, ALL children is available




--
Morten



On Tue, Jan 15, 2013 at 10:53 AM, easy  wrote:
google chrome . ver 23.0.1271.95 m


At 2013-01-15 17:14:08,"Morten Olav Hansen"  wrote:

Which version of explorer?


--
Morten



On Tue, Jan 15, 2013 at 10:11 AM, easy  wrote:
I put the dhis.war to linux server . got the folloing explorer console error:

Ouwt loaded dhis2.util.js:164
Uncaught SyntaxError: Unexpected token u form.js:184


At 2013-01-15 16:32:28,easy  wrote:

Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
google chrome . ver 23.0.1271.95 m

At 2013-01-15 17:14:08,"Morten Olav Hansen"  wrote:

Which version of explorer?


--
Morten



On Tue, Jan 15, 2013 at 10:11 AM, easy  wrote:
I put the dhis.war to linux server . got the folloing explorer console error:

Ouwt loaded dhis2.util.js:164
Uncaught SyntaxError: Unexpected token u form.js:184


At 2013-01-15 16:32:28,easy  wrote:

Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
you can try in http://183.221.117.240:8080/dhis, user:admin/Goto2012





--

此致

   林晓东

莫愁前路无知己,天下谁人不识君。

At 2013-01-15 17:11:34,easy  wrote:
I put the dhis.war to linux server . got the folloing explorer console error:

Ouwt loaded dhis2.util.js:164
Uncaught SyntaxError: Unexpected token u form.js:184

At 2013-01-15 16:32:28,easy  wrote:

Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
I put the dhis.war to linux server . got the folloing explorer console error:

Ouwt loaded dhis2.util.js:164
Uncaught SyntaxError: Unexpected token u form.js:184

At 2013-01-15 16:32:28,easy  wrote:

Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] can't input data in dhis2

2013-01-15 Thread easy
Thanks. 
  I have done all, set dataset to all org, set dataset to the superuser role, 
data input role, set the user to the org, but 
  
 open console,no error.





--

此致

   easy
莫愁前路无知己,天下谁人不识君。

At 2013-01-15 15:55:43,"Lars Helge Øverland"  wrote:
Hi, check that


- your user is linked to an organisation unit
- the data set is part of the user role of your user


If this does not help, in chrome click F12, console and look for error messages.


Lars



On Tue, Jan 15, 2013 at 8:21 AM, easy  wrote:


hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] error on data mainteinance

2013-01-15 Thread easy
in data management , select maintenance,check Prune periods,then go..

At 2013-01-15 15:53:00,"Lars Helge Øverland"  wrote:
Hi can you please describe the steps you did which led to this exception?


Lars


On Tue, Jan 15, 2013 at 8:34 AM, easy  wrote:





* INFO  2013-01-15 15:32:44,186 'Put2' delete org.hisp.dhis.period.Period, uid:
20120617 (AuditLogUtil.java [http-apr-8080-exec-7])
* INFO  2013-01-15 15:32:44,200 Deleted period with id: 665 (PerformMaintenanceA
ction.java [http-apr-8080-exec-7])
* ERROR 2013-01-15 15:32:44,237 Method 'allowDeletePeriod' threw exception on De
letionHandler 'MapViewDeletionHandler' (DefaultDeletionManager.java [http-apr-80
80-exec-7])
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor900.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.hisp.dhis.system.deletion.DefaultDeletionManager.execute(DefaultD
eletionManager.java:93)
at org.hisp.dhis.system.deletion.DeletionInterceptor.intercept(DeletionI
nterceptor.java:53)
at sun.reflect.GeneratedMethodAccessor921.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMet
hodWithGivenArgs(AbstractAspectJAdvice.java:621)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMet
hod(AbstractAspectJAdvice.java:603)
at org.springframework.aop.aspectj.AspectJMethodBeforeAdvice.before(Aspe
ctJMethodBeforeAdvice.java:39)
at org.springframework.aop.framework.adapter.MethodBeforeAdviceIntercept
or.invoke(MethodBeforeAdviceInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:172)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invok
e(ExposeInvocationInterceptor.java:90)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
at $Proxy49.deletePeriod(Unknown Source)
at org.hisp.dhis.dataadmin.action.maintenance.PerformMaintenanceAction.p
runePeriods(PerformMaintenanceAction.java:207)
at org.hisp.dhis.dataadmin.action.maintenance.PerformMaintenanceAction.e
xecute(PerformMaintenanceAction.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
ctionInvocation.java:453)
at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
ultActionInvocation.java:292)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:255)
at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.interc
ept(XWorkPortalUserInterceptor.java:87)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.inte
rcept(XWorkPortalModuleInterceptor.java:90)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.interc
ept(XWorkPortalMenuInterceptor.java:96)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.inte
rcept(XWorkPortalParamsInterceptor.java:118)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterce
ptor.java:81)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettin
gInterceptor.java:80)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInte
rceptor.java:84)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(X
WorkSecurityInterceptor.java:112)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(Defau

[Dhis2-users] error on data mainteinance

2013-01-14 Thread easy
nvocation.java:249)
at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.j
ava:137)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept
(ParametersInterceptor.java:211)
at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
(MethodFilterInterceptor.java:98)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.inter
cept(StaticParametersInterceptor.java:190)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInt
erceptor.java:100)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:249)
at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.j
ava:54)
at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.jav
a:510)
at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatc
her.java:432)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:210)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.


--

此致

   easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] can't input data in dhis2

2013-01-14 Thread easy

hi,all,


   I hava setup a dhis2 system. add user,user role,org,org 
user,de,dataset,dataset for org,but I can't input data, after select org, there 
is no dataset for selecting. why?
  I using the trunk version.
  thxs.



--

此致

   easy
 ___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-27 Thread easy
Cnt.

But chart generated in dashboard can display chinese word correctly.



--

此致

easy

莫愁前路无知己,天下谁人不识君。

At 2012-11-27 21:52:30,easy  wrote:
That's OK! Good work.

At 2012-11-27 21:33:03,"Morten Olav Hansen"  wrote:
Hi


Can you please test again with the server at http://apps.dhis2.org/dev ? We 
have updated it with new code, and it seems to work correctly.

--
Morten



On Tue, Nov 27, 2012 at 11:56 AM, Morten Olav Hansen  wrote:
Ok, thank you. We have confirmed it here also, I will look into it.

--
Morten




On Tue, Nov 27, 2012 at 10:14 AM, easy  wrote:

both have same error!






--

此致

easy

莫愁前路无知己,天下谁人不识君。


At 2012-11-27 15:55:01,"Morten Olav Hansen"  wrote:


Is it the same on both apps.dhis2.org/dev and apps.dhis2.org/demo ? (Admin / 
district)

On Nov 27, 2012 8:51 AM, "easy"  wrote:


after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp











___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-27 Thread easy
That's OK! Good work.

BTW, In the DV module, chinese org name can't display. In layered stack chart, 
org tree

At 2012-11-27 21:33:03,"Morten Olav Hansen"  wrote:
Hi


Can you please test again with the server at http://apps.dhis2.org/dev ? We 
have updated it with new code, and it seems to work correctly.

--
Morten



On Tue, Nov 27, 2012 at 11:56 AM, Morten Olav Hansen  wrote:
Ok, thank you. We have confirmed it here also, I will look into it.

--
Morten




On Tue, Nov 27, 2012 at 10:14 AM, easy  wrote:

both have same error!






--

此致

easy

莫愁前路无知己,天下谁人不识君。


At 2012-11-27 15:55:01,"Morten Olav Hansen"  wrote:


Is it the same on both apps.dhis2.org/dev and apps.dhis2.org/demo ? (Admin / 
district)

On Nov 27, 2012 8:51 AM, "easy"  wrote:


after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-27 Thread easy
That's OK! Good work.

At 2012-11-27 21:33:03,"Morten Olav Hansen"  wrote:
Hi


Can you please test again with the server at http://apps.dhis2.org/dev ? We 
have updated it with new code, and it seems to work correctly.

--
Morten



On Tue, Nov 27, 2012 at 11:56 AM, Morten Olav Hansen  wrote:
Ok, thank you. We have confirmed it here also, I will look into it.

--
Morten




On Tue, Nov 27, 2012 at 10:14 AM, easy  wrote:

both have same error!






--

此致

easy

莫愁前路无知己,天下谁人不识君。


At 2012-11-27 15:55:01,"Morten Olav Hansen"  wrote:


Is it the same on both apps.dhis2.org/dev and apps.dhis2.org/demo ? (Admin / 
district)

On Nov 27, 2012 8:51 AM, "easy"  wrote:


after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-27 Thread easy
both have same error!





--

此致

easy

莫愁前路无知己,天下谁人不识君。

At 2012-11-27 15:55:01,"Morten Olav Hansen"  wrote:


Is it the same on both apps.dhis2.org/dev and apps.dhis2.org/demo ? (Admin / 
district)

On Nov 27, 2012 8:51 AM, "easy"  wrote:


after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-27 Thread easy
all are same error

At 2012-11-27 15:55:01,"Morten Olav Hansen"  wrote:


Is it the same on both apps.dhis2.org/dev and apps.dhis2.org/demo ? (Admin / 
district)

On Nov 27, 2012 8:51 AM, "easy"  wrote:


after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Trunk version error: all chinese words inputed are crazy words.

2012-11-26 Thread easy

after  add DE:  the DE name like阿斯顿 , 
try on the demo site are all same.




--

此致

easy

莫愁前路无知己,天下谁人不识君。
 ___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Is this a bug?

2012-10-27 Thread easy
Hi,all
   I don't know whether this is a bug? when open DV 's org tree,but there is no 
org, a null pointer exception throw out.



e

--

此致

easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] The chinese words in chart is crazy words.

2012-10-11 Thread easy
hope so,thanks

At 2012-10-11 12:30:48,"Knut Staring"  wrote:


Unfortunately, it has not yet been resolved. Hopefully,  it can be in the 2.10 
release at the end of this month.
Knut

Sent from my mobile

On Oct 11, 2012 3:58 AM, "easy"  wrote:




Hi,sir,
But the chart still have crazy words.

--

此致

  easy

莫愁前路无知己,天下谁人不识君。
At 2012-10-10 19:56:31,"Jan Henrik Øverland"  
wrote:
Hi, this has already been asked (by you) and answered (by me) on this list.


On Tue, Oct 9, 2012 at 5:35 PM, easy  wrote:
I find this function in app.js under visualizer module will replace all chinese 
word with null,so the chinese org name will display none in org tree in 
visualize chart designer.

jsonEncodeString: function(str) {
return typeof str === 'string' ? str.replace(/[^a-zA-Z 
0-9(){}<>_!+;:?*&%#-]+/g,'') : str;
},


At 2012-10-09 22:56:30,easy  wrote:

Hi,Lars,
  I updated from trunk,recompile,still find some  crazy words,though some is 
corrected.
  I wonder if  some chart are normal ,but some other chart arn't display 
normal. why do you think is font problem?




--

此致
easy

莫愁前路无知己,天下谁人不识君。

At 2012-10-09 18:32:30,"Lars Helge Øverland"  wrote:
Hi Easy


I can see that we are using Tahoma as font for the server-generated charts 
which is not good practice. I have changed to using a logical sans serif font, 
which means that Java will search for the best match within the available fonts 
for this category. This means that you should be able to install a Chinese sans 
serif font on your server to render this properly. 


You can download the latest version from here


http://apps.dhis2.org/ci/


regards,


Lars




 


On Tue, Oct 9, 2012 at 9:44 AM, easy  wrote:

Hi,all, I put some chinese words in chart,some charts are normal ,but some 
charts display abnormbal,crazy words, why>? view in attachment.








--

此致

   easy

莫愁前路无知己,天下谁人不识君。
 
thanks!
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp







___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] The chinese words in chart is crazy words.

2012-10-10 Thread easy



Hi,sir,
But the chart still have crazy words.

--

此致

  easy

莫愁前路无知己,天下谁人不识君。
At 2012-10-10 19:56:31,"Jan Henrik Øverland"  
wrote:
Hi, this has already been asked (by you) and answered (by me) on this list.


On Tue, Oct 9, 2012 at 5:35 PM, easy  wrote:
I find this function in app.js under visualizer module will replace all chinese 
word with null,so the chinese org name will display none in org tree in 
visualize chart designer.

jsonEncodeString: function(str) {
return typeof str === 'string' ? str.replace(/[^a-zA-Z 
0-9(){}<>_!+;:?*&%#-]+/g,'') : str;
},


At 2012-10-09 22:56:30,easy  wrote:

Hi,Lars,
  I updated from trunk,recompile,still find some  crazy words,though some is 
corrected.
  I wonder if  some chart are normal ,but some other chart arn't display 
normal. why do you think is font problem?




--

此致
easy

莫愁前路无知己,天下谁人不识君。

At 2012-10-09 18:32:30,"Lars Helge Øverland"  wrote:
Hi Easy


I can see that we are using Tahoma as font for the server-generated charts 
which is not good practice. I have changed to using a logical sans serif font, 
which means that Java will search for the best match within the available fonts 
for this category. This means that you should be able to install a Chinese sans 
serif font on your server to render this properly. 


You can download the latest version from here


http://apps.dhis2.org/ci/


regards,


Lars




 


On Tue, Oct 9, 2012 at 9:44 AM, easy  wrote:

Hi,all, I put some chinese words in chart,some charts are normal ,but some 
charts display abnormbal,crazy words, why>? view in attachment.








--

此致

   easy

莫愁前路无知己,天下谁人不识君。
 
thanks!
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp










___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] The chinese words in chart is crazy words.

2012-10-09 Thread easy
I find this function in app.js under visualizer module will replace all chinese 
word with null,so the chinese org name will display none in org tree in 
visualize chart designer.

jsonEncodeString: function(str) {
return typeof str === 'string' ? str.replace(/[^a-zA-Z 
0-9(){}<>_!+;:?*&%#-]+/g,'') : str;
},

At 2012-10-09 22:56:30,easy  wrote:

Hi,Lars,
  I updated from trunk,recompile,still find some  crazy words,though some is 
corrected.
  I wonder if  some chart are normal ,but some other chart arn't display 
normal. why do you think is font problem?




--

此致
easy

莫愁前路无知己,天下谁人不识君。

At 2012-10-09 18:32:30,"Lars Helge Øverland"  wrote:
Hi Easy


I can see that we are using Tahoma as font for the server-generated charts 
which is not good practice. I have changed to using a logical sans serif font, 
which means that Java will search for the best match within the available fonts 
for this category. This means that you should be able to install a Chinese sans 
serif font on your server to render this properly. 


You can download the latest version from here


http://apps.dhis2.org/ci/


regards,


Lars




 


On Tue, Oct 9, 2012 at 9:44 AM, easy  wrote:

Hi,all, I put some chinese words in chart,some charts are normal ,but some 
charts display abnormbal,crazy words, why>? view in attachment.








--

此致

   easy

莫愁前路无知己,天下谁人不识君。
 
thanks!
 



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] The chinese words in chart is crazy words.

2012-10-09 Thread easy
Hi,all, I put some chinese words in chart,some charts are normal ,but some 
charts display abnormbal,crazy words, why>? view in attachment.








--

此致

   easy

莫愁前路无知己,天下谁人不识君。
 
thanks!
 <>___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Is there some way to filter datavalue by more than one organization group ?

2012-09-24 Thread easy
I translated dis2 on everyday almost after I've pulled the trunk
At 2012-09-25 01:37:15,"Jason Pickering"  wrote:
>Hi Easy,
>First, WOW. Amazing you have translated just about everything.
>
>I merged your files with trunk and will commit them now . There have
>been a number of changes to the translations since the last time you
>updated the strings, but they will be available soon in trunk so you
>can work off of the latest version.
>
>Best regards,
>Jason
>
>
>On Mon, Sep 24, 2012 at 7:23 PM, Knut Staring  wrote:
>> Sorry, spelling mistake. It should be like this:
>>
>> bzr diff > ch.patch
>>
>> Please try again.
>> Thanks, Knut
>>
>> Sent from my mobile
>>
>> On Sep 25, 2012 12:04 AM, "easy"  wrote:
>>>
>>> Hi,
>>> the bzr dif get nothing, I copy out the files to a zip file.
>>>
>>>I also another question: how to get the aggregated data at any time?
>>> not just last year,last month, I want get the year 2011,2009, or 201101.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> 此致
>>>
>>>林晓东
>>>
>>> 莫愁前路无知己,天下谁人不识君。
>>>
>>>
>>> 在 2012-09-24 17:29:08,"Knut Staring"  写道:
>>> >On Mon, Sep 24, 2012 at 5:26 AM, easy  wrote:
>>> >> Hi,Knut,
>>> >>   I have translated DHIS2 to chinese. glad to contribute.
>>> >
>>> >Great. The best way for us to incorporate the translations is if you
>>> >can go to the root of your DHIS2 source code and run the following
>>> >statement from the command line:
>>> >
>>> > bzr dif > ch.patch
>>> >
>>> >Please just email me the resulting file (called ch.patch).
>>> >
>>> >Thanks a lot,
>>> >Knut
>>>
>>>
>>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Is there some way to filter datavalue by more than one organization group ?

2012-09-24 Thread easy
I translated dis2 on everyday almost after I've pulled the trunk
how about the question?
At 2012-09-25 01:37:15,"Jason Pickering"  wrote:
>Hi Easy,
>First, WOW. Amazing you have translated just about everything.
>
>I merged your files with trunk and will commit them now . There have
>been a number of changes to the translations since the last time you
>updated the strings, but they will be available soon in trunk so you
>can work off of the latest version.
>
>Best regards,
>Jason
>
>
>On Mon, Sep 24, 2012 at 7:23 PM, Knut Staring  wrote:
>> Sorry, spelling mistake. It should be like this:
>>
>> bzr diff > ch.patch
>>
>> Please try again.
>> Thanks, Knut
>>
>> Sent from my mobile
>>
>> On Sep 25, 2012 12:04 AM, "easy"  wrote:
>>>
>>> Hi,
>>> the bzr dif get nothing, I copy out the files to a zip file.
>>>
>>>I also another question: how to get the aggregated data at any time?
>>> not just last year,last month, I want get the year 2011,2009, or 201101.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> 此致
>>>
>>>林晓东
>>>
>>> 莫愁前路无知己,天下谁人不识君。
>>>
>>>
>>> 在 2012-09-24 17:29:08,"Knut Staring"  写道:
>>> >On Mon, Sep 24, 2012 at 5:26 AM, easy  wrote:
>>> >> Hi,Knut,
>>> >>   I have translated DHIS2 to chinese. glad to contribute.
>>> >
>>> >Great. The best way for us to incorporate the translations is if you
>>> >can go to the root of your DHIS2 source code and run the following
>>> >statement from the command line:
>>> >
>>> > bzr dif > ch.patch
>>> >
>>> >Please just email me the resulting file (called ch.patch).
>>> >
>>> >Thanks a lot,
>>> >Knut
>>>
>>>
>>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Is there some way to filter datavalue by more than one organization group ?

2012-09-23 Thread easy
Thanks for your quick answer.
My mean is:  for example: we have defined  two orggrp1( 
org1,org2,org3,org4,org5) ,orggrp2(org3,org4,org5,org6), I want only get the 
dataelement and indiator values  of (orggrp1) ∩ (orggrp2) ={ org3,org4,org5}. 
not 

 (orggrp1) ∪ (orggrp2) ={ org1,org2,org3,org4,org5,org6}






--

此致

   林晓东

莫愁前路无知己,天下谁人不识君。

At 2012-09-24 11:49:20,"Jason Pickering"  wrote:
>Hi Easy,
>
>Nice that you have translated it to Chinese.
>
>In regards to your other query, I think you can do this by something
>like this (login with admin/district)
>
>1) Gettting all orgunits in a particular group
>
>e.g. http://apps.dhis2.org/dev/api/organisationUnitGroups/RXL3lPSK8oG.xml
>
>2) You can get the datasets which the orgunit belongs to
>
>e.g. http://apps.dhis2.org/dev/api/organisationUnits/GvFqTavdpGE.xml
>
>3) Each dataset is associated with data elements
>
>e.g http://apps.dhis2.org/dev/api/dataSets/lyLU2wR22tC.xml
>
>If I understood you correctly, this should provide a path to get data
>elements for each orgunit in different groups.
>
>Regards,
>Jason
>
>
>On Mon, Sep 24, 2012 at 5:26 AM, easy  wrote:
>> Hi,Knut,
>>   I have translated DHIS2 to chinese. glad to contribute.
>>   I hope provide the dataelement  of the org belong to grp1 and grp2 with
>> webapi,is there a way do it ?
>>
>>
>> --
>> 此致
>>
>>林晓东
>>
>> 莫愁前路无知己,天下谁人不识君。
>> At 2012-09-23 17:01:25,"Knut Staring"  wrote:
>>
>> Hello Easy, have you translated DHIS2 to Chinese? It would be great if you
>> could contribute back.
>>
>> Best regards,
>> Knut
>>
>> Sent from my mobile
>>
>> On Sep 23, 2012 9:00 AM, "easy"  wrote:
>>>
>>> Hello,
>>> I want get data element value by filter by org group,but I find there only
>>> filter one org group in dhis2, I want to know how to filter with more group
>>> (org is the interset of grp1 ,grp2,...)
>>> also there isn't filter by groupset?
>>> --
>>> 此致
>>>
>>> easy
>>>
>>> 莫愁前路无知己,天下谁人不识君。
>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Is there some way to filter datavalue by more than one organization group ?

2012-09-23 Thread easy
Hi,Knut,
  I have translated DHIS2 to chinese. glad to contribute.
  I hope provide the dataelement  of the org belong to grp1 and grp2 with 
webapi,is there a way do it ?



--

此致

   林晓东

莫愁前路无知己,天下谁人不识君。
At 2012-09-23 17:01:25,"Knut Staring"  wrote:


Hello Easy, have you translated DHIS2 to Chinese? It would be great if you 
could contribute back.

Best regards,
Knut

Sent from my mobile

On Sep 23, 2012 9:00 AM, "easy"  wrote:

Hello,
I want get data element value by filter by org group,but I find there only 
filter one org group in dhis2, I want to know how to filter with more group 
(org is the interset of grp1 ,grp2,...)
also there isn't filter by groupset?

--

此致

easy

莫愁前路无知己,天下谁人不识君。



___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Is there some way to filter datavalue by more than one organization group ?

2012-09-22 Thread easy
Hello,
I want get data element value by filter by org group,but I find there only 
filter one org group in dhis2, I want to know how to filter with more group 
(org is the interset of grp1 ,grp2,...)
also there isn't filter by groupset?

--

此致

easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] chinese word can't display in dv option panel

2012-07-25 Thread easy
I FIND: 
  what's this function function? in DV app.js line 270.
==
jsonEncodeString: function(str) {
return typeof str === 'string' ? str.replace(/[^a-zA-Z 
0-9(){}<>_!+;:?*&%#-]+/g,'') : str;
},
==
all chinese words be replaced!?


--

此致

 
莫愁前路无知己,天下谁人不识君。

At 2012-07-25 15:58:36,easy  wrote:

I build the app using dhis29 trunk code .  but there some where can't display 
chinese word. esp in datavisulizer module.
 the chinese named DE,Indicator,orginzation, all display none.
 
some charts also can't display chinese organization name.

--

此致

easy

莫愁前路无知己,天下谁人不识君。


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] the trunk version 's visual chart report can't work now.

2012-03-12 Thread easy
I down the newest code, the visializer report designer can't work, only half of 
page .


--

此致

easy

莫愁前路无知己,天下谁人不识君。___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp