-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots.html
176 lines (147 loc) · 6.29 KB
/
screenshots.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenBoxes | Features</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
<style type="text/css">
@media (max-width: 980px) {
body { padding-top: 0;}
}
.center { float: none; margin-left: auto; margin-right: auto; }
.icon-large:before { 1.3em }
ul.features > li { margin:0 5px 5px 0; vertical-align:top;}
footer { text-align: center; }
.centered-content{ text-align:center !important; vertical-align: middle !important;}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;text-align:center;}
</style>
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<!--#include file="header.ext" -->
<div class="clear"></div>
<div class="container-narrow">
<div class="jumbotron">
<h1>Features</h1>
<p class="lead">Just a few screenshots to illustrate some of the functionality of OpenBoxes.</p>
</div>
<div class="row-fluid">
<div id="screenshots" class="span12">
<!-- Browse Inventory -->
<img src="images/screenshots/browse-inventory-table.png"/>
<!-- Dashboard -->
<!--<img src="images/screenshots/dashboard.png" title="Dashboard"/>-->
<img src="images/screenshots/new/fast-moving-items.png" title="Fast Moving Items"/>
<img src="images/screenshots/new/inventory-snapshot.png" title="Inventory Snapshot"/>
<img src="images/screenshots/new/substitutions.png" title="Substitutions"/>
<img src="images/screenshots/new/stock-all-locations.png" title="Stock over all locations"/>
<img src="images/screenshots/new/stock-history.png" title="Stock History"/>
<img src="images/screenshots/new/monthly-stock-requisitions.png" title="Montly Demand based on stock requisitions"/>
<img src="images/screenshots/new/purchase-orders.png" title="Purchase orders"/>
<img src="images/screenshots/new/puchase-order.png" title="Purchase order"/>
<img src="images/screenshots/stock-level-indicators.png"/>
<img src="images/screenshots/stock-expiration-alerts.png"/>
<img src="images/screenshots/recent-activity.png"/>
<img src="images/screenshots/product-tags.png"/>
<!-- Products -->
<img src="images/screenshots/browse-inventory.png"/>
<img src="images/screenshots/product-master-data.png"/>
<img src="images/screenshots/new/product-master-upload-documents.png" title="Upload documents"/>
<img src="images/screenshots/upload-products.png"/>
<img src="images/screenshots/edit-product-master-data.png"/>
<!-- Stock -->
<img src="images/screenshots/global-search.png"/>
<img src="images/screenshots/stock-card.png"/>
<img src="images/screenshots/stock-level-alerts.png"/>
<img src="images/screenshots/monthly-consumption-data.png"/>
<img src="images/screenshots/monthly-consumption-data-details.png"/>
<img src="images/screenshots/stock-history.png"/>
<img src="images/screenshots/record-inventory.png"/>
<!-- Configuration -->
<img src="images/screenshots/custom-header-per-location.png"/>
<!-- Requisitions -->
<img src="images/screenshots/requisitions.png"/>
<img src="images/screenshots/stocklists.png"/>
<img src="images/screenshots/canceled-items.png"/>
<!-- Reporting -->
<img src="images/screenshots/expiring-stock.png"/>
<!-- Analytics -->
<img src="images/screenshots/stock-analytics-2.png"/>
<img src="images/screenshots/stock-analytics.png"/>
<!-- Shipments -->
<img src="images/screenshots/view-shipment.png"/>
<a href="#" class="slidesjs-previous slidesjs-navigation"><i class="icon-chevron-left icon-large"></i></a>
<a href="#" class="slidesjs-next slidesjs-navigation"><i class="icon-chevron-right icon-large"></i></a>
</div>
</div>
<!--
<img src="images/screenshots/adjust-stock.png"/>
<img src="images/screenshots/stockcard.png"/>
<img src="images/screenshots/choose-location.png"/>
<img src="images/screenshots/verify-requisition.png"/>
<img src="images/screenshots/dashboard-old.png"/>
<img src="images/screenshots/dashboard.png"/>
<img src="images/screenshots/login.png"/>
<img src="images/screenshots/monthly-consumption-data-configuration.png"/>
<img src="images/screenshots/stockswap.png"/>
<img src="images/screenshots/thumbnails"/>
<img src="images/screenshots/donate-items.png"/>
<img src="images/screenshots/signup.png"/>
-->
<div id="disqus_thread"></div>
</div>
</div>
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/slidesjs/3.0/jquery.slides.min.js"></script>
<script type="text/javascript">
$(function() {
$('#screenshots').slidesjs({
width: 940,
height: 528,
navigation: true,
play: {
active: true,
auto: true,
interval: 4000,
swap: true,
pauseOnHover: true,
restartDelay: 2500,
},
callback: {
loaded: function(number) {
// Use your browser console to view log
console.log('SlidesJS: Loaded with slide #' + number);
// Show start slide in log
var what = $('#slidesjs-log .slidesjs-slide-number').text(number);
console.log(what);
},
start: function(number) {
// Use your browser console to view log
console.log('SlidesJS: Start Animation on slide #' + number);
},
complete: function(number) {
// Use your browser console to view log
console.log('SlidesJS: Animation Complete. Current slide is #' + number);
// Change slide number on animation complete
$('#slidesjs-log .slidesjs-slide-number').text(number);
}
}
});
$("img").click(function(event){
console.log("clicked: ", event, this);
window.open(this.src);
});
});
</script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>