2021-04-29 18:03:28 +00:00
<!doctype html>
< html class = "no-js" lang = "it" >
< head >
< meta charset = "utf-8" >
< title > GEST366 - Cos'è< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "manifest" href = "site.webmanifest" >
< link rel = "apple-touch-icon" href = "icon.png" >
< link rel = "stylesheet" href = "css/normalize.css" >
< link rel = "stylesheet" href = "css/main.css" >
< meta name = "theme-color" content = "#fafafa" >
2023-07-03 20:15:16 +00:00
< meta name = "author" content = "Martyn" >
2021-04-29 18:03:28 +00:00
< meta name = "description" content = "Scopri GEST366, il gestionale open source, derivato da gestionale360." >
< meta name = "keywords" content = "gestionale, gest366, gestionale360" >
<!-- Open Graph Tags -->
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://www.gest366.it/" >
< meta property = "og:title" content = 'GEST366' >
< meta property = "og:image" content = "https://www.gest366.it/img/logo.png" >
< meta property = "og:image:type" content = "image/png" / >
< meta property = "og:image:width" content = "800" / >
< meta property = "og:image:height" content = "515" / >
< meta property = "og:image:alt" content = "Logo GEST366" / >
< meta property = "og:description" content = "Documentazione GEST366" >
< meta property = "og:locale" content = "it_IT" >
< / head >
< body class = "secondary-page" >
<!-- [if IE]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience and security.< / p >
<![endif]-->
< header class = "clearfix" >
< a href = "https://www.gest366.it" > < img src = "img/logo.png" id = "logo" alt = "gest366 logo" > < / a >
< nav role = "navigation" >
< img id = "menu-logo" onclick = "toggleMenuVisibility()" src = "img/menu.svg" alt = "menu icon" >
< ul id = "menu" >
< li > < a href = "#" > Cos'è< / a > < / li >
< li > < a href = "./download.html" > Download< / a > < / li >
< li > < a href = "./doc.html" > Documentazione< / a > < / li >
2024-02-24 10:35:23 +00:00
< li > < a href = "https://devel.immensonet.it/Gest366/gest366" > Sviluppo< / a > < / li >
2021-04-29 18:03:28 +00:00
< / ul >
< / nav >
< / header >
< main id = "about" >
< div >
< h1 > Informazioni< / h1 >
< p > GEST366 è un software gestionale, adatto a tutte le aziende e PMI italiane, completo, veloce e facile da usare.
Consente la creazione di documenti, anagrafiche, fatture e molto altro. È basato su Gestionale360, di Massimo Pizzato e,
come questo, è distribuito con licenza libera e open source GPLv3.
< / p >
< p > Il progetto è sostenuto da due aziende, ReF Services e ImmensoNET, e da un gruppo di volontari che si occupano dello sviluppo dell'applicativo.
< / p >
< / div >
< / main >
< footer role = "contentinfo" >
< p > Sostenuto da:< / p >
< ul id = "maintainers" >
< li > < a href = "https://www.refservices.eu" > ReF Services< / a > < / li >
< li > < a href = "https://www.immensonet.it" > Immenso NET< / a > < / li >
< / ul >
< / footer >
< script src = "js/vendor/modernizr-3.7.1.min.js" > < / script >
< script src = "js/plugins.js" > < / script >
< script src = "js/main.js" > < / script >
< / body >
2023-07-03 20:15:16 +00:00
< / html >