This document is a project report for a Computer Shop System. It includes sections like an abstract, list of figures/tables/screens, database design, introduction/objectives, literature survey, analysis, design, coding, implementation/results, testing/validation, and conclusion. The project aims to automate the record keeping of a computer shop related to inventory, sales, transactions, balance evaluation, and other functions to make the work easier as compared to a manual system. It uses C++ for the front-end and file handling for the back-end. The design includes data flow diagrams, entity relationship diagrams, and user interface screens. The coding section implements classes for transactions, invoices, products etc. to manage the computer shop