Hi,
We have a web application done using C#.
We have difference process in our application. Users starts from 1st process and runs from one process to other process in sequence.
Ex: Process A,Process B,Process C and Process D.
Each process has accepted qty and rejected qty.
I have a printer, if user goes to each process i need to print the process qty in new line in same printed sheet.
Example:
In process A I have accepted qty 50 rejected qty 10.
then i need to print as.
Process A 50 10
when the user goes to second process. Using the same sheet which i have printed first process i need the print the second process in next line .
Ex:
Process A 50 10
Process B 40 10 so on.
Any suggestions ?
Go to the complete details ...