Leaving out Accounting module altogether

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Leaving out Accounting module altogether

Mani
Dear Ofbiz Devs and Users:

For on of the prospective clients, we are considering using OfBiz to develop
a custom ERP solution. But accounting is done outside as a separate
solution. How complex is it to leave out accounting but get the rest of the
functions like order processing working?

Any pointers and tips in this regard is very much appreciated

Warm Regards,
Mani.
Reply | Threaded
Open this post in threaded view
|

Re: Leaving out Accounting module altogether

Pranay Pandey-2
This should be doable. You can disable accounting transaction postings while orders are processed. This can be disabled by commenting secas which are used for transaction posting during order processing.

Thanks & Regards
--
Pranay Pandey




On Feb 24, 2011, at 12:11 AM, Mani wrote:

> Dear Ofbiz Devs and Users:
>
> For on of the prospective clients, we are considering using OfBiz to develop
> a custom ERP solution. But accounting is done outside as a separate
> solution. How complex is it to leave out accounting but get the rest of the
> functions like order processing working?
>
> Any pointers and tips in this regard is very much appreciated
>
> Warm Regards,
> Mani.

Reply | Threaded
Open this post in threaded view
|

Re: Leaving out Accounting module altogether

BJ Freeman
In reply to this post by Mani
it is best leave it be and just hide the tabs to accounting,by
app-bar-display="false"/> in \applications\accounting
you can look at
specialpurpose\ecommerce\ofbiz-component.xml for an example

=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Mani sent the following on 2/23/2011 10:41 AM:

> Dear Ofbiz Devs and Users:
>
> For on of the prospective clients, we are considering using OfBiz to develop
> a custom ERP solution. But accounting is done outside as a separate
> solution. How complex is it to leave out accounting but get the rest of the
> functions like order processing working?
>
> Any pointers and tips in this regard is very much appreciated
>
> Warm Regards,
> Mani.
>

Reply | Threaded
Open this post in threaded view
|

Re: Leaving out Accounting module altogether

Pranay Pandey-2
BJ,

Only hiding will not work as there may be chances at many places where you will get the errors in posting transactions because of missing GL data.

Thanks & Regards
--
Pranay Pandey




On Feb 24, 2011, at 1:17 AM, BJ Freeman wrote:

> it is best leave it be and just hide the tabs to accounting,by
> app-bar-display="false"/> in \applications\accounting
> you can look at
> specialpurpose\ecommerce\ofbiz-component.xml for an example
>
> =========================
> BJ Freeman
> Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
>
>
> Mani sent the following on 2/23/2011 10:41 AM:
>> Dear Ofbiz Devs and Users:
>>
>> For on of the prospective clients, we are considering using OfBiz to develop
>> a custom ERP solution. But accounting is done outside as a separate
>> solution. How complex is it to leave out accounting but get the rest of the
>> functions like order processing working?
>>
>> Any pointers and tips in this regard is very much appreciated
>>
>> Warm Regards,
>> Mani.
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Leaving out Accounting module altogether

prasath
In reply to this post by Mani
hi,
In ofbiz all modules are independent. you can use order processing without
touching accounting module.
so, it will not be a complex task.

thanks & regards!
prasanth. r

On Thu, Feb 24, 2011 at 12:11 AM, Mani <[hidden email]> wrote:

> Dear Ofbiz Devs and Users:
>
> For on of the prospective clients, we are considering using OfBiz to
> develop
> a custom ERP solution. But accounting is done outside as a separate
> solution. How complex is it to leave out accounting but get the rest of the
> functions like order processing working?
>
> Any pointers and tips in this regard is very much appreciated
>
> Warm Regards,
> Mani.
>
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

Re: Leaving out Accounting module altogether

Jacques Le Roux
Administrator
This is not exactly true, see https://cwiki.apache.org/confluence/display/OFBADMIN/Component+and+Component+Set+Dependencies

Jacques

prasanth r wrote:

> hi,
> In ofbiz all modules are independent. you can use order processing without
> touching accounting module.
> so, it will not be a complex task.
>
> thanks & regards!
> prasanth. r
>
> On Thu, Feb 24, 2011 at 12:11 AM, Mani <[hidden email]> wrote:
>
>> Dear Ofbiz Devs and Users:
>>
>> For on of the prospective clients, we are considering using OfBiz to
>> develop
>> a custom ERP solution. But accounting is done outside as a separate
>> solution. How complex is it to leave out accounting but get the rest of the
>> functions like order processing working?
>>
>> Any pointers and tips in this regard is very much appreciated
>>
>> Warm Regards,
>> Mani.