POS and Inventory System

Language

This is a pos and inventory system in visual foxpro using postgresql as database.... I guess this combination is something unusual....(^ ^,) If you want to try this system: please use 8.3 or higher version of postgresql...

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

after logging in using this username '1111' and password 'thailand' i received an error 'connection handle is invalid, then variable b error and so on then after ignoring all of it message is closing transactions. please help. you can email me at [email protected]
Submitted byJoven (not verified)on Fri, 09/26/2014 - 02:34

Sir tanong q lng po pe b iconnect sa local network pano b isshare ung datebase sa network kng nasa main server ung program po. Pano po kpg dumami n ung data hndi po b babagal yn in future? Wala po bng seconds delay kpg nag search kau kng nka conect sa ibng network ung main?
Submitted byRobert Brown (not verified)on Fri, 10/31/2014 - 05:14

Hi, please Can anyone tell me how to create the database to test the program? Send me an E-Mail: agarciagaray[at]openmailbox[dot]org
Submitted byLukeAjax (not verified)on Fri, 12/05/2014 - 08:30

I'm interested in your software. I would like to get a copy of your source code. What do I need to do? Thanks. contact me at [email protected]
Submitted bymazatl (not verified)on Mon, 07/20/2015 - 08:44

here are the steps: 1. create a database first in postgres 2. right click the on the database you created,then click restore 3. locate the database. *the one with .backup extension in the database folder of the application No importa que te de un código de error Numero 1 Ahora abre el vfp y busca el formulario de login en el boton de login coloca el siguiente còdigo para lograr una conexión odbc PUBLIC pnconnectionhandle lcDSNLess="DRIVER={PostgreSQL ANSI};SERVER=192.168.1.4;port=5432;UID=postgres;DATABASE=ospos;PWD=123456;" pnconnectionhandle=SQLSTRINGCONNECT(lcDSNLess,.T.) IF pnconnectionhandle > 0 WAIT WINDOW "Konnect" TIMEOUT 2 ELSE WAIT WINDOW "Error " timeout 3 pnconnectionhandle = 0 ENDIF El usuario y password son 1001005 y 123
Submitted byReshab (not verified)on Tue, 10/18/2016 - 16:12

plz upload more accounts project thanks

Add new comment