Giter Club home page Giter Club logo

facturationsystem's Introduction


Logo

FacturationSystem

A Highly Customizable Invoicing System Written in C#
Explore the docs Β»

Β· Report Bug Β· Request Feature

Table of Contents
  1. About The Project
  2. πŸƒβ€β™‚οΈ Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Products Preview

Invoicing system allows you to manage your warehouses and manage different types of invoices for the sale of your products quickly and safely. This invoicing system offers high scalability due was built using a layered architecture.

(back to top)

πŸ”§ Built With

This project was build with:

(back to top)

Folder Structure

  β”œβ”€β”€ CapaAccesoDatos                  # Helps the Business Layer to connect to the data
  β”œβ”€β”€ CapaNegocio                      # Validations or calculations to the data.
  β”œβ”€β”€ CapaPresentacion                 # Windows Forms where data is presented to the user
  β”œβ”€β”€ images                           # Images folder
  β”œβ”€β”€ packages                         # Tools and utilities installed from NuGet
  β”œβ”€β”€ sistemaROLEY.sln                 # Project solution
  └── README.md                        # README

πŸƒβ€β™‚οΈ Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

To run the project successfully, you must have already installed the mentioned tools at Built With.

Installation

Below is an example of how to install and set up the project successfully.

  1. Make sure that you have installed all the tools mentioned above.
  2. Clone the repo
     git clone https://github.com/RolEYder/FacturationSystem.git
  3. Set the database
  4. Set your connection string. Open Conexion.cs at CapaAccesoDatos folder and replace it with your own connection string.
      public SqlConnection sqlConnectionCursor()
      {
          try
          {
              SqlConnection cn = new SqlConnection();
              cn.ConnectionString = "YOU-CONNECTION-STRING";
              return cn;
          }
          catch (Exception)
          {
              throw;
          }
      }

(back to top)

Usage

This section shows useful examples of how the project can be used. You can see additional screenshots, code examples, and demos.

For more examples, please refer to the Wiki to see the usage functionalities.

(back to top)

Contributing

This is a project that does not permit folks, it’s just for personal use. But you should run it and report any issue that you should find at the issues section.

If you have a suggestion that would make this better, you can also simply open an issue with the tag β€œenhancement”. Don’t forget to give the project a start 🌟 ! Thank you πŸ™!

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

rolEYder

    echo moc.liamg@zaidaicragreggor | sed -r 'G;:a;s/^(.)(.*\n)/\2\1/;ta;s/\n//' 

Project Link: https://github.com/RolEYder/FacturationSystem

(back to top)

Acknowledgments

List of resources used in this project and would like to give credit to.

(back to top)

facturationsystem's People

Contributors

0xffset avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.