|
From: Christophe Le G. <chr...@be...> - 2014-01-03 14:03:02
|
Hi,
Does pERP also works with egw trunk? Only with dependencies adjustment?
Thanks
Christophe
> Le 3 janv. 2014 à 06:11, Janaranjana <jan...@to...> a écrit :
>
> Thanks for the reply.
>
> tarantir wrote
>> You'll have to adjust the dependencies in setup.inc.php for both
>> perp_setup_wizard and perp_orders.
>
> I changed dependencies as follows in perp_setup_wizard and perp_orders but
> error still same. I installed pERP-0.4 there.
> //Dependencies for this app to work
> $setup_info['perp_setup_wizard']['depends'][] = array(
> 'appname' => 'wizard',
> 'versions' => Array('0.1', '0.2', '1.0','1.4','1.5', '1.6', '1.7', '1.8')
>
> /* Dependencies for this app to work */
> $setup_info['perp_orders']['depends'][] = array(
> 'appname' => 'perp_ledger',
> 'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
> '1.8')
> );
> $setup_info['perp_orders']['depends'][] = array(
> 'appname' => 'perp_inventory',
> 'versions' => Array( '0.2', '1.0', '1.4', '1.5', '1.6', '1.7', '1.8')
> );
> $setup_info['perp_orders']['depends'][] = array(
> 'appname' => 'perp_ar',
> 'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
> '1.8')
> );
> $setup_info['perp_orders']['depends'][] = array(
> 'appname' => 'infolog',
> 'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
> '1.8')
> );
>
>
>
> can you kindly explain what you did in installation? I didn't understand.
>
>
> tarantir wrote
>> I have simply commented them out in my installation.
>
> Thanks,
> Samapth
>
>
>
> --
> View this message in context: http://egroupware.219119.n3.nabble.com/PERP-in-EGW-1-8-tp3987561p3994826.html
> Sent from the Project ERP (pERP) - Developers mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Perp-developers mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perp-developers
|