Hi,
I am planning to develop ERP application for manufacturing industryusing ofbiz. For this I need to modify existing components, Catalog,facility,order,party etc. May be I think, I need to extend these components or is there any other way? I also have to add, remove entity fields from OFBIZ tables so can I do it in my custom component's entitydef? If yes, after build, this will overwrite existing table? please guide. Regards, Aashish Repal |
Administrator
|
Better to follow this way https://cwiki.apache.org/confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz
Jacques Le 29/11/2014 13:47, Ashish Repal a écrit : > Hi, > I am planning to develop ERP application for manufacturing industryusing > ofbiz. > For this I need to modify existing components, Catalog,facility,order,party > etc. > May be I think, I need to extend these components or is there any other > way? > > I also have to add, remove entity fields from OFBIZ tables > so can I do it in my custom component's entitydef? > If yes, after build, this will overwrite existing table? > > please guide. > > Regards, > Aashish Repal > |
Ya..I have gone through that link.
my doubt is, if i extend any component say catalog, and modify its entitydef with my requirements will it change the original table structure? Aashish On Saturday, November 29, 2014, Jacques Le Roux < [hidden email]> wrote: > Better to follow this way https://cwiki.apache.org/ > confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz > > Jacques > > Le 29/11/2014 13:47, Ashish Repal a écrit : > >> Hi, >> I am planning to develop ERP application for manufacturing industryusing >> ofbiz. >> For this I need to modify existing components, >> Catalog,facility,order,party >> etc. >> May be I think, I need to extend these components or is there any other >> way? >> >> I also have to add, remove entity fields from OFBIZ tables >> so can I do it in my custom component's entitydef? >> If yes, after build, this will overwrite existing table? >> >> please guide. >> >> Regards, >> Aashish Repal >> >> -- Regards, Aashish Repal 09623381664 |
In reply to this post by Ashish Repal
HI
I want to do precisely the same you are trying to do, I am looking at http://bigfish.solveda.com/ and was trying to use ecommerce project in ofbiz but all the other projects have entitydef and servicedef except ecommerce project I am wandering if there is a way of creating your own component then integrate it with ecommerce project as that will help not to start from scratch. So please share if you found a way to do it Hoboy |
Administrator
|
In reply to this post by Ashish Repal
Yes, even if you change the key/s size/s of the field/s of a primary key.
Though with Derby (not Postgres at least) changing the primary key sizes of 2 primary keys which are related by a relation is not recommended because currently there is still an issue with relation when you change these sizes. Jacques Le 29/11/2014 16:45, Ashish Repal a écrit : > Ya..I have gone through that link. > my doubt is, if i extend any component say catalog, and modify its > entitydef with my requirements will it change the original table structure? > > Aashish > > On Saturday, November 29, 2014, Jacques Le Roux < > [hidden email]> wrote: > >> Better to follow this way https://cwiki.apache.org/ >> confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz >> >> Jacques >> >> Le 29/11/2014 13:47, Ashish Repal a écrit : >> >>> Hi, >>> I am planning to develop ERP application for manufacturing industryusing >>> ofbiz. >>> For this I need to modify existing components, >>> Catalog,facility,order,party >>> etc. >>> May be I think, I need to extend these components or is there any other >>> way? >>> >>> I also have to add, remove entity fields from OFBIZ tables >>> so can I do it in my custom component's entitydef? >>> If yes, after build, this will overwrite existing table? >>> >>> please guide. >>> >>> Regards, >>> Aashish Repal >>> >>> |
okie.
Thanks for the info Jacques! Regards, Aashish Repal 09623381664 On Sun, Nov 30, 2014 at 2:20 PM, Jacques Le Roux < [hidden email]> wrote: > Yes, even if you change the key/s size/s of the field/s of a primary key. > Though with Derby (not Postgres at least) changing the primary key sizes > of 2 primary keys which are related by a relation is not recommended > because currently there is still an issue with relation when you change > these sizes. > > Jacques > > Le 29/11/2014 16:45, Ashish Repal a écrit : > > Ya..I have gone through that link. >> my doubt is, if i extend any component say catalog, and modify its >> entitydef with my requirements will it change the original table >> structure? >> >> Aashish >> >> On Saturday, November 29, 2014, Jacques Le Roux < >> [hidden email]> wrote: >> >> Better to follow this way https://cwiki.apache.org/ >>> confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz >>> >>> Jacques >>> >>> Le 29/11/2014 13:47, Ashish Repal a écrit : >>> >>> Hi, >>>> I am planning to develop ERP application for manufacturing industryusing >>>> ofbiz. >>>> For this I need to modify existing components, >>>> Catalog,facility,order,party >>>> etc. >>>> May be I think, I need to extend these components or is there any other >>>> way? >>>> >>>> I also have to add, remove entity fields from OFBIZ tables >>>> so can I do it in my custom component's entitydef? >>>> If yes, after build, this will overwrite existing table? >>>> >>>> please guide. >>>> >>>> Regards, >>>> Aashish Repal >>>> >>>> >>>> |
Free forum by Nabble | Edit this page |