[Care2002-developers] care2utu weberp folder

2009-07-20 Thread coolman coolx
Hello Robert,

I downloaded the care2utu latest build from svn and I have been trying hard
to figure out the integration with weberp. Do I need to download weberp? Is
there any configuration file I need to edit?

Thanks
--
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] care2utu weberp folder

2009-07-20 Thread Robert Meggle
Hi Colman,

yes, for the integration you will need booth. 

Robert


Am Montag, den 20.07.2009, 19:28 +0100 schrieb coolman coolx:
> Hello Robert,
> 
> I downloaded the care2utu latest build from svn and I have been trying
> hard to figure out the integration with weberp. Do I need to download
> weberp? Is there any configuration file I need to edit?
> 
> Thanks
> --
> 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
-- 

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 



--
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] care2utu weberp folder

2009-07-20 Thread Tim Schofield
Hi,

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. People always seem to run into
problems so if you do let me know.

Thanks,
Tim

ps Gjergj/Robert the files include/care_api_classes/class_weberp.php
and include/care_api_classes/class_weberp_c2x.php could be moved into
the main 2.6 version and I could submit patches to you to get the
integration into 2.6, if that is what you want.


2009/7/20 coolman coolx :
> Hello Robert,
>
> I downloaded the care2utu latest build from svn and I have been trying hard
> to figure out the integration with weberp. Do I need to download weberp? Is
> there any configuration file I need to edit?
>
> Thanks
>
> --
> 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
>
>

--
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] care2utu weberp folder

2009-07-20 Thread Gjergj Sheldija
hi Tim,

yes please..

gj.

Tim Schofield wrote:
> Hi,
>
> 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. People always seem to run into
> problems so if you do let me know.
>
> Thanks,
> Tim
>
> ps Gjergj/Robert the files include/care_api_classes/class_weberp.php
> and include/care_api_classes/class_weberp_c2x.php could be moved into
> the main 2.6 version and I could submit patches to you to get the
> integration into 2.6, if that is what you want.
>
>
> 2009/7/20 coolman coolx :
>   
>> Hello Robert,
>>
>> I downloaded the care2utu latest build from svn and I have been trying hard
>> to figure out the integration with weberp. Do I need to download weberp? Is
>> there any configuration file I need to edit?
>>
>> Thanks
>>
>> --
>> 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
>>
>>
>> 
>
> --
> 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
>   

--
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] care2utu weberp folder

2009-07-20 Thread Tim Schofield
Hi Gjergj,

I have sent you the required files off list.

Tim


2009/7/20 Gjergj Sheldija :
> hi Tim,
>
> yes please..
>
> gj.
>
> Tim Schofield wrote:
>> Hi,
>>
>> 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. People always seem to run into
>> problems so if you do let me know.
>>
>> Thanks,
>> Tim
>>
>> ps Gjergj/Robert the files include/care_api_classes/class_weberp.php
>> and include/care_api_classes/class_weberp_c2x.php could be moved into
>> the main 2.6 version and I could submit patches to you to get the
>> integration into 2.6, if that is what you want.
>>
>>
>> 2009/7/20 coolman coolx :
>>
>>> Hello Robert,
>>>
>>> I downloaded the care2utu latest build from svn and I have been trying hard
>>> to figure out the integration with weberp. Do I need to download weberp? Is
>>> there any configuration file I need to edit?
>>>
>>> Thanks
>>>
>>> --
>>> 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
>>>
>>>
>>>
>>
>> --
>> 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
>>
>
> --
> 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
>

--
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