IRC Chat : 2014-01-28 - OpenMRS

00:14:27 *** ningosi has quit IRC
00:15:16 *** ningosi has joined #openmrs
00:33:10 *** dkayiwa has left #openmrs
00:47:02 *** robbyoconnor has quit IRC
01:13:55 *** robbyoconnor has joined #openmrs
01:13:56 *** ChanServ sets mode: +v robbyoconnor
01:45:14 *** robbyoconnor has quit IRC
01:57:50 *** ningosi has quit IRC
02:01:46 *** ningosi has joined #openmrs
02:03:40 <OpenMRSBot> Recent updates in the world of openmrsci: SON-OPENMRSCOREMASTER-128 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-OPENMRSCOREMASTER-128>
02:08:07 *** rday has joined #openmrs
02:25:27 *** Tajha has joined #openmrs
03:23:26 *** robbyoconnor has joined #openmrs
03:23:26 *** ChanServ sets mode: +v robbyoconnor
03:35:29 *** wluyima has quit IRC
03:35:38 *** wluyima_ has joined #openmrs
03:49:34 *** robbyoconnor has quit IRC
04:40:57 *** rday has quit IRC
04:41:20 *** rday has joined #openmrs
04:56:12 *** GitHub32 has joined #openmrs
04:56:12 <GitHub32> [openmrs-core] wluyima pushed 2 new commits to 1.10.x: http://git.io/zPSGmw
04:56:12 <GitHub32> openmrs-core/1.10.x 19968f8 wyclif: Applying auto format changes
04:56:12 <GitHub32> openmrs-core/1.10.x 97d5100 wyclif: Added unit test for ensuring orders.orderer is converted to provider instead of user - TRUNK-4202
04:56:12 *** GitHub32 has left #openmrs
05:03:56 *** GitHub151 has joined #openmrs
05:03:56 <GitHub151> [openmrs-core] wluyima pushed 1 new commit to 1.10.x: http://git.io/wLz2EA
05:03:56 <GitHub151> openmrs-core/1.10.x 73cb57c wyclif: Follow up to clean up code - TRUNK-4191
05:03:56 *** GitHub151 has left #openmrs
05:04:03 *** robbyoconnor has joined #openmrs
05:04:03 *** ChanServ sets mode: +v robbyoconnor
05:13:45 *** rday has quit IRC
05:14:12 *** rday has joined #openmrs
05:18:26 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-ONEPOINTTENX-83 has FAILED (2 tests failed) : Updated by Wyclif Luyima <https://ci-stg.openmrs.org/browse/TRUNK-ONEPOINTTENX-83>
05:30:29 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1665 has FAILED (1 tests failed) : Dependant of RDD-RDD-335 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1665>
05:34:13 *** robbyoconnor has quit IRC
05:34:15 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-ONEPOINTTENX-84 has FAILED (2 tests failed) : Updated by Wyclif Luyima <https://ci-stg.openmrs.org/browse/TRUNK-ONEPOINTTENX-84>
05:34:36 *** robbyoconnor has joined #openmrs
05:34:36 *** ChanServ sets mode: +v robbyoconnor
05:38:43 *** vinayv has joined #openmrs
05:39:19 *** robbyoconnor has quit IRC
05:39:44 *** robbyoconnor has joined #openmrs
05:39:45 *** ChanServ sets mode: +v robbyoconnor
06:08:29 *** robbyoconnor has quit IRC
06:12:30 *** upul has quit IRC
06:17:59 *** robbyoconnor has joined #openmrs
06:17:59 *** ChanServ sets mode: +v robbyoconnor
06:48:14 *** wluyima_ has quit IRC
06:50:35 *** SURAJ has joined #openmrs
06:53:05 <SURAJ> @djazayeri hi, I am working on this ticket html formentry-45
06:54:19 <djazayeri> SURAJ: okay
06:54:32 <SURAJ> djazayeri: I need some clarifications are you for a free for a moment?
06:54:50 <djazayeri> SURAJ: I have 5 minutes.
06:55:20 <djazayeri> SURAJ: what's up?
06:55:24 *** rday has quit IRC
06:55:36 <SURAJ> djazayeri: you replied on my pull request that you need a token systemdefault
06:57:02 <djazayeri> SURAJ: I only looked at the pull request and hadn't looked at the ticket definition. My preference would be that instead of "SYSTEM_DEFAULT" we do "SystemDefault"
06:57:13 <djazayeri> SURAJ: but since the ticket is written the other way, that's fine by me.
06:59:48 *** SURAJ has quit IRC
07:00:08 *** maurya has joined #openmrs
07:01:27 *** suraj has joined #openmrs
07:02:07 <suraj> djazayeri: so should i be taking "SYSTEM_DEFAULT" from the tag as input and accept it in SystemDEfault Constant or should i be taking "SystemDefault" from the user directly
07:02:41 <djazayeri> suraj: if the tag says <encounterLocation default="SYSTEM_DEFAULT"/> then you should use the system default location
07:05:08 <djazayeri> suraj: does that make sense?
07:05:08 <suraj> djazayeri: yes i have been doing that, but it was mentioned in the pull request that I must be staring it in HTMFormEntryUtil Cnstants, so my doubt is whether to keep SystemDefault as the constant to accept "SYSTEM_DEFAULT" as a string
07:05:39 <suraj> djazayeri: *storing
07:06:28 *** maurya has quit IRC
07:06:34 *** maurya has joined #openmrs
07:07:10 *** ChanServ sets mode: +v maurya
07:07:16 <djazayeri> suraj: he means that instead of having the string "SYSTEM_DEFAULT" where you have it, instead you should say something like: public static final String DEFAULT_TO_SYSTEM_DEFAULT_LOCATION = "SYSTEM_DEFAULTS"
07:08:32 <djazayeri> suraj: (do that in HtmlFormEntryConstants) and refer to it from HtmlFormEntryUtil
07:09:07 <suraj> djazayeri: Okay, thank you for clearing that:-) so, my last question, then where does your comment to include SystemDefault token fit in?
07:09:33 <suraj> djazayeri: like you mentioned GlobalProperties:
07:09:35 <djazayeri> suraj: ignore that comment. I hadn't read the ticket description.
07:10:07 <suraj> djazayeri: oh :) thank you so much for taking the time to explain djazayeri :-)
07:10:21 <djazayeri> suraj: no problem, good luck!
07:12:53 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1645 has FAILED (2 tests failed) : Rebuilt 1 times <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1645>
07:32:15 *** robbyoconnor has quit IRC
07:37:03 *** robbyoconnor has joined #openmrs
07:37:03 *** ChanServ sets mode: +v robbyoconnor
07:37:55 <ningosi> hi, can someone help me on how I can filter drugs given a collection of ConceptMapType?
07:38:05 *** robbyoconnor has quit IRC
07:56:03 *** suraj has quit IRC
08:01:03 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-DEMO-111 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/REFAPP-DEMO-111>
08:16:25 <ningosi> @djazayeri hi you have some few minutes a short chat?
08:21:15 *** ningosi has quit IRC
08:21:38 *** ningosi has joined #openmrs
08:21:45 *** dkayiwa has joined #openmrs
08:23:18 *** robbyoconnor has joined #openmrs
08:23:18 *** ChanServ sets mode: +v robbyoconnor
08:30:58 *** ningosi has quit IRC
08:34:48 *** ningosi has joined #openmrs
08:40:26 *** robbyoconnor has quit IRC
08:41:33 *** ningosi has quit IRC
08:45:14 *** harsz89 has quit IRC
08:45:57 *** dkayiwa has quit IRC
08:46:11 *** ningosi has joined #openmrs
08:46:11 *** dkayiwa has joined #openmrs
08:55:58 *** ningosi has quit IRC
08:57:42 *** harsz89 has joined #openmrs
08:57:42 *** ChanServ sets mode: +v harsz89
08:59:46 *** ningosi has joined #openmrs
09:06:48 *** ningosi has quit IRC
09:07:35 *** GitHub119 has joined #openmrs
09:07:36 <GitHub119> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/_UxPnA
09:07:36 <GitHub119> openmrs-core/master e40c3d4 Chelsea H. Komlo: Move code that sets Person auditable fields to AuditableInterceptor
09:07:36 <GitHub119> openmrs-core/master 2515d9b dkayiwa: Merge pull request #587 from chelseakomlo/interceptor_refactor...
09:07:36 *** GitHub119 has left #openmrs
09:07:36 *** GitHub92 has joined #openmrs
09:07:36 <GitHub92> [openmrs-core] dkayiwa closed pull request #587: Move code that sets Person auditable fields to AuditableInterceptor (master...interceptor_refactor) http://git.io/_X2S4w
09:07:36 *** GitHub92 has left #openmrs
09:10:22 *** ningosi has joined #openmrs
09:15:21 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-MASTER-289 has FAILED (1 tests failed) : Updated by dkayiwa <https://ci-stg.openmrs.org/browse/TRUNK-MASTER-289>
09:17:21 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1646 has FAILED (7 tests failed) : Manual build by Rafał Korytkowski <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1646>
09:18:44 *** travis-ci has joined #openmrs
09:18:44 <travis-ci> [travis-ci] [openmrs/openmrs-core] [2515d9b] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17753423
09:18:44 *** travis-ci has left #openmrs
09:52:57 *** khayam has joined #openmrs
09:59:46 *** khayam has quit IRC
10:10:38 *** maurya has quit IRC
10:22:18 *** GitHub21 has joined #openmrs
10:22:18 <GitHub21> [openmrs-core] dkayiwa closed pull request #419: TRUNK-2660:Validate field lengths of domain objects in management pages (master...TRUNK-2660) http://git.io/-XbNlw
10:22:18 *** GitHub21 has left #openmrs
10:43:28 *** GitHub0 has joined #openmrs
10:43:29 <GitHub0> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/7U1fig
10:43:29 <GitHub0> openmrs-core/master cfa698b dkayiwa: Doing some formatting
10:43:29 *** GitHub0 has left #openmrs
10:44:51 *** Tajha has quit IRC
10:48:04 *** Tajha has joined #openmrs
10:53:52 *** travis-ci has joined #openmrs
10:53:52 <travis-ci> [travis-ci] [openmrs/openmrs-core] [cfa698b] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17758114
10:53:52 *** travis-ci has left #openmrs
11:50:25 *** dkayiwa has quit IRC
12:30:56 *** vinayv has quit IRC
12:45:00 *** dkayiwa has joined #openmrs
13:38:46 *** cioan has joined #openmrs
13:57:31 *** dkithmal has joined #openmrs
14:10:11 *** dkayiwa has quit IRC
14:15:59 *** k-joseph has joined #openmrs
14:33:50 *** wluyima has joined #openmrs
14:34:07 *** dkayiwa has joined #openmrs
14:49:01 <rafa> dkayiwa: hey
14:49:08 <dkayiwa> rafa: hi
14:49:37 <rafa> dkayiwa: do you have some spare cycles to help me?
14:49:45 <dkayiwa> rafa: no problem
14:49:56 <rafa> dkayiwa: I have a problem with a failing test on branch 1.10.x
14:49:59 <rafa> dkayiwa: OpenmrsProfileExclusionFilterTest
14:50:03 <dkayiwa> rafa: ok
14:50:10 <rafa> dkayiwa: it passes for me locally, but fails on CI
14:50:15 <rafa> dkayiwa: I have no idea why
14:50:17 <dkayiwa> rafa: ok
14:50:29 <rafa> dkayiwa: could you try yourself and maybe debug to see what's going on?
14:50:35 <dkayiwa> rafa: ok
14:50:45 <rafa> dkayiwa: first let me know if it passes or fails for you
14:50:56 <dkayiwa> rafa: ok
14:52:29 *** yanosz has quit IRC
14:56:49 *** GitHub9 has joined #openmrs
14:56:50 <GitHub9> [openmrs-core] dkayiwa pushed 3 new commits to master: http://git.io/kpG_Kw
14:56:50 <GitHub9> openmrs-core/master 2f55c3e Marv Cool: adds an fallback for APPLICATION_DATA_DIRECTORY...
14:56:50 <GitHub9> openmrs-core/master 0675648 Marv Cool: removed unesseary / from path
14:56:50 <GitHub9> openmrs-core/master cb7b6ca dkayiwa: Merge pull request #454 from openmrs-codejam-hamburg/TRUNK-3934...
14:56:50 *** GitHub9 has left #openmrs
14:56:51 *** GitHub173 has joined #openmrs
14:56:52 <GitHub173> [openmrs-core] dkayiwa closed pull request #454: TRUNK-3934 - adds an fallback for APPLICATION_DATA_DIRECTORY (master...TRUNK-3934) http://git.io/pponlA
14:56:52 *** GitHub173 has left #openmrs
15:02:44 <dkayiwa> rafa: one test failure and one error
15:03:04 <rafa> dkayiwa: ok so it's the same as on CI
15:03:10 <dkayiwa> rafa: yes
15:03:10 <rafa> dkayiwa: could you debug and see why?
15:03:15 <dkayiwa> rafa: ok
15:03:21 <rafa> dkayiwa: thanks
15:03:30 <rafa> dkayiwa: I think it's some os difference
15:04:05 <rafa> dkayiwa: maybe how properties file with version is read...
15:05:49 <dkayiwa> rafa: ok
15:10:17 <dkayiwa> rafa: did you look at the stack trace?
15:11:05 <dkayiwa> rafa: org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [org.openmrs.annotation.OpenmrsProfile1_10] is defined: expected single bean but found 0:
15:11:12 <rafa> dkayiwa: yes, it just says no bean found or bean exists but it expected it not to exist
15:11:19 <rafa> dkayiwa: exactly
15:11:24 <dkayiwa> rafa: ok
15:11:30 <rafa> dkayiwa: but it means that versions were resolved incorrectly
15:11:36 <dkayiwa> rafa: ok
15:11:54 <rafa> dkayiwa: and a bean that shouldn't have been created exists
15:12:01 <rafa> dkayiwa: the other is reverse
15:12:05 <dkayiwa> rafa: ok
15:16:02 *** dkithmal_ has joined #openmrs
15:18:08 <dkayiwa> rafa: which ticket is it such that i can look at the commits?
15:18:53 <rafa> dkayiwa: https://tickets.openmrs.org/browse/TRUNK-3644
15:18:53 *** dkithmal has quit IRC
15:20:03 <dkayiwa> rafa: when do you need it? :)
15:20:29 <rafa> dkayiwa: the sooner the better. 1.10.x is red
15:20:49 <rafa> dkayiwa: but tomorrow should be fine too
15:20:50 <dkayiwa> rafa: am going to log off and will be back after like 4 hrs from now :)
15:21:03 <dkayiwa> rafa: but i can work on it before i sleep :)
15:21:11 <rafa> dkayiwa: cool, no worries
15:21:31 <rafa> dkayiwa: I may ask wyclif if he shows up as well
15:21:36 <dkayiwa> rafa: ok
15:21:51 <rafa> dkayiwa: thanks!
15:34:52 *** dkithmal_ has quit IRC
15:35:22 *** dkithmal_ has joined #openmrs
15:35:38 *** gauravpaliwal has joined #openmrs
15:35:50 *** ChanServ sets mode: +v gauravpaliwal
15:47:10 *** cytofu has joined #openmrs
15:49:12 *** dkayiwa has quit IRC
15:52:58 *** rday has joined #openmrs
15:53:44 <cytofu> I want to make a module that adds some hints/warnings before the add/change regimen form is submit. It sounds like this could maybe be achieved somehow using the Form Entry Module, FormSubmissionController. I haven't found any Docu on that though --> is that even the right path to follow? Or should I do it differently?
15:54:23 <OpenMRSBot> Recent updates in the world of openmrsci: APPUI-APPUI-309 has FAILED : Dependant of EMRAPI-EMRAPI-417 <https://ci-stg.openmrs.org/browse/APPUI-APPUI-309> || CA-CA-642 has FAILED : Dependant of EMRAPI-EMRAPI-417 <https://ci-stg.openmrs.org/browse/CA-CA-642> || REFMETA-REFMETA-250 has FAILED : Dependant of EMRAPI-EMRAPI-417 <https://ci-stg.openmrs.org/browse/REFMETA-REFMETA-250>
15:56:12 *** vinayv has joined #openmrs
15:58:53 <OpenMRSBot> Recent updates in the world of openmrsci: CA-CA-643 has FAILED : Updated by Rafal Korytkowski <https://ci-stg.openmrs.org/browse/CA-CA-643>
15:59:30 *** rday has quit IRC
16:01:10 <ningosi> hello
16:02:17 *** gauravpaliwal has left #openmrs
16:02:18 <OpenMRSBot> Recent updates in the world of openmrsci: CA-CA-644 has FAILED : Manual build by Rafał Korytkowski <https://ci-stg.openmrs.org/browse/CA-CA-644>
16:04:00 *** vinayv has quit IRC
16:04:03 <djazayeri> ningosi: hey, I was sleeping when you pinged me, but I'm here now.
16:04:38 <cpower> wluyima: scrum time! You around?
16:05:00 <wluyima> cpower: not bi weekly call?
16:05:14 <cpower> wluyima: yes our bi weekly call
16:05:29 <cpower> wluyima: we are in the hangout looking for you ;-)
16:06:06 *** cytofu_ has joined #openmrs
16:11:23 *** wluyima has quit IRC
16:11:59 *** wluyima has joined #openmrs
16:12:35 *** cytofu__ has joined #openmrs
16:13:45 *** cytofu_ has quit IRC
16:13:46 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1666 has FAILED (2 tests failed) : Dependant of RDD-RDD-336 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1666>
16:14:53 *** cytofu has quit IRC
16:19:40 *** dkithmal_ has quit IRC
16:20:10 *** dkithmal_ has joined #openmrs
16:33:20 *** dkithmal_ has quit IRC
16:34:19 *** dkithmal_ has joined #openmrs
16:41:12 *** dkithmal_ has quit IRC
16:47:38 *** robbyoconnor has joined #openmrs
16:47:38 *** ChanServ sets mode: +v robbyoconnor
16:54:06 *** Mkop has joined #openmrs
17:15:00 *** robbyoconnor has quit IRC
17:23:02 *** k-joseph has quit IRC
17:36:12 *** cytofu__ has quit IRC
17:36:48 *** dkithmal has joined #openmrs
17:38:12 *** k-joseph has joined #openmrs
18:05:00 *** suraj has joined #openmrs
18:18:35 *** dkithmal has quit IRC
18:19:01 *** dkithmal has joined #openmrs
18:21:46 *** robbyoconnor has joined #openmrs
18:21:46 *** ChanServ sets mode: +v robbyoconnor
18:43:57 *** GitHub65 has joined #openmrs
18:43:57 <GitHub65> [openmrs-core] saramirza14 opened pull request #588: TRUNK-2448: Add ability to view uuids to most objects (master...TRUNK-2448-New) http://git.io/Y20KIg
18:43:57 *** GitHub65 has left #openmrs
18:45:13 *** harsz89 has quit IRC
18:51:01 *** dkithmal has quit IRC
18:57:32 *** harsz89 has joined #openmrs
18:57:32 *** ChanServ sets mode: +v harsz89
19:03:15 *** breeze has joined #openmrs
19:03:26 *** cioan1 has joined #openmrs
19:03:33 *** suraj has quit IRC
19:05:57 *** cioan has quit IRC
19:35:00 *** cioan1 has quit IRC
19:35:23 *** robbyoconnor has quit IRC
19:39:53 *** cioan has joined #openmrs
19:54:36 *** Ch3ck_ has joined #openmrs
20:26:55 *** dkayiwa has joined #openmrs
20:32:26 *** GitHub32 has joined #openmrs
20:32:26 <GitHub32> [openmrs-core] chelseakomlo opened pull request #589: Refactor AuditableInterceptor to improve readibility. (master...refactor_interceptor) http://git.io/Mhywgw
20:32:26 *** GitHub32 has left #openmrs
20:55:08 <dkayiwa> wluyima: hi
20:55:14 <wluyima> hi dkayiwa
20:55:29 <dkayiwa> wluyima: did rafa talk to you about some failing unit test?
21:03:33 *** Ch3ck_ has quit IRC
21:03:59 *** robbyoconnor has joined #openmrs
21:03:59 *** ChanServ sets mode: +v robbyoconnor
21:11:29 *** k-joseph has quit IRC
21:16:16 *** wluyima has quit IRC
21:38:44 *** robbyoconnor has quit IRC
21:49:45 *** wluyima has joined #openmrs
21:56:14 <wluyima> hi dkayiwa
21:56:23 <wluyima> dkayiwa: nope
21:56:30 <dkayiwa> wluyima: ok
21:56:38 <wluyima> dkayiwa: i know it has to do with some code he committed
21:56:59 <dkayiwa> wluyima: yes TRUNK-3644
21:57:10 <wluyima> !TRUNK-3644
21:57:11 <OpenMRSBot> wluyima: Error: "TRUNK-3644" is not a valid command.
21:57:27 <wluyima> !ticket TRUNK-3644
21:57:28 <OpenMRSBot> wluyima: [#TRUNK-3644] Define which resources to load for module based on OpenMRS version - OpenMRS JIRA - https://tickets.openmrs.org/browse/TRUNK-3644
21:57:57 <wluyima> dkayiwa: yes that
22:04:22 *** dkayiwa has quit IRC
22:10:09 *** breeze has quit IRC
22:50:52 *** robbyoconnor has joined #openmrs
22:51:01 *** robbyoconnor has joined #openmrs
22:51:01 *** ChanServ sets mode: +v robbyoconnor
23:01:28 *** uju has joined #openmrs
23:02:46 *** ningosi has quit IRC
23:06:06 *** ningosi has joined #openmrs
23:10:58 *** ningosi has quit IRC
23:12:11 *** ningosi has joined #openmrs
23:17:02 *** ningosi has quit IRC
23:20:54 *** ningosi has joined #openmrs
23:26:48 *** ningosi has quit IRC
23:30:34 *** ningosi has joined #openmrs
23:32:05 <cpower> wluyima: you around?
23:32:16 <wluyima> cpower: yes
23:33:02 <cpower> wluyima: we've got a volunteer who's been doing bug fixes for over a month and wants to do something more project based. Room for him in Order Entry or have a better suggestion?
23:34:33 <cpower> I could pass him on to team Elliott, just thinking about it
23:34:48 <cpower> elliott_w: you around?
23:34:54 <elliott_w> cpower: yeah
23:35:19 <cpower> elliott_w: you looking for help yet or still need to design more?
23:35:50 *** ningosi has quit IRC
23:35:51 <cpower> elliott_w: and you need to be bugging me we need to talk about your work
23:36:06 <elliott_w> cpower: i'm just getting my feet wet with grails...right now i'm trying to build up to functionality of the current modrepo
23:36:38 <elliott_w> cpower: in ~2 weeks i think it'll be ready for feedback and bringing people onboard. right now there's just not enough structure to build off of
23:36:52 <elliott_w> cpower: also, duly noted :)
23:38:01 <cpower> elliott_w: fair enough
23:38:17 *** ningosi has joined #openmrs
23:38:24 <cpower> back to wluyima ; you have any suggestions on what to put him on?
23:38:31 <cpower> Ujwala Nanavare is who I'm talking about
23:42:45 <cpower> I'll take the quiet as a no...
23:43:50 <wluyima> cpower: reading your messages….
23:44:26 <wluyima> cpower: sure he dean work on order entry tickets
23:44:37 *** ningosi has quit IRC
23:44:47 <wluyima> cpower: sure he can work on order entry tickets
23:48:10 *** ningosi has joined #openmrs
23:49:53 *** robbyoconnor has quit IRC
23:50:43 <cpower> wluyima: ++
23:52:35 *** upul has joined #openmrs
23:53:07 *** ningosi has quit IRC
23:56:46 *** ningosi has joined #openmrs