This is a little inventory sample to test out forms.

There are two directories:

forms\
sql\

In the sql directory there are several types of scripts:

create_*.sql - table create scripts (including grants)
drop_*.sql   - table drop scripts
insert_*.sql - insert default data scripts
add_*.sql    - adding of groups
remove_*.sql - removing of groups

When first installing simply create database of your choice and go into psql and do an \i create_all_tables.sql .  This will create all tables and groups and do the insert of defaults for you.

Also, the company screen expects that the zipcode database from
samples/location is installed
