blob: 2eae43a32c7433109678cc19a2c1bf7d696db5f2 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Freeside Web Demo</title>
{ include('elements/header.html'); }
<div id="header3"></div>
<div id="content1">
<h6>Online and downloadable demos</h6>
<!-- <table width="85%" align="center" cellpadding="0" cellspacing="0" background="imgs/bk/s.gif" class="demo"> -->
<table width="85%" align="center" cellpadding="0" cellspacing="0" class="demo">
<tr>
<th valign="middle" align="left">
<table cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><a href="http://webdemo.freeside.biz/freeside" target="_top"><img border=0 src="imgs/webdemo/backoffice_shd.gif"></a></td>
<th align="left" valign="top">
<h5>Back office</h5>
<h6>Billing, ticketing, reporting and configuration for employees and resellers</h6>
<p>The majority of Freeside's functionality is accessed from here. The back office interface includes searching and viewing of customers, invoices, trouble tickets and services, as well as reporting, configuration, per-user access control, resellser virtualization and more.</p>
<p>Log on with Username: <b>guest</b> and Password: <b>guest</b> when prompted
<p><a href="http://webdemo.freeside.biz/freeside" target="_top">Check
it out!</a> </p>
</td>
</tr>
</table>
</th>
</tr>
<tr>
<th valign="middle" align="left">
<table cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" ><a href="http://webdemo.freeside.biz/selfservice/selfservice.cgi" target="_top"><img border=0 src="imgs/webdemo/selfservice.gif"></a></td>
<th align="left" valign="top">
<h5>Self-Service</h5>
<h6>Template-able customer self-care interface and API</h6>
<p>Customer self-care including invoice viewing, one-time and recurring payments, adding and removing services, and password changes.
<p><a href="http://webdemo.freeside.biz/selfservice/selfservice.cgi" target="_top">Check it out!</a> </p>
</th>
</tr>
</table>
</th>
</tr>
<tr>
<th valign="middle" align="left">
<table cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><a href="http://webdemo.freeside.biz/selfservice/signup.cgi" target="_top"><img border=0 src="imgs/webdemo/signup_shd.gif"></a></td>
<th align="left" valign="top"><h5>Sign-Up</h5>
<h6>Template-able online signup page and API</h6>
<p>Customer signup page with immediate credit card authorization and provisioning</p>
<p><a href="http://webdemo.freeside.biz/selfservice/signup.cgi" target="_top">Check
it out!</a> </p>
</th>
</tr>
</table>
</th>
</tr>
<tr>
<th valign="middle" align="left">
<table cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><img border=0 src="imgs/webdemo/vmware_shd.gif"></td>
<th align="left" valign="top"><h5>Downloadable demo</h5>
<h6>A downloadable VMWare virtual appliance</h6>
<ul class="indented">
<li><a href="Freeside-Appliance-4.2.zip">Freeside-Appliance-4.2.zip</a> (844mb)
</ul>
</th>
</tr>
</table>
</th>
</tr>
</table>
</div>
{ include('elements/footer.html'); }
|