<?php $theTab=3; ?>
<?php require_once('ietvert/theHeader.php'); ?>
<?php // require_once('Connections/DatuConnect.php'); ?>
<?php require_once('ietvert/theFunctions.php'); ?>
</head>
<?php
    /*** turn off error reporting ***/
/** ini_set('display_errors', 0); **/
?>

<body>

<div id="container">

<?php require_once('ietvert/pageHeader.php'); ?>
 
<div class="col810">
<div class="col624 borderSETSLightGreen">

  <div id="content">

  <p class="breadcrumb"> <span>You are here: </span> <a href="index.php">Home</a>&nbsp; &raquo; <a href="products.php">Products</a>&nbsp; &raquo; ZebraCash</p>
  <hr />
  <img src="images/ZebraCashLogo.jpg" width="200" height="82" alt="ZebraCash" />
  <h1>ZebraCash - Time & Material registration and billing system for law offices</h1>

<p>ZebraCash is a web based time and material registration and billing system for law offices. The system covers the whole life cycle of a client/case, managing related information storage and processing. The main functionality includes Client and Case data management, time reporting, time and costs accounting, invoice management and report generation. The system provides user role management and monitors user actions.</p>
<button type="button" onClick="window.open('files/ZebraCash.pdf')" id="ViewPDF">View PDF</button>

  <h2>Functional Scope</h2>
  <h3>1. Client/Case relationship management</h3>
  <ul>
    <li>Client related data register;</li>
    <li>Case management for client.</li>
  </ul>

<h3>2. Accounting</h3>
  <ul>
    <li>Spent time and related costs register for specific case;</li>
    <li>Specification and Invoice preparation;</li>
    <li>Invoice management.</li>
  </ul>

<h3>3. Reports</h3>
  <ul>
    <li>Report functionality showing registered time and costs using various criteria;</li>
    <li>Reports can be prepared in different output formats, e.g. pdf, xls.</li>
  </ul>

<h3>4. System administration</h3>
  <ul>
    <li>Standard value register;</li>
    <li>System user role management;</li>
    <li>Audit on actions resulting in data modification.</li>
  </ul>
 
  </div> <!-- content -->
  
</div> <!-- col624 -->
    
<div id="LastCol">
<?php require_once('ietvert/rightColGeneral.php'); ?>
</div> <!-- LastCol -->
    
</div> <!-- col810 -->
  
<?php require_once('ietvert/pageFooter.php'); ?>

</div> <!-- container -->

</body>
</html>
