Inspiration

I was inspired to create this program by the software that companies use for their checkout online or even instore.

What it does

It an UI that that features a checkout for listing items, an invoice is display and is then followed with a payment option and a receipt.

What we learned

I felt this was a great experience in using the tkinter module as it led me to discover the different features within this module and what I could make by mastering this module.

What's next for Invoice System UI

Though this was the beginning, there could be many more unique features that could be added that could make this more efficient and effective such as an option to visit closed windows, or a better UI.

Description

This is an interactive UI featuring a checkout from which you can enter your items, and the data is then formatted into an invoice, and once it has been read, you can continue to the payment page to pay for your items. Beginning with the checkout, it has input fields for your item, quantity, and price per unit. After you have selected an item in checkout, you can still edit or delete your items. Following that, there is a window that pops up to select your favored payment method, which is followed by an invoice with all your items and costs, followed by your payment method, and an option to pay. Finally, you pay for your items using an interactive progress bar, with an additional (any) 4-digit pin for security. After the payment has been processed, there will be a thank you page, with the total of your purchase.

Built With

Share this project:

Updates