2021-04-29 18:03:28 +00:00
<!doctype html>
< html class = "no-js" lang = "it" >
< head >
< meta charset = "utf-8" >
< title > GEST366 - Documentazione< / 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" >
< meta name = "description" content = "Scopri come usare GEST366, il gestionale open source, derivato da gestionale360." >
2023-07-03 20:15:16 +00:00
< meta name = "author" content = "Martyn" >
2021-04-29 18:03:28 +00:00
< meta name = "keywords" content = "gestionale, software, gestione aziendale" >
<!-- 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 = "./about.html" > Cos'è< / a > < / li >
< li > < a href = "./download.html" > Download< / a > < / li >
< li > < a href = "#" > 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 >
< h1 > Documentazione< / h1 >
< div id = "categorie-doc" >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc1.svg" alt = "documentation icon 1" >
< span class = "titolo-categoria" >
< a href = "guida-installazione.html" > Guida all'installazione< / a >
< / span >
< / p >
< / div >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc1.svg" alt = "documentation icon 1" >
< span class = "titolo-categoria" >
< a href = "impostazioni-di-base.html" > Impostazioni di base< / a >
< / span >
< / p >
< / div >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc2.svg" alt = "documentation icon 2" >
< span class = "titolo-categoria" >
< a href = "documenti.html" > Documenti< br >
< small > creazione e gestione< / small >
< / a >
< / span >
< / p >
< / div >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc2.svg" alt = "documentation icon 2" >
< span class = "titolo-categoria" >
< a href = "moduli.html" > Moduli< br >
< small > creazione e gestione< / small >
< / a >
< / span >
< / p >
< / div >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc3.svg" alt = "documentation icon 3" >
< span class = "titolo-categoria" >
< a href = "magazzino.html" > Magazzino e Multimagazzino< / a >
< / span >
< / p >
< / div >
< div class = "categoria" >
< p >
< img class = "doc-icon" src = "img/doc3.svg" alt = "documentation icon 3" >
< span class = "titolo-categoria" >
< a href = "ordini.html" > Ordini< / a >
< / span >
< / p >
< / div >
< / 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 >