[Care2002-developers] Fwd: Message from Lesko Web Engineering

2015-02-18 Thread Beth Lesko
-- Forwarded message --
From: Beth Lesko 
Date: Tue, Feb 17, 2015 at 6:16 PM
Subject: Fwd: Message from Lesko Web Engineering
To: care2002-developers@lists.sourceforge.net




Dear Sir,

I have a problem with care2x 2.6 when try to admit a patient

when select InPatient => no wards on drop down menu or
when select outPatient => no Dept on drop down menu

Although I created Wards and Dept.

RGDS/Ahmed





-- 
Beth
307-298-0706
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


[Care2002-developers] Fwd: Message from Lesko Web Engineering

2015-02-17 Thread Beth Lesko
Dear Sir,

I have a problem with care2x 2.6 when try to admit a patient

when select InPatient => no wards on drop down menu or
when select outPatient => no Dept on drop down menu

Although I created Wards and Dept.

RGDS/Ahmed
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Care2002-developers Digest, Vol 83, Issue 3

2015-02-13 Thread Beth Lesko
I hardcoded TZS in class_weberp_c2x (wasn't picking up the default), so
resolved!

Then when the branch was sent, an error was fixed by setting the default
location to tzs in the weberp database...

Working now! Yey!

Thanks to George and Tim for archive entries :-)

On Fri, Feb 13, 2015 at 3:59 PM, <
care2002-developers-requ...@lists.sourceforge.net> wrote:

> Send Care2002-developers mailing list submissions to
> care2002-developers@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> or, via email, send a message with subject or body 'help' to
> care2002-developers-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> care2002-developers-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Care2002-developers digest..."
>
>
> Today's Topics:
>
>1. Re: Care2002-developers Digest, Vol 83,   Issue 2 (Beth Lesko)
>
>
> ------
>
> Message: 1
> Date: Fri, 13 Feb 2015 15:58:56 -0500
> From: Beth Lesko 
> Subject: Re: [Care2002-developers] Care2002-developers Digest, Vol 83,
> Issue 2
> To: care2002-developers@lists.sourceforge.net
> Message-ID:
>  u-evcle3qzqpzis-...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I asked the rpc call to send back details on errors by adding
>
> if($result->faultCode() != 0)
> {
> //  RPC failed!
> echo "RPC mechanism failed: " .$result->faultString() . "\n B Y E\n";
> exit( 99 );
> // call to system.multicall failed
> return $result;
> }
>
> to xml_rpc.inc
>
> and there is a currency code error. Do I need to send currency code?
>
> ---INFLATED RESPONSE---[1659 chars]---
>  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
> "> xmlns="http://www.w3.org/1999/xhtml";> rel="shortcut icon" href="/favicon.ico" /> href="/favicon.ico" /> content="application/html; charset=utf-8" /> href="/css/jelly/default.css" rel="stylesheet" type="text/css"
> /> "/javascripts/MiscFunctions.js"> class="callout_main" cellpadding="0" cellspacing="0"> colspan="2" rowspan="2"> cellspacing="0"> cellspacing="0" > class="error">Database Error : Cannot add or update a
> child row: a foreign key constraint fails
> (`leskoweb_weberpdemo`.`debtorsmaster`, CONSTRAINT
> `debtorsmaster_ibfk_2` FOREIGN KEY (`currcode`) REFERENCES
> `currencies` (`currabrev`))Database SQL
> Failure : The SQL that failed wasINSERT INTO debtorsmaster
> (debtorno, name, clientsince, holdreason, paymentterms,
> customerpoline) VALUES ("14", "Akbar Aan", "2015-02-13", "1", "CA",
> "0")  style="text-align:right">Friday, 13/02/2015 | 14:51 width="100%" id="footer"> href="http://www.weberp.org"; rel="external"> alt="webERP" title="webERP Copyright © webrp.org - 2015"
> />webERP v4.07.6 Copyright
> © weberp.org - 2015
> ---END---
>
>
> On Fri, Feb 13, 2015 at 6:43 AM, <
> care2002-developers-requ...@lists.sourceforge.net> wrote:
>
> > Send Care2002-developers mailing list submissions to
> > care2002-developers@lists.sourceforge.net
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > or, via email, send a message with subject or body 'help' to
> > care2002-developers-requ...@lists.sourceforge.net
> >
> > You can reach the person managing the list at
> > care2002-developers-ow...@lists.sourceforge.net
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Care2002-developers digest..."
> >
> >
> > Today's Topics:
> >
> >1. Re: webERP Integration (george maina)
> >2. Moving toward zend... (Beth Lesko)
> >3. Re: Moving toward zend... (Robert Meggle)
> >
> >
> > --
> >
> > Message: 1
> > Date: Thu, 12 Feb 2015 17:43:03 +0300
> > From: george maina 
> > Subject: Re: [Care2002-developers] webERP Integration

Re: [Care2002-developers] Care2002-developers Digest, Vol 83, Issue 2

2015-02-13 Thread Beth Lesko
I asked the rpc call to send back details on errors by adding

if($result->faultCode() != 0)
{
//  RPC failed!
echo "RPC mechanism failed: " .$result->faultString() . "\n B Y E\n";
exit( 99 );
// call to system.multicall failed
return $result;
}

to xml_rpc.inc

and there is a currency code error. Do I need to send currency code?

