Why I Built Software for a Clothing Shop That Ran on Paper
A clothing shop runs on memory and paper, and that is exactly the problem. Prices in the owner’s head. Stock counted by…
The story of the desktop software I built to take a clothing shop off paper, handling billing, stock, and honest profit records, written step by step by a self taught maker, including the mistakes.
This is a project series. The posts below are in order, starting from Part 1.
A clothing shop runs on memory and paper, and that is exactly the problem. Prices in the owner’s head. Stock counted by…
Once I knew what the software had to do, I had to decide how to build it. This is the part where…
There is a small decision in software that most people never notice, but it shapes the whole experience. What is the first…
When I first built the product form, I gave it everything a shop product could possibly have. Category. Color. Size. Name. Price.…
A shop counter is a place where seconds matter. A customer is standing there, money in hand, maybe a line forming behind…
A database helps nobody until you make it readable. After weeks of billing, cloth_store.db was filling with sales the shop had never…
I built PDF receipts because they sounded professional. A proper document, saved to disk, printable, permanent. I even pulled in a real…
My shop software worked, but every time it launched, a black console window opened behind it and sat there for the whole…
I gave myself a hard rule for this project: the entire shop program had to stay under 600 lines. One file, everything…
This series began with a clothing shop running on paper and memory, and it ends with that shop running on a single…