invoice2py allows to create and mantain an online invoice system for multi-user environments and remote editing, using a deployed web2py instance as service. It is suited for small organizations needing a simple billing appliance, but still it can be easily expanded and/or interact and share resources with other enterprise apps.
You can check the available installation packages list at http://code.google.com/p/invoice2py/downloads/list
Note: if you are using a stable package of web2py, the demo app can raise the following exception on start:
'Auth' object has no attribute 'wikimenu'
This should be solved by commenting the following command in menu.py:
auth.wikimenu()
invoice2py: an invoice web interface app for web2py
Project page: http://code.google.com/p/ivoice2py
Copyright (C) 2013 Alan Etkin <spametki@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/
Developed with web2py, by Massimo Di Pierro
Comments (0)