---INFLATED RESPONSE---[1659 chars]---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>http://www.w3.org/1999/xhtml";>Database Error : Cannot add or update a
child row: a foreign key constraint fails
(`leskoweb_weberpdemo`.`debtorsmaster`, CONSTRAINT
`debtorsmaster_ibfk_2` FOREIGN KEY (`currcode`) REFERENCES
`currencies` (`currabrev`))Database SQL
Failure : The SQL that failed wasINSERT INTO debtorsmaster
(debtorno, name, clientsince, holdreason, paymentterms,
customerpoline) VALUES ("14", "Akbar Aan", "2015-02-13", "1", "CA",
"0") Friday, 13/02/2015 | 14:51http://www.weberp.org"; rel="external">webERP v4.07.6 Copyright
© weberp.org - 2015
---END---


On Fri, Feb 13, 2015 at 6:43 AM, <
care2002-developers-requ...@lists.sourceforge.net> wrote:

> Send Care2002-developers mailing list submissions to
> care2002-developers@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> or, via email, send a message with subject or body 'help' to
> care2002-developers-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> care2002-developers-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Care2002-developers digest..."
>
>
> Today's Topics:
>
>1. Re: webERP Integration (george maina)
>2. Moving toward zend... (Beth Lesko)
>3. Re: Moving toward zend... (Robert Meggle)
>
>
> --
>
> Message: 1
> Date: Thu, 12 Feb 2015 17:43:03 +0300
> From: george maina 
> Subject: Re: [Care2002-developers] webERP Integration
> To: bethle...@gmail.com, care2002-developers@lists.sourceforge.net
> Message-ID:
>  1y...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi
> Check if the The columns being sent meet the requirements of the columns in
> debtors master in weberp, some columns dont allow nulls
>
>
> George
>
>
> George Maina
> P.O. Box 100717-00101
> Nairobi
> +254720692433
>
> On Thu, Feb 12, 2015 at 4:21 AM, Beth Lesko  wrote:
>
> >  [image: Boxbe] <https://www.boxbe.com/overview> bethle...@gmail.com is
> > not on your Guest List
> > <
> https://www.boxbe.com/approved-list?tc_serial=20400146418&tc_rand=225381841&utm_source=stf&utm_medium=email&utm_campaign=ANNO_MWTP&utm_content=001&token=gOs96gvV5kyCf%2BRXyrk0OmcU6dlCnHMYysC1EzOFgCNMfq9zJB4hExuOoCJ8HO8V&key=rcp3U4o5b5zlItUOAlhdOxfk12XiHBWF04ZDQe9n1sQ%3D
> >
> > | Approve sender
> > <
> https://www.boxbe.com/anno?tc_serial=20400146418&tc_rand=225381841&utm_source=stf&utm_medium=email&utm_campaign=ANNO_MWTP&utm_content=001&token=gOs96gvV5kyCf%2BRXyrk0OmcU6dlCnHMYysC1EzOFgCNMfq9zJB4hExuOoCJ8HO8V&key=rcp3U4o5b5zlItUOAlhdOxfk12XiHBWF04ZDQe9n1sQ%3D
> >
> > | Approve domain
> > <
> https://www.boxbe.com/anno?tc_serial=20400146418&tc_rand=225381841&utm_source=stf&utm_medium=email&utm_campaign=ANNO_MWTP&utm_content=001&dom&token=gOs96gvV5kyCf%2BRXyrk0OmcU6dlCnHMYysC1EzOFgCNMfq9zJB4hExuOoCJ8HO8V&key=rcp3U4o5b5zlItUOAlhdOxfk12XiHBWF04ZDQe9n1sQ%3D
> >
> >
> > Or maybe line 1 is the header?
> >
> > Here is the last of the output before the error:
> >
> > ---SENDING---
> > POST /api/api_xml-rpc.php HTTP/1.0
> > User-Agent: XML-RPC for PHP 3.0.0.beta
> > Host: leskoweberp.com:80
> > Accept-Encoding: gzip, deflate
> > Accept-Charset: UTF-8,ISO-8859-1,US-ASCII
> > Content-Type: text/xml
> > Content-Length: 757
> >
> > 
> > 
> > weberp.xmlrpc_InsertCustomer
> > 
> > 
> > 
> > debtorno
> > 14
> > 
> > name
> > Akbar Aan
> > 
> > clientsince
> > 2015-02-12
> > 
> > holdreason
> > 1
> > 
> > paymentterms
> > CA
> > 
> > customerpoline
> > 0
> > 
> > 
> > 
> > 
> > admin
> > 
> > 
> > weberp
> > 
> > 
> > 
> > ---END---
> >
> > ---GOT---
> > H

[Care2002-developers] Moving toward zend...

2015-02-12 Thread Beth Lesko
I appreciate that working on the elct version may improve the version
Selian and HLH (the only 2 hospitals I've worked with in TZ) could benefit
from. That version extends beyond the trunk to suit the needs of TZ.
Ideally, I work all the enhancements back into the original core tables
with options to "localize" it - in plugin fashion. It occurred to me that
basing options on locality could be implemented with include statements
throughout the system, like, for instance, in registration in the
regions/address area. A lot of what is considered a branch because it was
added in a specific country are actually just enhancements to the modules
that all countries could benefit from. The code isn't really set up for
plugin capability, which is why I believe you've embarked on the zend idea.
Include statements might not be easily migrated into the zend version
though. Another idea could be if/case statements in the core module
(controller) files that "re-routes" commands to either another core module
file or just another /gui (view) file. I suppose our classes are basically
models, so maybe working with the original classes and adding classes that
extend them is where the re-routing happens. Ideally, any work done from
here on out works us toward the mvc method and you can see I am reaching
for a clearer understanding of the concepts involved in this task.

I'm more familiar with Yii than I am with zend, but mvc is mvc. Yii has a
utility that allows you to throw a database at it and it automatically
creates a working directory of models, views and controllers. I wonder if
that couldn't be a time saver - editing the Yii results to work with zend
as opposed to writing them all from scratch... Does zend have this
capability?

Could anyone elaborate on how best to curb my coding toward zend?

What are some other reasons for heading into the zend direction? I don't
mean as opposed to Yii, but rather as opposed to "cleaning up" the code as
it is. After all, it works and clearly it conforms in many ways to a well
working mvc system, does it not? Aren't all the pieces here already?

Could anyone elaborate more on what we hope to achieve by moving into zend?
I did see a pretty recent thread about plans for care2x for the future -
I'll read that.

-- 
Beth
307-298-0706
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] webERP Integration

