-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy patholshops.php
65 lines (62 loc) · 2.57 KB
/
olshops.php
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
<div class="fixed-top">
<a href="#offcanvas-slide" class="uk-button uk-button-danger text-white uk-button-large" uk-toggle><strong>MENU</strong></a>
<div id="offcanvas-slide" uk-offcanvas>
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-default">
<li class="uk-active">
<img class="img-fluid" src="assets/images/topos.png"/>
</li>
<li>
<img class="img-fluid" src="assets/images/tpos.png"/>
</li>
<li class="uk-nav-divider"></li>
<li class="uk-nav-header uk-active">
<a href="index.php">
<span uk-icon="home"></span>
Home</a></li>
<li class="uk-nav-divider"></li>
<li class="uk-nav-header uk-active">
<a href="?hal=dbs">
<span uk-icon="database"></span>
Databased</a>
</li>
<li class="uk-nav-divider"></li>
<li class="uk-nav-header uk-active">
<a href="?hal=sale">
<span uk-icon="cart"></span>
POINT OF SALE</a>
</li>
<li class="uk-nav-divider"></li>
<li class="uk-nav-header uk-active">
<a href="?hal=lap">
<span uk-icon="desktop"></span>
REPORT DETAIL'S</a>
</li>
<li class="uk-nav-divider"></li>
<li class="uk-nav-header uk-active">
<a href="logout.php">
<span uk-icon="sign-out"></span>
SHUT DOWN</a>
</li>
<li class="uk-nav-divider"></li>
</ul>
<p>
<small>Modern point of sale web app<br/>
<a href="https://mesinkasironline.web.app">
https://mesinkasironline.web.app</a>
</small>
</p>
</div>
</div>
</div>
<div class="masthead-followup row m-0 text-center lead">
<div class="col-12 col-md-12 p-3 p-md-5"></div>
<div class="col-12 col-md-12 p-3 p-md-5">
<h3>UPDATE ONLINE SHOP</h3>
<img class="img-fluid" src="assets/images/shops.png"/>
<p>This is features for short cut to link on your online shop website, just change the code at sale.php and change this link olshops.php with your online shop website link.
The Concept and main function is you can work with TOPOS web apps and then you can fast for update your product on your online shop website, and if you need a website online shop you can contact us for design website services. <a href="https://wa.me/6285646104747" class="text-success" target="blank">WhastApp now →</a>
</p>
<a class="uk-button uk-button-danger" href="index.php?hal=sale">BACK POS MENU</a>
</div>
</div>