An open API service indexing awesome lists of open source software.

https://github.com/khnraheel/companymanagementapp

A desktop-based ERP (Enterprise Resource Planning) application built using C# Windows Forms, featuring Crystal Reports for advanced reporting and printing. The system supports modules for Finance, Employee Management, and User Authentication, providing a structured solution for internal company operations.
https://github.com/khnraheel/companymanagementapp

crystal-reports desktop-application dotnet-framework employee-management erp management-system sql sqlserver visual-studio windows-forms

Last synced: 4 months ago
JSON representation

A desktop-based ERP (Enterprise Resource Planning) application built using C# Windows Forms, featuring Crystal Reports for advanced reporting and printing. The system supports modules for Finance, Employee Management, and User Authentication, providing a structured solution for internal company operations.

Awesome Lists containing this project

README

          

# .NET-Based ERP Application

This is a .NET-based ERP application that allows users to log in and manage different modules such as Finance, Operations, and Real Estate. The application provides a dashboard where users can select modules and perform tasks based on their roles.

## Features

- **User Login**: Users can log in using their username, password, and select a company.
- **Dashboard**: Once logged in, users are redirected to a dashboard where they can choose between modules:
- **Finance**
- **Operations**
- **Real Estate**
- **Finance Module**: Users can add new employees and view employee details in a report.

## Screenshots

### Login Page
![Login Page](CompanyManagementApp/Assets/LOG%20IN.jpg)

### Dashboard
![Dashboard](CompanyManagementApp/Assets/Dashboard.jpg)

### Finance Module
![Finance Module](CompanyManagementApp/Assets/Finance.jpg)

### Add New Employee
![Add New Employee](path/to/your/add-new-employee-image.png)

## Installation

### Prerequisites

Before running the application, ensure you have the following installed:

- Visual Studio (preferably the latest version)
- SQL Server for database management
- Crystal Reports (for reporting features)

### Steps to Run

1. Clone the repository:

```bash
git clone https://github.com/your-username/your-repository.git