2015-02-11 Thread Beth Lesko
Or maybe line 1 is the header?

Here is the last of the output before the error:

---SENDING---
POST /api/api_xml-rpc.php HTTP/1.0
User-Agent: XML-RPC for PHP 3.0.0.beta
Host: leskoweberp.com:80
Accept-Encoding: gzip, deflate
Accept-Charset: UTF-8,ISO-8859-1,US-ASCII
Content-Type: text/xml
Content-Length: 757



weberp.xmlrpc_InsertCustomer



debtorno
14

name
Akbar Aan

clientsince
2015-02-12

holdreason
1

paymentterms
CA

customerpoline
0




admin


weberp



---END---

---GOT---
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Thu, 12 Feb 2015 01:17:20 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 0
Connection: close
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: webERPapi=28ccea81fe7d8377252d702cb7293b53; path=/


---END---

HEADER: server: nginx/1.6.2
HEADER: date: Thu, 12 Feb 2015 01:17:20 GMT
HEADER: content-type: text/html; charset=utf-8
HEADER: content-length: 0
HEADER: connection: close
HEADER: expires: Thu, 19 Nov 1981 08:52:00 GMT
HEADER: cache-control: no-store, no-cache, must-revalidate,
post-check=0, pre-check=0
HEADER: pragma: no-cache
HEADER: set-cookie: webERPapi=28ccea81fe7d8377252d702cb7293b53; path=/
COOKIE: webERPapi=28ccea81fe7d8377252d702cb7293b53



On Wed, Feb 11, 2015 at 7:59 PM, Beth Lesko  wrote:

> Now this is my elct version integrated with leskoweberp.com and I'm
> getting this error:
>
> XML error at line 1, check URL
> *Fatal error*: Call to a member function kindOf() on a non-object in
> */home/leskoser/public_html/Care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
> on line
>
> *3289*
>
>
> *Here is line 1:*
>
> ---SENDING---
> POST /api/api_xml-rpc.php HTTP/1.0
> User-Agent: XML-RPC for PHP 3.0.0.beta
> Host: leskoweberp.com:80
> Accept-Encoding: gzip, deflate
> Accept-Charset: UTF-8,ISO-8859-1,US-ASCII
> Content-Type: text/xml
> Content-Length: 199
>
> Do I have a wrong port or something? Anything jumping out at anyone?
>
>
> On Wed, Feb 11, 2015 at 7:04 PM, Beth Lesko  wrote:
>
>> Hello :-)
>>
>> I have care2x installed here: http://leskoserv.com/care2x and it is
>> integrated with webERP, which is here: http://leskoweberp.com. I have
>> satisfied these requirements for my setup:
>>
>> The webERP from http://sourceforge.net/projects/web-erp/ will work
>> fine. Here are some instructions for making the link work:
>>
>> In webERP all that needs doing is the variable $DatabaseName in the
>> script api/api_php.php needs to be set to the name of the webERP
>> database.
>>
>> In Care2x there needs to be some changes to
>> include/care_api_classes/class_weberp.php
>>
>> The following lines in the constructor:
>>
>> $this->user = php_xmlrpc_encode("user");
>> $this->password = php_xmlrpc_encode("password");
>>
>> need to contain a valid user/password for webERP which has admin privileges.
>>
>> The URL in the line:
>>
>> $this->ServerURL = "http://localhost/webERP/api/api_xml-rpc.php"
>>
>> needs to point to your webERP installation. (I have run this between
>> servers at different geographical locations).
>>
>> For testing purposes:
>>
>> $this->DebugLevel should be set to 2 which will provide a lot of
>> output in care2c but is good until you have it working. Set to 0 for
>> normal use.
>>
>> You need to set the xml-rpc link to on in System Admin/System Admin.
>>
>> Then you should be ready to go.
>>
>>
>> I get the error "*Fatal error*: Call to undefined method
>> stdClass::createPayload() in
>> */home/leskoser/public_html/care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
>>  on
>> line *1244" *
>>
>> as if I didn't turn the interface on.
>>
>> Would anyone be willing to help me troubleshoot this by asking me
>> questions about my setup? I would really appreciate having a working
>> integration.
>>
>> --
>> Beth
>> 307-298-0706
>>
>
>
>
> --
> Beth
> 307-298-0706
>



-- 
Beth
307-298-0706
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] webERP Integration

2015-02-11 Thread Beth Lesko
Now this is my elct version integrated with leskoweberp.com and I'm getting
this error:

XML error at line 1, check URL
*Fatal error*: Call to a member function kindOf() on a non-object in
*/home/leskoser/public_html/Care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
on line

*3289*


*Here is line 1:*

