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,13 @@
EXTENSION_NAME = "Budget"
EXTENSION_KEY = "ki_budget"
EXTENSION_INIT_FILE = "ki_budget/init.php"
EXTENSION_DIR = "ki_budget"
ADMIN_ALLOWED = "1"
GROUP_LEADER_ALLOWED = "1"
USER_ALLOWED = "1"
CUSTOMER_ALLOWED = "1"
JS_INCLUDE_FILES[] = "../extensions/ki_budget/js/bgt_func.js"
JS_INCLUDE_FILES[] = "../extensions/ki_budget/js/bgt_init.js"
CSS_INCLUDE_FILES = "../extensions/ki_budget/css/styles.css"