lp:~pypos-devs/pypos/trunk

Created by Luis Naranjo and last modified

This is the main branch for development.

Get this branch:
bzr branch lp:~pypos-devs/pypos/trunk
Members of PyPOS Developers can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
PyPOS Developers
Project:
PyPOS
Status:
Development

Recent revisions

7. By Luis Naranjo

Made some minor changes - mostly removed uneccesary stuff.

6. By Luis Naranjo

Added edit-inventory.py, which so far only adds an entry to the inventory file.
Needs to have a way to delete entries somehow?
Still working on that.

Added a sample_inventory.conf in root of the project, just so you guys know what its supposed to look like.

5. By Luis Naranjo

Made some more modifications.
Cleaned up the code a bit.
Created a 'data' table with values(id,product,price,quantity).
What do you guys think of putting everything in one table?
Or would you prefer to put the information in separate tables?

4. By Luis Naranjo

Made the settings file a little bit cleaner and commented on some of the code

3. By Luis Naranjo

Added settings.py and pypos.py

SETTINGS
The first section creates a 'PyPOS' folder in the user's Documents folder (cross platform)
It also creates a 'inventory.conf' file, and parses through it and puts in dictionary form (using configobj).

PYPOS
This is the main program file. It is empty at this point.

2. By Luis Naranjo

updated skeleton

1. By Luis Naranjo

Skeleton

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.