#1 Le 02/04/2008, à 17:00
- mazedu62
BDD gestion clients (cybercentre - cybercafé)
Bonjour,
je travaille dans un cyber et je voudrais savoir si il existe un logiciel qui pourait me faciliter a le gerer.
les fonctionalitées :
-gestion des clients
-gestion des tarif (credits d'heures))(1H= 0.30 euros ; 5H = 1euros...)
-gestion de des reservations des postes (par tranche horaire 1H)
-gestions de la durées de presence des clients
-visualisation graphique
voila, avez vous des pistes ou meme aux mieux des choses qui approche a cela ?
merci
Dernière modification par mazedu62 (Le 02/04/2008, à 17:19)
Hors ligne
#2 Le 02/04/2008, à 17:39
- TeddyTheBest
Re : BDD gestion clients (cybercentre - cybercafé)
Je sais pas si ça pourra t'aider mais j'ai trouvé quelques liens qui pourraient éventuellement t'intéresser :
Le soft est en GNU et se nome Cyborg. Il se découle, bien sûr, en 2 versions (1 client, 1 serveur). Elles tournent sur des machines sous Windows ou à base de *nix (Linux...etc) Tu pourras le télécharger à l'adresse http://sourceforge.net/project/showfile … p_id=92138 et le site de ses concepteurs se trouve à l'adresse http://cyborg.sourceforge.net/index.html.en
Voilà. J'en sais malheureusement pas plus... Désolé
Black-Out contre Hadopi 2 : agir avant la censure de l'Internet.........Loi finalement acceptée.... :-(
Ubuntu Lucid Lynx 10.04 32 bits
Laptop HP / Processeur 1.6Ghz / Carte Graphique ATI / 512 Mo DDRAM
Hors ligne
#3 Le 02/04/2008, à 17:42
- mazedu62
Re : BDD gestion clients (cybercentre - cybercafé)
merci, j'avais vu cette solution.
le probleme c'est que ca fait 2jours que j'utilise linux et je n'ai pas reussi a installer se programme. j'ai donc laissé tombé.
j'ai mon poste sous ubuntu et les poste client sous xp pro.
peux tu m'aider a l'installé ? avec les explications precision de ce que je dois faire.
je t'en remercie d'avance
Dernière modification par mazedu62 (Le 02/04/2008, à 17:53)
Hors ligne
#4 Le 02/04/2008, à 18:15
- TeddyTheBest
Re : BDD gestion clients (cybercentre - cybercafé)
Désolé, je connais pas trop ; à part peut-être ce que j'ai vu dans le fichier tar.gz serveur. Il est indiqué dans le README de consulter le fichier INSTALL ; ce que j'ai fait. Voilà ce que j'en ai obtenu :
Requirements:
------------
- HTTP server with CGI (both POST and GET) support.
Development version: Apache 1.3.20.
- Perl.
Development version: Perl 5.6.1.
- CGI.pm
Development version: CGI.pm 3.0.1
- Template Toolkit
Development version: Template Toolkit 2.0.8.
- String::Random
Development version: String::Random 0.198.
- DBI
Development version: DBI 1.20
- DBI driver: You must install some DBI driver for database access.
Development version: dbi::Pg
===========================================================================================
Server Installation:
-------------------
- Unpack the CybOrg distribution file (cyborg-X.Y.Z.tgz) using the following command (where X.Y.Z is the version number):
javier@hal:~> tar zxvf cyborg-X.Y.Z.tgz
- After that, move to the directory cyborg-X.Y.Z:
javier@hal:~> cd cyborg-X.Y.Z/
javier@hal:~/cyborg-X.Y.Z/>
The "cgi-bin/cyborg/" directory contains all the scripts (executable) and configuration files.
The "htdocs/cyborg/" directory contains all the static files (html, images and css).
The "database/cyborg.sql" file contains a SQL script to create de tables for the CybOrg database and the default administrator. This script is PostgreSQL specific. (See the section "Database creation".)
Next, you must edit the files under "cgi-bin/cyborg/config/" to adapt it to your system.
Finally, point your browser at http://yourserver.yourdomain/. If everything goes well, you must be prompted with the login page. Login using the name "admin" and the password "secret".
Important: Your browser must support cookies!
===========================================================================================
Database Creation:
-----------------
The following instructions where tested using PostgreSQL 7.1.3
1) As root, change to user "postgres" (or whatever your PostgreSQL uses as
database admin).
hal:~ # su postgres
postgres@hal:~>
2) Create the user "cyborg"
postgres@hal:~> createuser cyborg
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) n
CREATE USER
postgres@hal:~>
3) As "cyborg" create the "cyborg" database
postgres@hal:~> createdb -U cyborg cyborg
CREATE DATABASE
postgres@hal:~>
4) As "cyborg" run the SQL script "cyborg.sql" (pay attention to the path
where "cyborg.sql" is located!)
postgres@hal:~> psql -U cyborg -d cyborg -f cyborg.sql
BEGIN
psql:cyborg.sql:10:
NOTICE:
CREATE TABLE will create implicit ...
...
COMMIT
postgres@hal:~>
5) Next, you can test the database using "pgaccess", the graphical client
included in PostgreSQL distribution written in Tcl/Tk.
===========================================================================================
Client Installation:
-------------------
CybOrg uses the zbdesk client from Zeiberbude
(http://zeiberbude.sourceforge.net) release 2.0.4.
We have included zbdesk as a separated download in the Cyborg project page at Sourceforge (http://sourceforge.net/projects/cyborg).
You can also configure the Windows Active Desktop to point at http://yourserver.yourdomain/cgi-bin/cyborg/station_info.pl
so clients can see the status (times and cost).
Maintenant, c'est à toi de voir en fonction du matériel dont tu disposes ainsi que du (ou des) systèmes d'exploitation. Je sais pas si c'est une bonne idée de ma part, mais, à mon humble avis, avec un serveur LAMP tu devrais t'en tirer....
Dernière modification par TeddyTheBest (Le 02/04/2008, à 18:16)
Black-Out contre Hadopi 2 : agir avant la censure de l'Internet.........Loi finalement acceptée.... :-(
Ubuntu Lucid Lynx 10.04 32 bits
Laptop HP / Processeur 1.6Ghz / Carte Graphique ATI / 512 Mo DDRAM
Hors ligne