This document contains source code for a computer shop management system project. It includes functions for adding, modifying, deleting, and searching computer product records in a database. It also contains functions for generating sales invoices and reports. The main menu allows selecting between product management, sales/purchases, and reports generation. Overall, the source code provides a way to manage the entire operations of a computer shop using a database to store product and sales information.