-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreports.htm
More file actions
87 lines (76 loc) · 3.4 KB
/
Copy pathreports.htm
File metadata and controls
87 lines (76 loc) · 3.4 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<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="" />
<title>ЗВІТНІСТЬ</title>
<link rel="stylesheet" href="../css/blank.css" />
<link rel="stylesheet" href="../css/forms.css" />
<link rel="stylesheet" href="../css/admin.css" />
</head>
<body>
<nav>
<a href='console.htm'>КОНСОЛЬ</a>
<a href='itsm_services.htm'>СЕРВІСИ</a>
<a href='itsm_incidents.htm'>ІНЦИДЕНТИ</a>
<a href='itsm_changes.htm'>ЗМІНИ</a>
<a href='tariffs.htm'>ТАРИФИ</a>
<a href='domains.htm'>РОЛІ</a>
<a href='reports.htm' style="background:#ededed;">ЗВІТНІСТЬ</a>
<a href='../login.htm'>ВИХІД</a>
</nav>
<aside>
<article>
<section>
<h2>ЗВІТНІСТЬ</h2>
<p>Статистика підприємства, CashFlow та P&L звітність.</p>
</section>
</article>
</aside>
<main>
<section class="reports-section">
<div class="reports-grid">
<!-- Contracts Card -->
<div class="report-card">
<h3>Контракти</h3>
<div class="table">
<div id="investmentsHead" class="trGroup"></div>
<div id="investmentsRow" class="trGroup"></div>
</div>
</div>
<!-- Income Card -->
<div class="report-card">
<h3>Прибуток</h3>
<div class="table">
<div id="incomeHead" class="trGroup"></div>
<div id="incomeRow" class="trGroup"></div>
</div>
</div>
<!-- Regulations Card -->
<div class="report-card">
<h3>Інциденти</h3>
<div class="table">
<div id="outcomeHead" class="trGroup"></div>
<div id="outcomeRow" class="trGroup"></div>
</div>
</div>
</div>
</section>
</main>
<footer style="clear: both; text-align: center; padding: 40px 0; font-size: 0.85em; color: #64748b;">
Зроблено з любов'ю <span class="heart">❤</span> до BPE |
<a href="../admin/bpe.htm" style="color: #64748b; text-decoration: none;">⚙️ Адміністрування BPE</a>
</footer>
<script src='https://ws.n2o.dev/priv/utf8.js'></script>
<script src='https://ws.n2o.dev/priv/bert.js'></script>
<script src='https://ws.n2o.dev/priv/heart.js'></script>
<script src='https://ws.n2o.dev/priv/ieee754.js'></script>
<script src='https://ws.n2o.dev/priv/n2o.js'></script>
<script src='https://ws.n2o.dev/priv/ftp.js'></script>
<script src='https://nitro.n2o.dev/priv/js/nitro.js'></script>
<script>host = location.hostname; port = 8051;</script>
<script>protos = [$bert]; N2O_start();</script>
</body>
</html>