-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="" />
<meta name="author" content="Maxim Sokhatsky" /><title>PLM</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
</head><body><nav>
<a href="https://erp.uno">ERP</a>
<a href="https://plm.erp.uno" style="background:#ededed;">PLM</a>
<a href="http://localhost:8043/app/plm.htm">ADMIN</a>
</nav><header>
<a href="https://github.com/erpuno/plm"><img src="https://crm.erp.uno/img/logo.svg" /></a>
<h1>PLM</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>Product Lifecycle Management (PLM) is an application
for managing long term projects and products, tracking
its payments and investments.</div><br/>
<figure><code> $ mix deps.get
$ iex -S mix
$ open http://localhost:8043/app/plm.htm</code></figure>
</section>
<section>
<h3>ARTICLES</h3>
<div>
<ul><li><a href="man/bg/1.htm">CHARTER 1. PLM INTRO</a> <font class="desk" color="#00b8cf">30 JUN 2019</font> </li>
<li><a href="man/bg/2.htm">CHAPTER 2. ERP MOD</a> <font class="desk" color="#00b8cf">1 JUL 2019</font></li>
<li><a href="man/bg/3.htm">CHAPTER 3. ERP BOOT</a> <font class="desk" color="#00b8cf">8 JUL 2019</font></li>
<li><a href="man/bg/4.htm">CHAPTER 4. KVS ADM</a> <font class="desk" color="#00b8cf">8 JUL 2019</font></li>
<li><a href="man/bg/5.htm">CHAPTER 5. BPE ADM</a> <font class="desk" color="#00b8cf">9 JUL 2019</font></li>
<li><a href="man/bg/6.htm">CHAPTER 6. ENT APP</a> <font class="desk" color="#00b8cf">17 JUL 2019</font></li>
<li><a href="man/bg/7.htm">CHAPTER 7. ENT PUB</a> <font class="desk" color="#00b8cf">19 JUL2019</font></li>
</ul>
</div>
</section>
<section>
<h3>MODULES</h3>
<div><ul><li><a href="doc/PLM.html">PLM</a></li><li><a href="doc/PLM.Index.html">PLM.Index</a></li><li><a href="doc/PLM.CashFlow.html">PLM.CashFlow</a></li><li><a href="doc/PLM.Rows.Payment.html">PLM.Rows.Payment</a></li><li><a href="doc/PLM.Rows.Product.html">PLM.Rows.Product</a></li><li><a href="doc/PLM.Rows.Investment.html">PLM.Rows.Investment</a></li><li><a href="doc/PLM.Forms.Error.html">PLM.Forms.Error</a></li></ul></div>
<br />
<div>
JUL 2019 © <a href="https://github.com/5HT">Namdak Tonpa</a> ISC
</div>
</section>
<section>
</section>
</article>
</aside><main>
</main><footer>
Made with <span class="heart">❤</span> to N2O
</footer></body></html>