Download Latest Version henryII.tar.gz (106.5 kB)
Email in envelope

Get an email when there's a new version of henryII

Home
Name Modified Size InfoDownloads / Week
henryII.tar.gz 2013-04-03 106.5 kB
README 2012-10-17 1.9 kB
Totals: 2 Items   108.4 kB 0
# Copyright 2001,2012 Thierry Lecerf, Benjamin Poussin
# Update by Sarah Trichet-Allaire (2012)
#
#  This file is part of HenryII.
#
#    HenryII is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    any later version.
#
#    HenryII 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.
#
#    You should have received a copy of the GNU General Public License
#    along with HenryII.  If not, see <http://www.gnu.org/licenses/>. 2
# 
# Contact : Sarah Trichet-Allaire (sarah@du-libre.org), La Fabrique du Libre (la-fabrique.du-libre.org)
#
#

Pour la procédure d'installation, voir le fichier INSTALL

****************
** HISTORIQUE **
****************

25/07/01:
mise a jour de pain_virgule.db
article.py pour la gestion des articles, farines, patisserie
debut de commande_2.2.py

17/07/01:
An individual database can be backed up using the following command: 
% pg_dump dbname > dbname.pgdump
and can be restored using 
cat dbname.pgdump | psql dbname

mise à jour des fichiers:
client2.py*
client_reket.py
pain3.py*
pain2.glade
pain_reket.py
README
##########################################
i-client-glade.py, interC.glade : 
	interface pour la gestion des clients
liste_C.py,liste-client.glade :
	liste des clients
23/05/01:
fichier principal commande_2.1.py
calcul du total des poids commander Calc.py

Octobre 2012:
Fichier INSTALL
Création du projet sur SourceForge
Passage de Glade à GTK 2.24
Mise à jour avec python 2.27

Vérification du format d'entrée des clients

Suppression des classements

Possibilité d'archivage des commandes
Source: README, updated 2012-10-17