Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install getpaid.report

How to install getpaid.report

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install getpaid.report
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.1 Available View build log
Windows (64-bit)
0.1.1 Available View build log
Mac OS X (10.5+)
0.1.1 Available View build log
Linux (32-bit)
0.1.1 Available View build log
Linux (64-bit)
0.1.1 Available View build log
 
License
X11
Lastest release
version 0.1.1 on Jan 5th, 2011

This package contains report for getpaid.

CHANGES

0.1 (2008-12-31)
  • add buildout for testing, make new order serialization reentrant,

System Message: WARNING/2 (<string>, line 12)

Bullet list ends without a blank line; unexpected unindent.

switch default db connection to in sqlite in memory, db must be set by app consumer [kapilt] * Changed the lenght of some of the schema fields so they match more realistic expectations, also used unicode for some of the fields instead of string, beter unicode than string (go python 3000) [horacio.duran]

Detailed Documentation
getpaid.report

a one way synchronization of getpaid data structures to a rdbms for the purpose of constructing reports.

setup
setup the database schema

installing this getpaid.warehouse also creates a script, in a buildout its installed to $(buildout-directory)/bin/setup-report-db

the script is invoked with the sqlalchemy database url. for example, to setup a postgres database:

# createdb is the standard postgres tool for creating databases $ createdb getpaid $ ./bin/setup-report-db postgres://localhost/getpaid ... output of database creation script

setting up the zope database connection

you must configure the database url ... currently done in python from an existing product.

>> from getpaid.report import schema >> from sqlalchemy import create_engine

create a database connection to the database we're using

>> db = create_engine('postgres://localhost/getpaid')

bind it to the metadata

>> schema.metadata.bind = db

Download

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.