Git Product home page Git Product logo

app-sales's Introduction

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, CD_Login.
  • CapaEntidad: This layer defines the entities used in the project, such as CE_Carrito, CE_Usuarios.
  • CapaNegocio: This layer contains the business logic of the application. It includes classes like CN_Carrito, CN_Login.
  • 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.

app-sales's People

Contributors

yuzu02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.