---SENDING---
POST /api/api_xml-rpc.php HTTP/1.0
User-Agent: XML-RPC for PHP 3.0.0.beta
Host: leskoweberp.com:80
Accept-Encoding: gzip, deflate
Accept-Charset: UTF-8,ISO-8859-1,US-ASCII
Content-Type: text/xml
Content-Length: 199

Do I have a wrong port or something? Anything jumping out at anyone?


On Wed, Feb 11, 2015 at 7:04 PM, Beth Lesko  wrote:

> Hello :-)
>
> I have care2x installed here: http://leskoserv.com/care2x and it is
> integrated with webERP, which is here: http://leskoweberp.com. I have
> satisfied these requirements for my setup:
>
> The webERP from http://sourceforge.net/projects/web-erp/ will work
> fine. Here are some instructions for making the link work:
>
> In webERP all that needs doing is the variable $DatabaseName in the
> script api/api_php.php needs to be set to the name of the webERP
> database.
>
> In Care2x there needs to be some changes to
> include/care_api_classes/class_weberp.php
>
> The following lines in the constructor:
>
> $this->user = php_xmlrpc_encode("user");
> $this->password = php_xmlrpc_encode("password");
>
> need to contain a valid user/password for webERP which has admin privileges.
>
> The URL in the line:
>
> $this->ServerURL = "http://localhost/webERP/api/api_xml-rpc.php"
>
> needs to point to your webERP installation. (I have run this between
> servers at different geographical locations).
>
> For testing purposes:
>
> $this->DebugLevel should be set to 2 which will provide a lot of
> output in care2c but is good until you have it working. Set to 0 for
> normal use.
>
> You need to set the xml-rpc link to on in System Admin/System Admin.
>
> Then you should be ready to go.
>
>
> I get the error "*Fatal error*: Call to undefined method
> stdClass::createPayload() in
> */home/leskoser/public_html/care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
>  on
> line *1244" *
>
> as if I didn't turn the interface on.
>
> Would anyone be willing to help me troubleshoot this by asking me
> questions about my setup? I would really appreciate having a working
> integration.
>
> --
> Beth
> 307-298-0706
>



-- 
Beth
307-298-0706
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


[Care2002-developers] webERP Integration

2015-02-11 Thread Beth Lesko
Hello :-)

I have care2x installed here: http://leskoserv.com/care2x and it is
integrated with webERP, which is here: http://leskoweberp.com. I have
satisfied these requirements for my setup:

The webERP from http://sourceforge.net/projects/web-erp/ will work
fine. Here are some instructions for making the link work:

In webERP all that needs doing is the variable $DatabaseName in the
script api/api_php.php needs to be set to the name of the webERP
database.

In Care2x there needs to be some changes to
include/care_api_classes/class_weberp.php

The following lines in the constructor:

$this->user = php_xmlrpc_encode("user");
$this->password = php_xmlrpc_encode("password");

need to contain a valid user/password for webERP which has admin privileges.

The URL in the line:

$this->ServerURL = "http://localhost/webERP/api/api_xml-rpc.php";;;

needs to point to your webERP installation. (I have run this between
servers at different geographical locations).

For testing purposes:

$this->DebugLevel should be set to 2 which will provide a lot of
output in care2c but is good until you have it working. Set to 0 for
normal use.

You need to set the xml-rpc link to on in System Admin/System Admin.

Then you should be ready to go.


I get the error "*Fatal error*: Call to undefined method
stdClass::createPayload() in
*/home/leskoser/public_html/care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
on
line *1244" *

as if I didn't turn the interface on.

Would anyone be willing to help me troubleshoot this by asking me questions
about my setup? I would really appreciate having a working integration.

-- 
Beth
307-298-0706
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


[Care2002-developers] Care2x 2.7

2015-02-11 Thread Beth Lesko
I have been reviewing the demo version 2.7 of Care2x. http://demo.care2x.org

Here are some questions:

Are the wards locked or deactivated?


   - I can't select a ward when admitting a patient.
   - I can find patients that are admitted to wards, but they don't show up
   in the wards.

Inpatient charts not select-able

   - From Patient->Admission, chart not select-able




-- 
Beth
307-298-0706
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Care2002-developers Digest, Vol 70, Issue 1

2012-08-13 Thread Beth Lesko
I have been submitting all my changes without keeping a separate changelog. 
Using subversion is easier than I thought and I've lost my nervousness.

No worries :-)

Beth

On Aug 13, 2012, at 7:45 AM, care2002-developers-requ...@lists.sourceforge.net 
wrote:

