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
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php /* Smarty version 2.6.20, created on 2015-02-03 08:13:50
|
||||
compiled from index.tpl */ ?>
|
||||
<?php echo '
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
listprojects_ext_onload();
|
||||
});
|
||||
</script>
|
||||
|
||||
'; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="listprojects_ext_wrap" width="100%">
|
||||
<div id ="listprojects_ext" width="100%">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user