<div>Hi All</div>
<div>I am quite new to Drupal, and trying hard to learn Drupal.</div>
<div>My apologize to all, if I am asking a silly question here.</div>
<div> </div>
<div>I want to implement a dynamic web page for employee work report track purpose using Drupal.</div>
<div> </div>
<div>1) At the top of page I want a view (in table format), that will show existing  records added.</div>
<div>2) At the center of page I want individual fields where we will enter data for records</div>
<div>3) At the bottom of page I want buttons to add/modify/delete records.</div>
<div> </div>
<div>Please see the attached word document, what I am trying to make.</div>
<div> </div>
<div>So individual users can enter data for records and using &quot;add&quot; button  I should be able to add the records.</div>
<div>With every add/modify/delete operation records shoud be updated in database.</div>
<div>Next time user logs in should be able to see previously added records.</div>
<div> </div>
<div>In Drupal7 what is the best way to do it. Please provide your valuable input earliest.</div>
<div> </div>
<div>I have thought of below option. Please correct me if I am heading towards wrong direction.</div>
<div> </div>
<div>a.  I will have a panel page and  using layout manager will create three regions top, center and buttom.</div>
<div>b.  In top, I will add the view , center will add the individual fields and at buttom will add buttons. </div>
<div>c. I need to explore how to create view, individual text-field/text-areas and buttons and add - If you know it, please let me know.  </div>
<div>d. And how do I include the database specific code such as INSERT, DELETE etc.</div>
<div> </div>
<div>Best Regards</div>
<div>Austin.</div>
<div> </div>