> Send Care2002-developers mailing list submissions to
>care2002-developers@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>https://lists.sourceforge.net/lists/listinfo/care2002-developers
> or, via email, send a message with subject or body 'help' to
>care2002-developers-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>care2002-developers-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Care2002-developers digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Care2002-developers Digest, Vol 69, Issue 8 (Robert Meggle)
>   2. Fwd: (Bala Subramaniam)
> 
> 
> --
> 
> Message: 1
> Date: Thu, 19 Jul 2012 19:02:55 +0200
> From: Robert Meggle 
> Subject: Re: [Care2002-developers] Care2002-developers Digest, Vol 69,
>Issue 8
> To: care2002-developers@lists.sourceforge.net
> Message-ID: <1342717375.11109.18.camel@meru>
> Content-Type: text/plain; charset="ISO-8859-1"
> 
> Hi Beth, 
> 
> Your last comment is now a bit irritating for me. Just feel free to
> continue your contribution to the official sf.net repository. I would be
> happy when there are no individual changelists will be tracked, when the
> main spirit of OSS will be followed instead. 
> 
> About cvs vs. svn: There are some addins for eclipse available for svn,
> I am using here for me Subversion under ubuntu 64bit without any issue:
> http://www.eclipse.org/subversive/
> 
> It is as easy as using cvs, no problem at all. There are differences
> between svn and cvs but not in that matter that it might be a show
> stopper to read carefully manuals. I am sure that if you commit some
> fixes it would help a lot, so I do not see any point where you got the
> intention that you where blocked out just moved from cvs to svn. care2x
> is under GPL and it was from beginning my intention that each line of
> code is available for all what ever is written to it. So I would be very
> glad to see if you might follow that red line. 
> 
> As I wrote earlier I have not charged for all the compatibility work, so
> there is no competition. It is the freedom to all to contribute like I
> did so far. So just continue with your attitude of contribution of this
> project. 
> 
> Thanks
> Robert 
> 
> 
> 
> 
> Am Mittwoch, den 18.07.2012, 16:29 -0400 schrieb Beth Lesko:
>> Robert!
>> 
>> 
>> I have no intention of starting a new repository! Not sure how I led
>> you to believe I wanted to do that...
>> 
>> 
>> On the contrary - I'm much more on "your guys's" page than I was when
>> I first approached you, and very happy to be. I was very eager to work
>> on care2x, but felt a bit of a disconnect before I meandered back
>> here.
>> 
>> 
>> I am a little bit nervous, though, as I am new to the Subversion tool,
>> but all I've done is check the code out at this point. I know it's
>> possible to commit my code without being in danger of overwriting
>> until we want it to be overwritten and I'm studying the manual before
>> I send anything back. In the meantime, I am keeping a good changelog
>> going in my working copy.
>> 
>> 
>> Time got me all set up with a good working environment using Eclipse
>> when the code was on radiokili, but its easier for me to use my
>> terminal for synchronization and my ubuntu localhost for my working
>> copy than it would be to figure out the SVN/Eclipse deal.
>> 
>> 
>> I hope I've cleared any misunderstanding! The SVN I plan to work on is
>> the eclt branch - YOUR eclt branch WITH you! Right?
>> 
>> 
>> Beth
>> 
>> On Wed, Jul 18, 2012 at 1:18 PM,
>>  wrote:
>>Send Care2002-developers mailing list submissions to
>>care2002-developers@lists.sourceforge.net
>> 
>>To subscribe or unsubscribe via the World Wide Web, visit
>> 
>>https://lists.sourceforge.net/lists/listinfo/care2002-developers
>>or, via email, send a message with subject or body 'help' to
>>care2002-developers-requ...@lists.sourceforge.net
>> 
>>You can reach the person managing the 

Re: [Care2002-developers] Care2002-developers Digest, Vol 69, Issue 8

2012-07-18 Thread Beth Lesko
Robert!

I have no intention of starting a new repository! Not sure how I led you to
believe I wanted to do that...

On the contrary - I'm much more on "your guys's" page than I was when I
first approached you, and very happy to be. I was very eager to work on
care2x, but felt a bit of a disconnect before I meandered back here.

I am a little bit nervous, though, as I am new to the Subversion tool, but
all I've done is check the code out at this point. I know it's possible to
commit my code without being in danger of overwriting until we want it to
be overwritten and I'm studying the manual before I send anything back. In
the meantime, I am keeping a good changelog going in my working copy.

Time got me all set up with a good working environment using Eclipse when
the code was on radiokili, but its easier for me to use my terminal for
synchronization and my ubuntu localhost for my working copy than it would
be to figure out the SVN/Eclipse deal.

I hope I've cleared any misunderstanding! The SVN I plan to work on is the
eclt branch - YOUR eclt branch WITH you! Right?

Beth

On Wed, Jul 18, 2012 at 1:18 PM, <
care2002-developers-requ...@lists.sourceforge.net> wrote:

> Send Care2002-developers mailing list submissions to
> care2002-developers@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> or, via email, send a message with subject or body 'help' to
> care2002-developers-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> care2002-developers-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Care2002-developers digest..."
>
>
> Today's Topics:
>
>1. Re: Care2002-developers Digest, Vol 69, Issue 5 (Robert Meggle)
>2. Re: Sourceforge HLH repository (Beth Lesko)
>
>
> --
>
> Message: 1
> Date: Fri, 06 Jul 2012 21:25:36 +0200
> From: Robert Meggle 
> Subject: Re: [Care2002-developers] Care2002-developers Digest, Vol 69,
> Issue 5
> To: care2002-developers@lists.sourceforge.net
> Message-ID: <1341602736.3986.24.camel@meru>
> Content-Type: text/plain; charset="ISO-8859-1"
>
> Hi Beth,
>
> Am Freitag, den 06.07.2012, 14:40 -0400 schrieb Beth Lesko:
> > That link brought me to silicon valley north...
> >
> > Thanks, we will set an svn repository up.
>
> In your previous mail you mentioned to look for an way that developers
> are able to contribute. To have an own svn repository would be represent
> just the opposite of what you're looking for.
>
> I would recommend to take a look to your project vision and cross-check
> if an own svn repository would bring you one step further to that aim.
> In your first mail you asked Tim about an broken cvs connection and you
> got the information that there is no private cvs anymore. Now you plan
> to create an new one instead of using the existing svn of care2x?
>
> The aim of any open source project is to get the sources free and you
> have also the freedom of commit own changes back. If you abdicate latter
> you can completely do without us.
>
> But you have also the option to use the svn of sf.net as repository. So
> why not using it?
>
> Thanks
>  Robert
>
>
>
>
>
>
> --
>
> Message: 2
> Date: Wed, 18 Jul 2012 13:18:09 -0400
> From: Beth Lesko 
> Subject: Re: [Care2002-developers] Sourceforge HLH repository
> To: Robert Meggle ,
> care2002-developers@lists.sourceforge.net
> Cc: "Elisante, Martin" ,  Amon Ndeki
> ,  moye masenga ,
> "pascal,
> israel" , "Niemi,Mauri"
> , "Kimollo, Pauline" 
> Message-ID:
>  p9sfkf...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I totally get that, Robert - this has to be in the "hobby" category unless
> there is some compensation. I've actually been attempting some fundraising
> for developers that contribute to Care2x. My original intent was Haydom,
> but all of Tanzania can benefit from this (these) applications in a huge
> way - but that can be more thoroughly discussed in another email. I would
> definitely like your input on my salespitch - and some "permission" to
> direct people to care2x.org.
>
> I've done some pretty intense be-bopping around the elct merged version
> (very much appreciate your explanation, Robert) and understand much better
> why some parts 

