Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 : 123abc

Sales User:
- user : ventas1
- password : v321

## Contributing

If you want to contribute to this project, please create a new branch and submit a pull request.