Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuzu02/app-sales
App-Sales Project
https://github.com/yuzu02/app-sales
csharp-app sql-server wpf-application
Last synced: 7 days ago
JSON representation
App-Sales Project
- Host: GitHub
- URL: https://github.com/yuzu02/app-sales
- Owner: Yuzu02
- Created: 2023-12-17T22:26:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-23T18:33:09.000Z (about 1 year ago)
- Last Synced: 2024-12-04T21:15:58.031Z (2 months ago)
- Topics: csharp-app, sql-server, wpf-application
- Language: C#
- Homepage:
- Size: 7.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# App-Sales
## Description
App-Sales is a sales management application developed in .NET. It allows users to manage products, users, privileges, and more.
## Project Structure
The project is divided into several layers:
- `CapaDatos`: This layer handles all data-related operations. It contains classes like [`CD_Carrito`](CapaDatos/CD_Carrito.cs), [`CD_Login`](CapaDatos/CD_Login.cs).
- `CapaEntidad`: This layer defines the entities used in the project, such as [`CE_Carrito`](CapaEntidad/CE_Carrito.cs), [`CE_Usuarios`](CapaEntidad/CE_Usuarios.cs).
- `CapaNegocio`: This layer contains the business logic of the application. It includes classes like [`CN_Carrito`](CapaNegocio/CN_Carrito.cs), [`CN_Login`](CapaNegocio/CN_Login.cs).
- `CapaPresentacion`: This layer is responsible for the presentation logic and user interface of the application.## Getting Started
To get started with this project, clone the repository and open `App-Ventas.sln` in your preferred .NET IDE.
NOTE---------------------------------------------------------------------------------------------
- Run script.Sql to create the database that the app consumes.
- Change the connection string in the CD_Conexión class (If the scrip.Sql was executed, it should be enough to change the DataSource part).## Build
To build the project, use the build functionality of your .NET IDE.
Login----------------------------------------------------------------------------------------
Admin User:
- user : Admin1
- password : 123abcSales User:
- user : ventas1
- password : v321## Contributing
If you want to contribute to this project, please create a new branch and submit a pull request.