Re: [Care2002-developers] Care2002-developers Digest, Vol 68, Issue 9

2012-04-14 Thread Beth Lesko
I have almc installed. Is that a lot different than elct?

Beth

On Apr 14, 2012, at 8:04 AM, care2002-developers-requ...@lists.sourceforge.net 
wrote:

> Send Care2002-developers mailing list submissions to
>care2002-developers@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>https://lists.sourceforge.net/lists/listinfo/care2002-developers
> or, via email, send a message with subject or body 'help' to
>care2002-developers-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>care2002-developers-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Care2002-developers digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: New Lab parameters does not save to database (Robert Meggle)
> 
> 
> --
> 
> Message: 1
> Date: Fri, 13 Apr 2012 16:41:52 +0200
> From: Robert Meggle 
> Subject: Re: [Care2002-developers] New Lab parameters does not save to
>database
> To: care2002-developers@lists.sourceforge.net
> Message-ID: <1334328112.7734.14.camel@meru>
> Content-Type: text/plain; charset="ISO-8859-1"
> 
> Hi,
> 
> I have not tested that module since longer time now. We can check
> together about the issue here and solve it, if you want. 
> 
> Robert 
> 
> Am Montag, den 09.04.2012, 23:39 +0100 schrieb coolman coolx:
>> Hello All,
>> 
>> Am trying to create new lab group and parameters. The lab groups are
>> successfully created but the lab parameters do not save. Am using the
>> care2x_elct. I want to start fixing the bug. Has anybody fixed it?
>> 
>> 
>> Thanks.
>> --
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> ___
>> Care2002-developers mailing list
>> Care2002-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> 
> -- 
> --
> 
> CARE2X - free Integ Hospital Info System
> https://sourceforge.net/projects/care2002/
> http://www.care2x.org
> 
> 
> 
> 
> --
> 
> --
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> 
> --
> 
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> 
> 
> End of Care2002-developers Digest, Vol 68, Issue 9
> **

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Fwd: So all may know]

2010-04-29 Thread Beth Lesko
On Thu, Apr 29, 2010 at 3:24 PM, Tim Schofield  wrote:

> Ok Beth, but remember you were the one who chose to make this public.
> You forgot to mention in your email that I paid you for the time you
> were in Tanzania, as per the agreement between ourselves. You were
> upset when I discontinued your involvement after your second visit,
> but as you can see from the reply that Mr Mungure sent below, the
> hospitals were not happy with your work. Anyway, the agreement we had
> was to cover the period when I was recovering from my broken ankle,
> and that period was over.
>
> At this point you came up with this new invoice - perhaps because of
> the financial hardship you mentioned? - for expenses which were not
> covered by the agreement that we had. By this time the hospitals were
> not prepared to recompense me for your visits, let alone expenses, as
> there was little evidence of what had been achieved.  I had however
> already paid this money to you. As an expression of appreciation for
> the effort that you had made I did say that I would pay some of this
> if you went away, revisited the invoice and came back with a more
> sensible proposal. This you refused to do, and I now withdraw that
> offer.
>
> I will not answer or even read any further emails in this public
> thread, so don't bother replying. If you wish to continue this
> discussion - though I see no point in your doing so - do it privately
> where it belongs.
>
> Tim
>
>
> On 29 April 2010 14:58, Aminiel Mungure  wrote:
> >
> > Dear Beth,
> > You are only requesting as to whether we can make an appeal to Tim- this
> i understand.
> >
> > My personal view on this matter is that you must have drawn an agreement
> on the terms and conditions of the assignment. The conditions should
> have stated the output desired and the deadlines. In view of the fact that I
> am unaware of the terms of the contract, the deliverables, timelines and
> the abbitration method specified in the contract, I am unable to make an
> appeal.
> > Coming from ALMC i can only state that we did not get the output expected
> from the assignment which was quite hurting given the urgency with which we
> expected the work to be accomplished. However, our main contract was with
> Tim -not you.
> > Sorry that this may not be the best response you may have expected.
> >
> > sincerely
> > a mungure-cfo-ALMC
> > --- On Thu, 4/29/10, Beth Lesko  wrote:
> >
> > From: Beth Lesko 
> > Subject: [Fwd: So all may know]
> > To: care2002-developers@lists.sourceforge.net, "webERP Developers" <
> web-erp-develop...@lists.sourceforge.net>, 4care2w...@googlegroups.com
> > Date: Thursday, April 29, 2010, 4:33 AM
> >
> >
> > Tim received payment for an invoice I submitted to him in August, 2009
> for hours worked and expenses incurred totaling $13,000 USD that by all
> appearances he does not plan to pay me.
> >
> > Tim has not responded to telephone calls or emails from me since
> 11/10/2009. On that day, he said he would have his bank transfer the payment
> in that week.
> >
> > This has caused my husband and I extreme financial hardship. I was in no
> position financially to pay for a trip to Africa, or lose 3 months income.
> >
> > Any appeal you opt to make to Tim on my behalf would be greatly
> appreciated.
> >
> > Beth Lesko
> > 207-232-5304
> >
> > -- You received this message because you are subscribed to the Google
> Groups "Care2watu" group.
> > To post to this group, send email to 4care2w...@googlegroups.com.
> > To unsubscribe from this group, send email to
> 4care2watu+unsubscr...@googlegroups.com<4care2watu%2bunsubscr...@googlegroups.com>
> .
> > For more options, visit this group at
> http://groups.google.com/group/4care2watu?hl=en.
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Care2watu" group.
> > To post to this group, send email to 4care2w...@googlegroups.com.
> > To unsubscribe from this group, send email to
> 4care2watu+unsubscr...@googlegroups.com<4care2watu%2bunsubscr...@googlegroups.com>
> .
> > For more options, visit this group at
> http://groups.google.com/group/4care2watu?hl=en.
>
>
>
> --
> WebERP Africa Ltd
> +447710427049
> +255784602561
> www.weberpafrica.com
>
>
> --
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Fwd: So all may know]

