aqjms_mvn_jnkn_overview - OrgPratap/jms-mvn-jnkn GitHub Wiki

This module is a maven web app which provide ui for message submission. Product firms can enqueue their products for sales.

  • TABLES

Firm : Automobile

  1. POID(Product Origin Id)
  2. PNAME(Product Name)
  3. MFDATE(Manufacture Date)
  4. MFCOST(Manufacture Cost)

Market : Sales

  1. PUID(Product Unique Id)
  2. PTYPE(PRODUCT TYPE)
  3. POID
  4. SID (Sales Id)
  5. CNAME(Customer Name)
  6. SDATE(Selling Date)
  7. Availability

Service : RTO

  1. VRID(Vehicle Reg. Id)
  2. VNO(Vehicle No.)
  3. RTYPE(Registration Type)
  4. REGDATE(Registration Date)
  • UI

Views :

  1. Product release view
  2. Sales view
  3. Customer view