Home
Name Modified Size InfoDownloads / Week
LabInventory.exe 2016-04-24 45.2 MB
readme.txt 2013-09-16 3.7 kB
LabInventoryQuickStart.txt 2012-07-27 1.8 kB
Totals: 3 Items   45.2 MB 1
We would greatly appreciate any feedback you have on which modules you find particularly helpful, those for which you would suggest additions or corrections, as well as new features.
This information will be used to further enhance and improve the program.

If you are experiencing problems using Lab Inventory then please
report your problems to support@atgclabs.com

Web based client/server Lab Inventory architecture allows secure data access from anywhere with one-time installation. Multi-platform browser support for Windows, Mac, and Linux based computers. 

Lab Inventory can be used to track reagents, disposables,
analytical instruments, computer hardware, general laboratory
equipment. Lab Inventory is ideal for all types of
industries, including biotechnology, chemistry, education, dentistry,
electronics, physics, medicine and more.

Lab Inventory provides the easy way to browse vendor catalogs
and quickly add items and orders into your inventory.

	Standards and Compliance

Lab Inventory meets Good Laboratory Practice (GLP) and Food and
Drug Administration (FDA) Guidelines, including 21 CFR Part 11
requirements:
	Provides an audit trail for every data change including the
	date/time stamp, what was modified, and who made the modifications.
	Facilitates enhanced password security.

	Additional Requirements

Lab Inventory software is built on top of Java.
If you don't already have Java, go to http://www.java.com and download the Java.

	Lab Inventory uses Jetty web server and PostgreSQL database.

Lab Inventory PostgreSQL database is located in C:\Program Files\Lab Inventory\pgsql directory
Lab Inventory database (labinventory) is located in C:\Program Files\Lab Inventory\pgsql\data
Lab Inventory PostgreSQL 
port 5432
database labinventory
username postgres
password admin
Lab Inventory dataSource
    <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
        <property name="driverClassName" value="org.postgresql.Driver" />
        <property name="url" value="jdbc:postgresql://localhost:5432/labinventory" />
        <property name="username" value="postgres" />
        <property name="password" value="admin" />
    </bean>

to backup and maintain the database please install pgAdmin
http://www.pgadmin.org/download/windows.php    

from the Command Prompt you can manage Lab Inventory service
register Lab Inventory service
"C:\Program Files\Lab Inventory\pgsql\bin\pg_ctl" register -w -D "C:\Program Files\Lab Inventory\pgsql\data" -N "Lab Inventory PgSql"
start
net.exe start "Lab Inventory PgSql"

srop
"C:\Program Files\Lab Inventory\pgsql\bin\pg_ctl" stop -D "C:\Program Files\Lab Inventory\pgsql\data"
unregister
"C:\Program Files\Lab Inventory\pgsql\bin\pg_ctl" unregister -N "Lab Inventory PgSql"

PostgreSQL pg_restore and pg_dump commands are located in 
C:\Program Files\Lab Inventory\pgsql\bin
for more information please see PostgreSQL documentation.

check pg_ctl - initialize, start, stop, or control a PostgreSQL server 
http://www.postgresql.org/docs/current/static/app-pg-ctl.html

Lab Inventory index.war and inventory.war files are located in C:\Program Files\Lab Inventory\webapps directory

Lab Inventory url
http://localhost:8082/inventory/account/ccl
Login: admin
Password: admin


	Commercial Support

If you want to get priority help, need to get up to speed
quickly, require some training or need full production support,
request customization to your unique work flows or new features,
please contact sales@atgclabs.com

For a fully functional version of Lab Inventory, please
contact sales@atgclabs.com

ATGC Labs
www.atgclabs.com
Source: readme.txt, updated 2013-09-16