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. |
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. |
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. > |
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. >> > |
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
|
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. |
Free forum by Nabble | Edit this page |