Skip to content

Ignacio-Pavone/Naiglu-Sales-System

Repository files navigation

NAIGLÚ SYSTEM USER GUIDE

Setting up:

After cloning the Github repository, which is available at https://github.com/Ignacio-Pavone/Naiglu-Sales-System,the program must be compiled. For this, we are going to use IntelliJ IDEA Community. Here’s the step by step guide.

  1. Go to File, and click on Open Project.

image

If you are at this window, you should click on open aswell.

image

Click on the project folder (in this case, it’s named Proyecto-Final-Java)

image

Once opened, go to File->Project Structure.

image

Click on artifacts, and then on the plus sign.

image

Select “JAR->From modules with dependencies…”

image

Click on the folder for “Main class”, select the Main file, and then press OK

image

Press OK and close the Project Structure dialog. Press the “Build” button. On the red folder “out”, go to artifacts->(folder name)->name.jar

image

image

It 's done! Now all you have to do is move the .jar file to a new folder.

image

USING NAIGLÚ:

When logging in with Naiglu, you will be welcomed with a login screen. This screen requires a SQL connection. We recommend using XAMPP for a localhost connection for the database.

image

Here's a SQL file loaded with users. You might wish to change them, since you need to adjust this for the users in your company. You must keep in mind, though, there's both administrators and users, so you must be careful assigning this to a employee.

usuarios-.zip

NON-ADMIN USER

image

ADMIN USER

image

Where to start?

It is recommended to begin at "Business" tab, where you can set up the name of the company and fill in other details.

image

Then, you must add suppliers.

image

After filling all the fields, click on add supplier.

Now you can add products.

image

You can select any supplier from the drop-down menu. Keep in mind that the "Price" will be deducted from the business's balance, since it is essentially a purchase.

image

Before we can sell any products, we need to add customers.

image

Quite similar to the "Add suppliers" tab, you must fill in the customer's data and then you're done.

Moving on to selling items, after loading a bunch of customers, suppliers and items, you will find this in the product list tab.

image

Select a row and add the amount of items needed of each product. Those will be added to a cart.

image

If you want to confirm the purchase, first select the right customer, and then press confirm. This will make the purchase go to the Sales tab.

image

On the sales tab, you can generate invoices and see previous invoices for your sales.

image

After you're done with the day, you can close the desk and see the statistics on its tab. You can clear those too if you wish.

image

As you can see, the purchase was reflected on the account's balance.

image

Lastly, the admin panel. It is used if you want to modify the price/name of a product, or if you don't want to sell it anymore. You can also decrease the stock in case it was lost or wasn't well calculated in the first place.

image

Logging out the program and exiting will save the information loaded to the system, including sales, customers, suppliers and products. We recommend not closing the program through the Task Manager or Alt+F4 since the changes might not register.

About

✅ NAIGLU is an app for businesses who wish to register changes in their stocks, their purchases and their sales, and generate documents that record economical interactions. It allows the user to administrate its customers as well as its suppliers. It was made in Java, using Swing for the frontend and SQL for the User database ✅

Resources

Stars

Watchers

Forks

Contributors

Languages