Il progetto Gest366 https://www.gest366.it
Go to file
Martino a88739a361 Merge pull request 'Caricamento v2.4.5' (#2) from v2.4.5 into master
Reviewed-on: https://gitea.gest366.it:3000/Gest366/gest366/pulls/2
2021-02-25 00:03:10 +01:00
api caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
assets caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
files caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
include caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
lib caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
locale caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
modules caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
modules_add caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
plugins caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
templates caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
tmp caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
update caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
ForceDownload.class.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
LICENSE rinomina file 2021-02-24 23:43:32 +01:00
README.md rinomina file 2021-02-24 23:43:32 +01:00
REVISION caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
REVISION_PRO caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
VERSION caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
add.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
ajax.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
ajax_autocomplete.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
ajax_dataload.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
ajax_select2.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
bower.json caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
call.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
composer.json caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
controller.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
core.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
download.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
editor.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
gulpfile.js caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
index.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
info.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
info_moduli.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
log.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
mysql.log caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
package.json caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
settings.php caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
setup.log caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00

GEST366

Caratteristche

GEST366 è un software libero (con licenza GPL versione 3) per la gestione del servizio di assistenza. E' un software web based, modulare e semplice da usare. È un fork di gestionale360, di Massimo Pizzato.


Installazione

E' necessario disporre di:

  • PHP 5 o superiore, con estensione gettext e short_open_tag abilitate
  • database MySQL 5 o superiore
  • server web Apache 2 o superiore

L'installazione è semplice e si compone di pochi passaggi:

  1. copiare il contenuto di questa cartella nella root del server web;
  2. configurare alcuni parametri del file config.php tramite la procedura di installazione;
  3. avviare il browser e collegarsi a http://localhost/nomecartella

dove nomecartella è il nome della directory che contiene il gestionale.

Attenzione: username e password di default sono rispettivamente admin e admin.

GNU/Linux

Testato con XAMPP 7.3.9.0 su distribuzioni basate su Debian e ArchLinux

Windows

Testato su Windows 10 con XAMPP 7.3.9.0.

Sviluppatori