-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
91 lines (80 loc) · 5.09 KB
/
products.html
File metadata and controls
91 lines (80 loc) · 5.09 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
88
89
90
91
---
title: Our products
permalink: /products/
---
<div class="row">
<div class="col d-flex flex-row align-items-stretch">
<div class="card">
<a href="http://tiendatek.info" target="_blank"><img class="card-img-top"
src="/assets/img/product_bg_tiendatek.jpg"
alt="tiendatek"></a>
<div class="card-body">
<h3><a href="http://tiendatek.info" name="tiendatek" target="_blank">Tiendatek</a></h3>
<h4 class="font-weight-light">The problem</h4>
<p>
Our first set of customers are the "mom-and-pop" shops that dot many corners in Latin
America and the rest of the developing world. Despite selling hundreds if not thousands of
different products, most of these micro-retailers do not track their sales or expenses
because they cannot afford a cash register or other point-of-sales tool. The most
organized shopkeepers may record some transactions in a notebook and then laboriously
transfer this information to a spreadsheet but they generally still do not have a clear
idea about how to use this data to improve profits.
</p>
<p>
The end result is that most of these businesses do not know their break-even sales, cannot
analyze an investment opportunity, nor optimize their purchasing decisions. All of these
limitations combine to keep micro-retailers operating in a sub-optimal manner, reducing
profits, limiting growth and making life more difficult for their suppliers.
</p>
<h4 class="font-weight-light">The Solution</h4>
<p>
Our first product is a <a href="http://www.tiendate.mx/" target="_blank">point-of-sale
software application </a>that allows micro-retailers to record all store expenses and
revenues directly on a mobile phone or tablet; an external bar code reader connected to
the phone via a wireless connection allows them to record transactions at the product
level. In exchange micro-retailers gain access to financial reporting, personalized
recommendations and additional value-added services.
</p>
<p>
All of our software applications run on Android smart phones or tablets that have touch
screens and synchronize wirelessly with our Web servers.
</p>
<p class="text-center"><a href="http://tiendatek.info" target="_blank"
class="btn btn-lg btn-frogtek">product details</a>
</p>
</div>
</div>
</div>
<div class="col d-flex flex-row align-items-stretch">
<div class="card">
<a href="https://analytics.frogtek.org/" target="_blank"><img class="card-img-top"
src="/assets/img/product_bg_anlytics.jpg"
alt="frogtek analytics"></a>
<div class="card-body">
<h3><a href="https://analytics.frogtek.org/" name="analytics" target="_blank">Frogtek
Analytics</a></h3>
<h4 class="font-weight-light">The Problem</h4>
<p>
Consumer Packaged Goods (CPGs) companies operate in the traditional chanel of emerging
markets blindly, since they do not have high quality, timely, meaningfull information
to based their decisions on. Available data are nothing but expensive but low quality
extrapolations coming from manual audits that most of the time arrive late and are not
actionable.
</p>
<h4 class="font-weight-light">The Solution</h4>
<p>
Our servers in the cloud proccess
millions of operations in real time coming from our panel of shops. Tailored
algorithms clean and transform the information to provide high quality real time
information. Our products are timely delivered and contain meaningfull information
that can be used to take actions that will improve CPGs competitiveness and outcomes.
From market share to new launches monitoring, from category level to SKU level,
segmented by geography or price, all the data of the modern trade now available in the
tradicional trade by subscription in the web.
</p>
<p class="text-center"><a href="/analytics/" target="_blank"
class="btn btn-lg btn-frogtek">product details</a></p>
</div>
</div>
</div>
</div>