
Did you see when the seller writes something in a thick notebook at a small outlet? Accounting for sales and products in your business is a thick notebook and a calculator? And what if there was a small free program, which even a “blonde” could work with, and you can add a sale with a couple of mouse clicks, without opening a few windows, and without entering unnecessary fields for a small retail outlet. A program in which you can keep track of goods, always see the remnants, and easy and simple inventory. The program in which it would be possible to get several sellers, and then watch their sales for the day, month, year.
Plus, it’s all possible to view sales remotely on the website, at any of your outlets.
And all this is free, open source, and with the possibility of writing plug-ins in the programming language python.
The main features of the program
- Ability to create multiple users with customizable privileges.
- The ability to view sales on-line from the site my-selling.ru , at any of your outlets
- View and print a list of sales for any day
- View statistics for any period, by department, by seller.
- Flexible work with the goods: a tree-like catalog of goods with an unlimited level of nesting, receipts, write-offs of goods, viewing and printing of the remnants of the goods for a more convenient inventory.
- Search for goods, sales, expenses.
- Ability to extend the program by adding plug-ins.
Detailed instructions for working with the program, you can find on the official website of the program,
here .

')
The program is available under license GPL v2. Source code available from
code.google.com/p/my-sellingThe program
is available in 2 versions: windows installer and portable version.
What's inside
My Sales is written in python, using the Tkinter graphics library, using sqlite3 as the database. And a little reportlab'a for the formation of pdf.
The program runs and runs natively in the same way on linux, but so far there is a problem with the UI, which is spreading in some places. Now I work on this problem.
In order to run the program “from source”, you need python 2.6, python-tk packages, python-imagetk, python-reportlab (this is from the fact that there is no new ubuntu installed).
You can
pull the source code through
svn on google code , or in zip, via
this link .
I wish you great sales!