Replies: 1 comment 2 replies
-
Hi @AMGhanou, It looks like you’ve got a great plan for managing your stock! Best of luck with building it out — may your serial numbers always line up and your reports be ever helpful. Here's to a smooth development process! Cheers and good luck! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to develop a simple program to manage my stock. Below are the main features I need:
Each product should be registered with a unique serial number.
The serial number will be used to track the history of purchases and sales.
a. Purchase Management
Entering a new product during purchase, with the following details:
Product Name (automatically generated once the serial number is entered).
Serial number.
Purchase date.
Supplier (name or related information).
b. Sales Management
Recording a sale with the following details:
Serial number (the product will be automatically identified using this number).
Customer (name or related information).
Sale date.
Sale price.
c. Stock Consultation
Display products in stock with their serial numbers.
Filter products by name or addition date.
d. Transaction History
Display the complete history of purchases and sales.
Search by serial number to view the history of a specific product.
A simple and intuitive interface, which can be:
A desktop application (e.g., using Python with Tkinter or PyQt).
A web application (e.g., using Django or Flask).
Use of a database to store the information:
SQLite for a lightweight solution.
MySQL or PostgreSQL for a more robust solution.
Generate simple reports:
List of products in stock.
Summary of sales and purchases over a specified period.
Please provide a proposed solution, including a development timeline and cost estimate.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions