Suggest the best options to me to design the dynamic web interface using PHP MYSQL and AJAX

Posted by Krishna on Stack Overflow See other posts from Stack Overflow or by Krishna
Published on 2010-03-13T15:53:59Z Indexed on 2010/03/13 16:05 UTC
Read the original article Hit count: 418

Filed under:
|
|
|

Hello, I am designing a web interface for a company.

I am describing the company's profile:

company is currently having 5 branches and planning to extend their branches all over the country. it is an insurance surveying company.

they are dealing with 6 Categories in the insurance domain, vide ..

  • Engineering
  • Fire
  • Marine
  • Motor
  • Miscellaneous
  • Risk Inspection

and branches named as b1, b2, b3, b4, b5 and Extending.

and finally they have contract with 22 companies.

For each claim they are assign a unique ID. like contractcompany/category/serialno

Ex: take a contracted company names as xxx, sss, zzz.

xxx/Engineering/001 sss/Engineering/001 . . . xxx/Enginnering/002 sss/Engineering/002
. . . xxx/Fire/001 sss/Fire/001 . . . xxx/Fire/002 . . . xxx/Fire/002 . . . and so on..... by this way they issue the unique ID for each claim.

Finally what i want is

developing the interface with PHP mysql and ajax

  • auto generating the unique id for each claim.
  • store full details of the claims with reference to unique id.
  • show all claims in one page, and they can view by branch wise and category wise.
  • send monthly Report (All claims they have given and status of claims) to contract companies.
  • give access to contracted companies, but they can view only their respective claims.
  • Each claim has its own documents. So they can be uploaded by own company users or administrator. these files are associated with unique ID. contracted companies can view files.
  • Give access to branches to enter new claims and update old claims.
  • Administrator can create, update and delete all the claims and their details.
  • Only administrator can grant new users (own company branches / contracted companies)

Finally the the panel is completely database driven.

Could any body can help.

Thanks in advance

Kindly do the needful and oblige

Thanks and Regards

Krishna. P

[email protected]

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql