2
There are scenarios where a warehouse will ship several items and Batch numbers at once. Each of the batch numbers require a Certificate of analysis to be printed. It would seem that the system constrains the users to only print 14 at a time. The error message that is received is:
"A maximum of 14 COA records can be simultaneously printed."


The value of 15 is hard coded because the string size of the SQL statement would be too large to produce all of the documents. It would be preferable to print as many certificate of analyses as needed.
Category: Inventory
STATUS DETAILS
Needs Votes