2
Answers

Sorting data when all the conditions are met

Hello team,

I'm looking for a code for my mvc controller and the HTML view,

When I enter  first name, birthday date, phone number, and this three conditions  are met and when  I select search button then it will print PDF report of the person details with page header.

So the record here will be.

Firstname,lastname, gender, birthday date, phone number, location, marital status, photo (photo should be above the details)

 

Secondly, in the database, there is an existing record where a new page will be implemented to search for individual record and when the records appear, the user will either enter a bulk payment ( let's says 3 months payment, and the individual amount is assigned to each month) or a single monthly payment, and save it back and generate payment thermal receipt via Bluetooth device(printer) with a receipt number.

So in the new search page, the user will either enter the payee phone number, or membership number, or birth date or firstname and fetch the existing data from the database and then select the appropriate month, payment date, and enter the amount paid and save the record.

The the database contains the following details.

Membership number,Firstname,lastname, middle name, gender, birthday date, phone number, location .

Answers (2)