In my invoicing system, after front-end user creating new records. After the supervior review, those new records have to be printed out to send to customer. I just wondering which way is the best approach to deal with this.
For me to say, I will create a so called printnewrecord list for those newly created record. For instance, if the database got 124 records, the newly created records are 121, 122, 123 and 124. In that printnewrecords, it will hold those invocing number when they were being created. Then, when the user wanted to print out newly records, the program when located amoung the 124 records comparing with the invoicing number from the list and print them out. In case, some record needs to be re-print. User simply selected the invoicing number from selection box and then can be re-printed that particular record.
Just want to know is that 2 selection boxes, one from and one to also can achieve the same approach I mentioned before? Or please suggest other apprach which is the best practice for such kind of range printing! Thanks a lot!!
For me to say, I will create a so called printnewrecord list for those newly created record. For instance, if the database got 124 records, the newly created records are 121, 122, 123 and 124. In that printnewrecords, it will hold those invocing number when they were being created. Then, when the user wanted to print out newly records, the program when located amoung the 124 records comparing with the invoicing number from the list and print them out. In case, some record needs to be re-print. User simply selected the invoicing number from selection box and then can be re-printed that particular record.
Just want to know is that 2 selection boxes, one from and one to also can achieve the same approach I mentioned before? Or please suggest other apprach which is the best practice for such kind of range printing! Thanks a lot!!