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:
TMS
2026-06-18 21:20:26 +00:00
commit eb299c9131
1099 changed files with 359817 additions and 0 deletions

8
includes/version.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
$kga['version'] = "0.9.2";
// $kga['revision'] is the sourceforge SVN revision.
$kga['revision'] = '0440';
// when Kimai moved from syncom to sourceforge we had r866 ...
$kga['revision'] = (int)$kga['revision'] += 866;
$kga['status'] = ""; // leave blank if stable ...
?>