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

View File

@@ -0,0 +1,23 @@
#ap_ext_panel table {
font-size: 11px;
color: #363636;
border-collapse: collapse;
width: 100%;
border: 1px solid #cccccc;
}
#ap_ext_panel table th {
height: 25px;
background-color: #92968e;
color: #ffffff;
text-align: left;
padding-left: 5px;
}
#ap_ext_panel table td { padding-left: 5px; }
#ap_ext_panel table tr {
height: 20px;
background-color: #eeeeee;
border-bottom: 1px solid #b8b8b8;
}
#ap_ext_panel table tr.even { background-color: #ffffff; }
#ap_ext_panel div.ap_ext_subject td.option { width: 30px; }
#ap_ext_panel div.ap_ext_4cols td { width: 25%; }