Files
tms/extensions/ki_changerequest/compile/%%45^45E^45E480CD%%index.tpl.php
TMS eb299c9131 Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions:
- Budget tracking (ki_budget)
- Change request form (ki_changerequest)
- Invoice generation (ki_invoice)
- Expense tracking (ki_expenses)
- Flexi time (ki_flexitime)
- Export, admin panel, timesheets, tasks, summary

Database: ~900K time entries, 2,000+ users, 439 projects.
Config: includes/autoconf.php — localhost/kimai/kimai
2026-06-18 21:20:26 +00:00

37 lines
680 B
PHP

<?php /* Smarty version 2.6.20, created on 2015-02-09 14:06:41
compiled from index.tpl */ ?>
<?php echo '
<script type="text/javascript">
$(document).ready(function () {
changerequest_ext_onload();
});
</script>
<style>
.mybutton {
margin: 10px;
padding: 10px;
background-color: #92968e;
font-style: none;
text-decoration: none;
color: white;
}
</style>
'; ?>
<div id="changerequest_ext_wrap" width="100%">
<div id ="changerequest_ext" width="100%">
<p></p>
<a>Download Sheet</a><a class="mybutton" href="pdf.php">Download</a>
<p></p>
</div>
</div>