There is a wiki for lemonpos
March 12, 2009
Hi,
I just enabled a wiki for lemonpos at sourceforge, and write the first article: Installation Guide.
The wiki is here.
Im a little busy, im coding to get new features and doing other -real life- things. An user report me a new bug on 0.7 version: doing a “Check In” with new products, they does not appear at the products View -even re-starting squeeze- but they does appear on lemon and of course they are in the products table.
I have been moving all KPassivePopup to KNotification on lemon. KNotification uses a plasma themed passive popup.
Database creation script for *ubuntu users
January 11, 2009
For those ubuntu users that need the database creation script, this is for lemonpos 0.5.
click here to get the file, save it somewhere and open a terminal/console and run the next command (inside the folder where you downloaded the file):
cat lemon_mysql.sql | mysql -u root -p
Of course provide the mysql’s root password when asked.
The script will create an EMPTY database with only one user (admin) with default password (linux). Use squeeze to create more users, to add products and offers, etc..
i hope this helps.