Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tunnetcom/tunnetcom-silkroaderp
Slik Road ERP !
https://github.com/tunnetcom/tunnetcom-silkroaderp
blazor dotnet erp modules purchasing sales
Last synced: 3 months ago
JSON representation
Slik Road ERP !
- Host: GitHub
- URL: https://github.com/tunnetcom/tunnetcom-silkroaderp
- Owner: TunNetCom
- License: mit
- Created: 2024-06-05T22:12:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T22:36:41.000Z (4 months ago)
- Last Synced: 2024-10-14T05:22:37.017Z (4 months ago)
- Topics: blazor, dotnet, erp, modules, purchasing, sales
- Language: C#
- Homepage:
- Size: 1.35 MB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SilkRoadErp
Welcome to SilkRoadErp, a comprehensive and efficient ERP solution designed to streamline your business processes. SilkRoadErp offers robust modules for managing your sales and purchasing operations, ensuring seamless integration and functionality. The application is built using a .NET backend and a Blazor Server frontend for a modern and responsive user experience.
## Table of Contents
- [Features](#features)
- [Sales Module](#sales-module)
- [Purchasing Module](#purchasing-module)
- [Technology Stack](#technology-stack)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Features
### Sales Module
The Sales Module in SilkRoadErp includes:
- **Order Management**: Create, view, and manage sales orders.
- **Customer Management**: Maintain detailed records of customers and their interactions.
- **Invoice Generation**: Generate and send invoices to customers.
- **Sales Reporting**: Access comprehensive sales reports to track performance and trends.
- **Discount and Promotion Management**: Configure discounts and promotions for various products and services.### Purchasing Module
The Purchasing Module in SilkRoadErp includes:
- **Supplier Management**: Maintain detailed records of suppliers and their products.
- **Purchase Order Management**: Create, view, and manage purchase orders.
- **Inventory Management**: Track and manage inventory levels to ensure stock availability.
- **Receiving and Inspection**: Manage receiving and inspection of goods from suppliers.
- **Purchasing Reports**: Access detailed reports on purchasing activities and supplier performance.## Technology Stack
- **Backend**: .NET 8
- **Frontend**: Blazor Server
- **Database**: SQL Server
- **Authentication**: ASP.NET Identity
- **Logging**: Serilog with Grafana and Grafana Loki
- **Monitoring**: Grafana## Installation
1. **Clone the repository**:
```sh
git clone https://github.com/yourusername/SilkRoadErp.git
cd SilkRoadErp
```2. **Set up the database**:
- Update the connection string in `appsettings.json`.
- Run the migrations to set up the database schema:
```sh
dotnet ef database update
```3. **Run the application**:
```sh
dotnet run
```4. **Access the application**:
- Open your browser and navigate to `https://localhost:5001`.## Contributing
We welcome contributions from the community! To contribute:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes.
4. Push to the branch.
5. Open a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or support, please contact us at [[email protected]](mailto:[email protected]).
---
Thank you for using SilkRoadErp!