opentaps beginner

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

opentaps beginner

jaimik
Hi I am new in Opentaps ...
I want to know that if I add some fields in form (e.g. Pan Number, ECC Numbar in create lead Form) ... Than how can i add those fields values in database so i can retrieve the same value in view lead form ...  

In which file i want to add those fields name or database information.

Where is the submit button (e.g. Create Lead button on create lead form) onClick event, action event is written or in which file.

In which file connection is provided between fields and database ...

Please inform me as soon as possible ... I am using opentaps 1.5M3
I go throw with this http://www.opensourcestrategies.com/ofbiz/tutorials.php
But still confuse how to access the DB and how can I add fields value in DB ...
Reply | Threaded
Open this post in threaded view
|

Re: opentaps beginner

Paul Foxworthy
Hi Jaimik,

If you need to manage new data, you need to extend an entity or create a new one. Ofbiz automatically generates tables in databases based on entities.

The tutorial at https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide has material on defining a new entity and extending an existing one.

If you have detailed questions about Opentaps, you are probably better off asking on the Opentaps forums instead of here.

Regards

Paul Foxworthy

jaimik wrote
Hi I am new in Opentaps ...
I want to know that if I add some fields in form (e.g. Pan Number, ECC Numbar in create lead Form) ... Than how can i add those fields values in database so i can retrieve the same value in view lead form ...  

In which file i want to add those fields name or database information.

Where is the submit button (e.g. Create Lead button on create lead form) onClick event, action event is written or in which file.

In which file connection is provided between fields and database ...

Please inform me as soon as possible ... I am using opentaps 1.5M3
I go throw with this http://www.opensourcestrategies.com/ofbiz/tutorials.php
But still confuse how to access the DB and how can I add fields value in DB ...
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Reply | Threaded
Open this post in threaded view
|

Re: opentaps beginner

jaimik
Please provide ant scripts to compile the java files for windows and Linux... please If you know