151 lines
7.3 KiB
HTML
151 lines
7.3 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-content_root="./">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Warehouse Documentation — warehouse 0.0.1 documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
|
|
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
|
|
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
|
|
<script src="_static/documentation_options.js?v=d45e8c67"></script>
|
|
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
|
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="next" title="Architettura Complessiva" href="architecture.html" />
|
|
|
|
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
|
|
</head><body>
|
|
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
|
|
|
|
<div class="body" role="main">
|
|
|
|
<section id="warehouse-documentation">
|
|
<h1>Warehouse Documentation<a class="headerlink" href="#warehouse-documentation" title="Link to this heading">¶</a></h1>
|
|
<p>Questa documentazione raccoglie:</p>
|
|
<ul class="simple">
|
|
<li><p>riferimento API generato dal codice Python;</p></li>
|
|
<li><p>diagrammi di flusso in Markdown/Mermaid;</p></li>
|
|
<li><p>vista architetturale complessiva del progetto.</p></li>
|
|
</ul>
|
|
<div class="toctree-wrapper compound">
|
|
<p class="caption" role="heading"><span class="caption-text">Contenuti</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architettura Complessiva</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="architecture.html#vista-architetturale">Vista architetturale</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="architecture.html#flusso-applicativo-generale">Flusso applicativo generale</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="architecture.html#osservazioni">Osservazioni</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">Riferimento API</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-main">main.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-async_msssql_query">async_msssql_query.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-gestione_aree_frame_async">gestione_aree_frame_async.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-layout_window">layout_window.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-reset_corsie">reset_corsie.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-view_celle_multiple">view_celle_multiple.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-search_pallets">search_pallets.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-gestione_pickinglist">gestione_pickinglist.py</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api_reference.html#module-prenota_sprenota_sql">prenota_sprenota_sql.py</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="flows/index.html">Flow Diagrams</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/README.html">Flow Diagrams</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/main_flow.html"><code class="docutils literal notranslate"><span class="pre">main.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/layout_window_flow.html"><code class="docutils literal notranslate"><span class="pre">layout_window.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/reset_corsie_flow.html"><code class="docutils literal notranslate"><span class="pre">reset_corsie.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/view_celle_multiple_flow.html"><code class="docutils literal notranslate"><span class="pre">view_celle_multiple.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/search_pallets_flow.html"><code class="docutils literal notranslate"><span class="pre">search_pallets.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/gestione_pickinglist_flow.html"><code class="docutils literal notranslate"><span class="pre">gestione_pickinglist.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/async_db_flow.html">Infrastruttura Async / DB</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/async_msssql_query_flow.html"><code class="docutils literal notranslate"><span class="pre">async_msssql_query.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/gestione_aree_frame_async_flow.html"><code class="docutils literal notranslate"><span class="pre">gestione_aree_frame_async.py</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="flows/async_loop_singleton_flow.html"><code class="docutils literal notranslate"><span class="pre">async_loop_singleton.py</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h1 class="logo"><a href="#">warehouse</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<search id="searchbox" style="display: none" role="search">
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</search>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
|
<p class="caption" role="heading"><span class="caption-text">Contenuti</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architettura Complessiva</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">Riferimento API</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="flows/index.html">Flow Diagrams</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="#">Documentation overview</a><ul>
|
|
<li>Next: <a href="architecture.html" title="next chapter">Architettura Complessiva</a></li>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©.
|
|
|
|
|
|
|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 9.1.0</a>
|
|
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
|
|
|
|
|
|
<a href="_sources/index.rst.txt"
|
|
rel="nofollow">Page source</a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |