Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.44 KB

README.en.md

File metadata and controls

39 lines (34 loc) · 1.44 KB

CRM Application for Product and Sales Management

Description

This CRM (Customer Relationship Management) application is developed using the MAUI (Multi-platform App UI) framework and aims to simplify the management of products, inventory, customers, purchases, and sales. The application is cross-platform and can run on Android, iOS, Windows, and other devices.

Features

  • Product Management: Register, update, and remove products.
  • Inventory Control: Manage product stock, including low-stock notifications.
  • Customer Management: Register customers with personal data and purchase history.
  • Purchases and Sales: Record purchases, process sales, and generate reports.
  • Dashboard: View key metrics such as total sales, out-of-stock products, and most active customers.

Technologies Used

  • MAUI (Multi-platform App UI)
  • C#
  • SQLite (for local database management) - Mobile
  • SQL Server (for cloud database management) - Web / Desktop
  • Entity Framework (for data access)

Installation

  1. Clone this repository:
    git clone https://github.com/your-username/your-repository.git
  2. Install the required packages:
    dotnet restore
  3. Build the project:
    dotnet build
  4. Run the project:
    dotnet run

Contributions

Contributions are welcome! Please submit a Pull Request with your changes or report issues in the repository.