[Dhis2-devs] Develop Application

2014-05-12 Thread Kenneth Børtveit
Hi Devs. Is there a tutorial for making DHIS2 apps available? -Kenneth ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.

Re: [Dhis2-devs] [Dhis2-users] Creation of bulk user.

2014-05-09 Thread Kenneth Børtveit
Alright. Are you using postgres? If not, this will not work. 1. Select the by pressing the select button. 2. In this case, the firstname and surname is in the csv file. Surname in the first column, 0, and firstname in the second column, 1. Select the csv radio button and the right column. Probabl

Re: [Dhis2-devs] [Dhis2-users] Creation of bulk user.

2014-05-07 Thread Kenneth Børtveit
You can try using this .jar file. It is not very prepared, but I think it can help you. I used this to create users from a csv file. It is not user friendly, so just let me know if you need any help. ​ user_importer.jar

Re: [Dhis2-devs] SMS Translate

2014-04-04 Thread Kenneth Børtveit
This is good news, thanks! 2014-04-04 9:22 GMT+02:00 Long Ngo Thanh : > Hi Kenneth, > > You can do that with the upcomming DHIS 2.15. > > Right now it's not available with 2.14. > > Long > On Apr 4, 2014 2:12 PM, "Kenneth Børtveit" > wrote: >

[Dhis2-devs] SMS Translate

2014-04-04 Thread Kenneth Børtveit
Hi again Devs! We want to translate outgoing sms's sent by the system to community health workers (the ones doing sms-based reporting). Is there an easy way to do it? Would like to keep the english interface, it's just the sms messages like this one: "DHIS: Thank you! Values entered: d=12 s=1 M

Re: [Dhis2-devs] Storing phonenumbers

2014-04-02 Thread Kenneth Børtveit
I will use a 'SMPP' gateway, but for now I am using 'Generic HTTP' gateway. 2014-04-02 12:53 GMT+02:00 Peder Andreas Nergaard : > Which gateway are you using to send messages? > > _A_ > > > On 02. april 2014 10:54, Kenneth Børtveit wrote: > &g

[Dhis2-devs] Storing phonenumbers

2014-04-02 Thread Kenneth Børtveit
Hi Devs! I am wondering how to store phonenumbers. Example: Rwanda phone numbers are like this. +250783114729 Should I store 783114729, 250783114729 or +250783114729? When I report data through the gateway DHIS2 recieves data on +250783114729 and maps it correctly to my user, but sends a messag

Re: [Dhis2-devs] Relative periods

2014-04-01 Thread Kenneth Børtveit
u miss? > > regards, > > Lars > > > > On Tue, Apr 1, 2014 at 10:27 AM, Kenneth Børtveit < > kenneth.bortv...@gmail.com> wrote: > >> Hi Devs! >> >> Is it possible to access the relative period functions in postgres? >> >> If so, does anybod

[Dhis2-devs] Relative periods

2014-04-01 Thread Kenneth Børtveit
Hi Devs! Is it possible to access the relative period functions in postgres? If so, does anybody know how? Like these ones: LAST_MONTH, LAST_BIMONTH, LAST_QUARTER, LAST_SIX_MONTH, MONTHS_THIS_YEAR, QUARTERS_THIS_YEAR, ___ Mailing list: https://launchp

Re: [Dhis2-devs] Password Generation

2014-03-19 Thread Kenneth Børtveit
scussed on this > list, but it is most clear by analyzing the source code. > > Best regards, > Jason > > > > On Thu, Mar 20, 2014 at 5:39 PM, Kenneth Børtveit < > kenneth.bortv...@gmail.com> wrote: > >> Hi. >> >> I am trying to generate

[Dhis2-devs] Password Generation

2014-03-19 Thread Kenneth Børtveit
Hi. I am trying to generate passwords to almost 45,000 users in Rwanda. There is no problem in generating a random sequence of characters, the problem is storing it in a database. The password is stored as a hash, but I don't know which hash function to use. Could anybody assist? -Kenneth _