A Highly Customizable Invoicing System Written in C#
Explore the docs Β»
Β·
Report Bug
Β·
Request Feature
Table of Contents
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.
This project was build with:
βββ 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
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.
To run the project successfully, you must have already installed the mentioned tools at Built With.
Below is an example of how to install and set up the project successfully.
- Make sure that you have installed all the tools mentioned above.
- Clone the repo
git clone https://github.com/RolEYder/FacturationSystem.git
- Set the database
- 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;
}
}
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.
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 π!
Distributed under the MIT License. See LICENSE.txt
for more information.
rolEYder
echo moc.liamg@zaidaicragreggor | sed -r 'G;:a;s/^(.)(.*\n)/\2\1/;ta;s/\n//'
Project Link: https://github.com/RolEYder/FacturationSystem
List of resources used in this project and would like to give credit to.