Timesheet Entry

Creates a CSV timesheet entry for a specified client and matter and appends it to the corresponding timesheet file, adding a header row if the file does not yet exist.

ThomasMoreAI dd7b7a4 528 B Updated

File contents

Create a timesheet entry in CSV format and append it to the timesheet file.

Format: {{date}},{{client}},{{matter}},{{hours}},{{description}}

Append this line to the file: timesheets/{{client}}-{{matter}}.csv

If the file doesn't exist yet, add a header row first: Date,Client,Matter,Hours,Description

ThomasMoreAI/legal-skills-open/tree/main/general/general/skills/timesheet-entry commit dd7b7a415d

Frequently asked questions

npx skillmds@latest add thomasmoreai/timesheet-entry