Smart Restaurant 0.8 alpha (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Smart Restaurant 0.8 alpha (Default branch)
# 1  
Old 01-25-2009
Smart Restaurant 0.8 alpha (Default branch)

Smart Restaurant is a fork of the well-known My Handy Restaurant, with a new administration interface and a POS interface. License: GNU General Public License v3 Changes:
A new translation interface. A new administration UI. Improved printing support on both Windows and Linux. The start of POS UI refactoring. Improved discount code. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the difference between the commands cd ~smart and cd ~/smart

Is it possible for both commands to work? (1 Reply)
Discussion started by: phunkypants
1 Replies
Login or Register to Ask a Question
SGFSPLIT.C(1p)						User Contributed Perl Documentation					    SGFSPLIT.C(1p)

NAME
sgfsplit - split Smart Go Format (SGF) files into their component variations SYNOPSIS
sgfsplit [ option(s) ] file[.sgf|.mgt] DESCRIPTION
sgfsplit takes a Smart Go Format (SGF) file containing variations, and splits it up into a series of files, named filename.0.sgf, filename.1.sgf, ..., one for each variation. The first file filename.0.sgf is the main line. sgfsplit also creates a shell script called filename.sgf2dg which contains suggested options for invoking sgf2dg on the individual files. In particular, a breakpoint is specified in each variation file so that a single diagram is created, the first move of the variation being move 1. The options(s) to sgfsplit, if specified, are incorporated into filename.sgf2dg and are passed as options to sgf2dg. filename.sgf2dg may of course be edited before being invoked if different options are wanted for the different variations. SEE ALSO
sgf2dg(1) for description of the option(s). AUTHOR
Daniel Bump (bump@math.stanford.edu): <http://match.stanford.edu/bump/go.html> COPYRIGHT AND LICENSE
Copyright (C) 1997-2005 by Daniel Bump This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. sgfsplit is published under the terms of the GNU General Public Licence, version 2. Consult the file COPYING for details, or write the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. perl v5.10.1 2005-06-03 SGFSPLIT.C(1p)