ProximaCentauri / IntDesign

A simple CRUD application for Interior Design customers
0 stars 0 forks source link

Provide validations on fields #44

Closed bluestraenje closed 8 years ago

bluestraenje commented 8 years ago
  1. Personal information -- first name, last name, address, mobile number / landline number -- if with dependent - first name, and last name of dependent -- if with spouse - name of spouse
  2. Bank -- all fields required
  3. Utility -- bill type, company name, subscriber name, account # -- for bill type - name is required -- for company name - bill type and name are both required
marzim commented 8 years ago

Already done with the validation listed here.