2010-04-29 Thread Beth Lesko
Unfortunately, Tim, this seems the only way to get a response from you 
at all.

Thank you for finally responding!

I suspected you might be using that un-signed contract as your 
justification for not paying me, but don't forget - I do have 
documentation from our IM and email conversations where you agreed to 
pay me for the second trip.

Somehow, I never received Mungure's reply... but yes, the contract was 
with you and he, who was most interested in the webERP portion, was not 
happy with the output. Mind you, my focus was entirely Care2x, and under 
your direction.

I have documentation that contradicts most of the second paragraph of 
your reply, including the details of which hospital had agreed to pay 
you for my second visit. I was disappointed to be taken off the project 
- yes, which incidentally you decided to do because you couldn't pay me 
after my departure date from Arusha, but not upset, and the invoice had 
been created and updated long before the financial hardship became a 
reality because you didn't keep your word regarding payment. I also have 
documentation of the "more sensible proposal" I sent you, which you 
claim I refused to do.

Pretty shabby. But, oh - that's right - you won't even be reading this...

I think it's good to discuss this on a public forum as it is important 
for people to know you may promise to pay them for 8 weeks of work, but 
then fail to keep your word.

Beth



Tim Schofield wrote:
> Ok Beth, but remember you were the one who chose to make this public.
> You forgot to mention in your email that I paid you for the time you
> were in Tanzania, as per the agreement between ourselves. You were
> upset when I discontinued your involvement after your second visit,
> but as you can see from the reply that Mr Mungure sent below, the
> hospitals were not happy with your work. Anyway, the agreement we had
> was to cover the period when I was recovering from my broken ankle,
> and that period was over.
>
> At this point you came up with this new invoice - perhaps because of
> the financial hardship you mentioned? - for expenses which were not
> covered by the agreement that we had. By this time the hospitals were
> not prepared to recompense me for your visits, let alone expenses, as
> there was little evidence of what had been achieved.  I had however
> already paid this money to you. As an expression of appreciation for
> the effort that you had made I did say that I would pay some of this
> if you went away, revisited the invoice and came back with a more
> sensible proposal. This you refused to do, and I now withdraw that
> offer.
>
> I will not answer or even read any further emails in this public
> thread, so don't bother replying. If you wish to continue this
> discussion - though I see no point in your doing so - do it privately
> where it belongs.
>
> Tim
>
>
> On 29 April 2010 14:58, Aminiel Mungure  wrote:
>   
>> Dear Beth,
>> You are only requesting as to whether we can make an appeal to Tim- this i 
>> understand.
>>
>> My personal view on this matter is that you must have drawn an agreement on 
>> the terms and conditions of the assignment. The conditions should have 
>> stated the output desired and the deadlines. In view of the fact that I am 
>> unaware of the terms of the contract, the deliverables, timelines and the 
>> abbitration method specified in the contract, I am unable to make an appeal.
>> Coming from ALMC i can only state that we did not get the output expected 
>> from the assignment which was quite hurting given the urgency with which we 
>> expected the work to be accomplished. However, our main contract was with 
>> Tim -not you.
>> Sorry that this may not be the best response you may have expected.
>>
>> sincerely
>> a mungure-cfo-ALMC
>> --- On Thu, 4/29/10, Beth Lesko  wrote:
>>
>> From: Beth Lesko 
>> Subject: [Fwd: So all may know]
>> To: care2002-developers@lists.sourceforge.net, "webERP Developers" 
>> , 4care2w...@googlegroups.com
>> Date: Thursday, April 29, 2010, 4:33 AM
>>
>>
>> Tim received payment for an invoice I submitted to him in August, 2009 for 
>> hours worked and expenses incurred totaling $13,000 USD that by all 
>> appearances he does not plan to pay me.
>>
>> Tim has not responded to telephone calls or emails from me since 11/10/2009. 
>> On that day, he said he would have his bank transfer the payment in that 
>> week.
>>
>> This has caused my husband and I extreme financial hardship. I was in no 
>> position financially to pay for a trip to Africa, or lose 3 months income.
>>
>> Any appeal you opt to make to Tim on my behalf wou

