[Previous] [Main] [Next]

Tracked items

There is a need to track the sale of certain items. A common example is a mobile phone, which can be returned months after an initial sale. It is necessary to be able to identify when a particular phone was sold and to whom. Each phone has an individual barcode (or id code to be typed) and this must be somehow be attached to the sale.
To track an item, the item must first belong to a 'Tracked department'. On scanning the item, the first step is display the 'Customers' table to select a customer or add a new one. Then the items individual id is scanned (or typed) and this is saved when the sale is completed.

[Previous] [Main] [Next]