Difference between revisions of "germesorders"

From Lazarus wiki
Jump to navigationJump to search
Line 9: Line 9:
  
 
Current version is in Russian language and optimized to WinCE interface for using PocketPC stylus.  
 
Current version is in Russian language and optimized to WinCE interface for using PocketPC stylus.  
Tested with latest RxLib (svn revision 638).
+
Tested with latest [http://wiki.lazarus.freepascal.org/RXfpc RxLib] (svn revision 638).
  
 +
==Install procedure==
 +
1. Create a directory for project
 +
 +
  $ mkdir germesorders
 +
  $ cd germesorders
 +
 +
2. Get GermesOrders sources
 +
 +
  $ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/examples/germesorders/
 +
 +
3. Get RxLib svn sources
 +
 +
  $ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/rx/
  
 
==Screenshot==
 
==Screenshot==
  
 
TODO :)
 
TODO :)

Revision as of 21:57, 1 January 2009

It's a mobile PocketPC database. Requires SQLite3 and RxLib.

The purpose of this database application is very simple. It's just a working tool for people working in trade branch. Synchonizing to the main database, a man gets todays available goods and their remains in the store. Each goods indentity has a group and subgroup.

After that he travels to several regular customers and stores in this small db their invoices. That's it. Again synchonization and his invoices go the main database to become documents.

Current version is in Russian language and optimized to WinCE interface for using PocketPC stylus. Tested with latest RxLib (svn revision 638).

Install procedure

1. Create a directory for project

 $ mkdir germesorders
 $ cd germesorders

2. Get GermesOrders sources

 $ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/examples/germesorders/

3. Get RxLib svn sources

 $ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/rx/

Screenshot

TODO :)