Il progetto Gest366 https://www.gest366.it
Go to file
Martino 67ab6f583b Merge pull request 'Aggiornare 'VERSION'' (#19) from versione-2.4.6 into master
Reviewed-on: https://devel.gest366.it/Gest366/gest366/pulls/19
2023-01-26 11:23:49 +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 Aggiornare 'lib/function_home.php' 2021-05-02 15:16:12 +02:00
locale caricamento gest366 v2.4.5 2021-02-24 21:40:04 +01:00
modules Aggiornare 'modules/anagrafiche/actions.php' 2021-05-02 11:12:25 +02: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 Dati bancari - aggiunto iban 2021-11-09 22:45:43 +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 Aggiornare 'VERSION' 2023-01-26 11:22:28 +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