Skip to content
Daniel Harton edited this page Jul 30, 2026 · 1 revision

Welcome to the Phone Service System Wiki!

This Wiki contains comprehensive documentation about the Phone Service System, a Windows Forms application built in C# for managing telecommunication services.

Whether you are a developer looking to understand the architecture or a user wanting to learn how to operate the application, you've come to the right place.

Table of Contents

πŸ§‘β€πŸ’» For Developers

  • Database Architecture - Learn about the SQLite database schema, the Repository design pattern, and data access strategies.
  • Code Structure - The project is divided into FormFolder (UI) and ClassFolder (Models and Data Access).

πŸ“– For Users

  • User Guide - Step-by-step instructions on how to use the application to manage clients, extra options, and subscriptions, as well as how to export data.

Getting Started

If you just want to run the application, head over to the main repository README.md for installation and execution instructions.

Clone this wiki locally