[Care2002-developers] [Fwd: So all may know]

2010-04-29 Thread Beth Lesko

Tim received payment for an invoice I submitted to him in August, 2009 
for hours worked and expenses incurred totaling $13,000 USD that by all 
appearances he does not plan to pay me.

Tim has not responded to telephone calls or emails from me since 
11/10/2009. On that day, he said he would have his bank transfer the 
payment in that week.

This has caused my husband and I extreme financial hardship. I was in no 
position financially to pay for a trip to Africa, or lose 3 months income.

Any appeal you opt to make to Tim on my behalf would be greatly appreciated.

Beth Lesko
207-232-5304


--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] care2x on youtube!

2009-09-28 Thread Beth Lesko
Very well done!

Shalini M wrote:
> Thanks guyys Really Nice
>
> On Fri, Sep 25, 2009 at 1:37 PM, Robert Meggle  > wrote:
>
> Hi easy,
>
> strange - but maybe you can also use the other way: Open youtube
> in your
> browser and look for "care2x"
>
> Robert
>
> Am Freitag, den 25.09.2009, 10:03 +0800 schrieb easy:
> > but find nothing. I can't see it.
> >
> >
> >
> >
> > --
> > 此致
> >
> > 林晓东
> >
> > 莫愁前路无知己,天下谁人不识君。
> >
> > 在2009-09-24 21:20:26,"Robert Meggle"  > 写道:
> > >Hi there,
> > >
> > >just found an impressing video of care2x 2.6 on youtube!
> > >http://www.youtube.com/watch?v=tpudCdNZBSA
> > >
> > >Thanks to Claudio from CH! Really good work!
> > >
> > >Robert
> > >
> > >
> > >
> >
> 
> >--
> > >Come build with us! The BlackBerry® Developer Conference in
> SF, CA
> > >is the only developer event you need to attend this year.
> Jumpstart your
> > >developing skills, take BlackBerry mobile applications to
> market and stay
> > >ahead of the curve. Join us from November 9-12, 2009.
> Register now!
> > >http://p.sf.net/sfu/devconf
> > >___
> > >Care2002-developers mailing list
> > >Care2002-developers@lists.sourceforge.net
> 
> > >https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> >
> >
> >
> __
> > 网易邮箱用户购物独享现金返还
> >
> 
> --
> > Come build with us! The BlackBerry® Developer Conference in
> SF, CA
> > is the only developer event you need to attend this year.
> Jumpstart your
> > developing skills, take BlackBerry mobile applications to market
> and stay
> > ahead of the curve. Join us from November 9-12, 2009.
> Register now!
> > http://p.sf.net/sfu/devconf
> > ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> --
> 
> MEROTECH IT Engineering
>
> Robert Meggle
> St.-Mang-Str. 8
> 87616 Marktoberdorf
>
> Germany
>
> Tel: +49(0)8342 - 8956729
> Fax: +49(0)8342 - 8956730
> mailto:meg...@merotech.de 
>
>
>
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year.
> Jumpstart your
> developing skills, take BlackBerry mobile applications to market
> and stay
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
>
>
>
> -- 
> Regards,
> Shalini M
> UXTechnologies Pvt. Ltd. Kannur
> 
>
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> 
>
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>   

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Care2x Customisation

2009-07-21 Thread Beth Lesko
This could be a cache problem? On the clients, configure the computer to 
not store web pages in the memory.

Beth

Given Shirinda wrote:
> Hi Guys.
>
> I am running linux server where I installed care2x system.my challenge is 
> that,when I customise care2x Server(localhost).
> I go to the next machine and type the ip address and care2x folder like 
> this.http://10.129.78.106/care2x.
> it is still giving me,the default page,but the server is customisation is 
> fine.
>
> my question is,it's possible for one to customise the server where care2x is 
> installed and when someone connect to the care2x server he or she gets the 
> customised page?.
>
> Best Regards
>
> Given
>
>
>   

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Billing

2009-06-26 Thread Beth Lesko
Working on this one too - so it is not working but will be very soon


frank tilugulilwa wrote:
> Hi friends,
>
> Is the billing module working, or still some works to be done?
>
> -
> Frank
>
>
>
> _
>
> University Computing Centre - 'Professionalism, Customer Care and 
> Technological foresight'
>
> --
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>   

--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Labaratories

2009-06-26 Thread Beth Lesko
Sounds like you are using the TZ version...

If you are - Hi :-) I'm Beth and I am in the middle of some work on this 
module... let me know if you are before I say more...LOL

frank tilugulilwa wrote:
> Hello friends,
>
> Under LABORATORIES menu, i tried to view "Pending requests" and got the
> following error 
>
> ==
> SELECT care_person.pid, care_person.selian_pid, name_first, name_last,
> batch_nr, tr.encounter_nr,tr.send_date,dept_nr,room_nr, tr.priority FROM
> care_test_request_chemlabor tr, care_encounter, care_person WHERE
> (tr.status='pending' OR tr.status='') AND tr.encounter_nr =
> care_encounter.encounter_nr AND care_encounter.pid = care_person.pid
> ORDER BY tr.send_date ASC
>
> Read attempt to DB failed!
>
> ==
>
> Any idea on what might be the cause of this?
>
> -
> Frank
>
>
>
> _
>
> University Computing Centre - 'Professionalism, Customer Care and 
> Technological foresight'
>
> --
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>   

--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers