Categorygithub.com/timtarusov/timesheet_autofill
modulepackage
0.0.0-20240529163627-89b3d5b98431
Repository: https://github.com/timtarusov/timesheet_autofill.git
Documentation: pkg.go.dev

# README

timesheet_autofill

A simple cli tool to automate filling in timesheets and creating invoices based on template files and configuration

TODO

  • Read and write excel sheets with timesheets and invoice data
  • Save new files at provided path (or default)
  • Print output and ask for confirmation before creating new files
  • Create an sqlite DB with history of timesheets and invoices
  • Build a CLI using cobra
  • Build a binary to be used from terminal (added to path)
  • Exclude sick days
  • Make a config file
  • Create a pretty table with results
  • Generate an email

# Packages

Package cmd contains commands for the timesheet_autofill CLI.
No description provided by the author
No description provided by the author