Good Day!
Im currently developing an In and Out system.
the only problem left in my list is a notification function for items that were brought out.
Say I dispatched a group of items at 01/01/12 mm:dd:yy based on the report it should only be out from the warehouse for 20 days. I have; Date, Items, ItemCode, Category, Destination, Accountable Personnel, Aging as my ListView and database columns, the 'Date' column being the date when the items are brought out of the warehouse.
So I need to have a notification, something like a popup, or a simple label in red font that says these certain items should have been returned already based on the 'Date' in the ListView and date today. And this should happen in form load, if not possible, in button click will do.
I'll appreciate every inputs or ideas on this one! Thanks for reading this.
Have a great one!
Im currently developing an In and Out system.
the only problem left in my list is a notification function for items that were brought out.
Say I dispatched a group of items at 01/01/12 mm:dd:yy based on the report it should only be out from the warehouse for 20 days. I have; Date, Items, ItemCode, Category, Destination, Accountable Personnel, Aging as my ListView and database columns, the 'Date' column being the date when the items are brought out of the warehouse.
So I need to have a notification, something like a popup, or a simple label in red font that says these certain items should have been returned already based on the 'Date' in the ListView and date today. And this should happen in form load, if not possible, in button click will do.
I'll appreciate every inputs or ideas on this one! Thanks for reading this.
Have a great one!