Skip to content

0xffset/FacturationSystem

Repository files navigation


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)

Releases

No releases published

Packages

No packages published