Skip to content

backoffice-plus/kimai-timesheet-category-bundle

Repository files navigation

TimesheetCategoryBundle

Installation

copy all files to TimesheetCategoryBundle in var/plugins/

var/plugins/
├── TimesheetCategoryBundle
|   └ ... copy all ...

Usage

to store a category at a timesheet, set header FORM-CATEGORY at POST /api/timesheets or PUT /api/timesheets/$id requests

//timesheet response
{
    "activity": 1,
    "project": 1,  
    "category": "holiday"
}

About

[Kimai Plugin] Timesheet Category

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages