cppcooper / time-tracker

Command line time tracker for session/accumulated time.
MIT License
0 stars 0 forks source link

integration with quickbooks would be nice #6

Open cppcooper opened 2 years ago

cppcooper commented 2 years ago

Quickbooks provides an API https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity

cppcooper commented 2 years ago

Another option may be to just output an importable spreadsheet (xlsx) as a way of integrating with quickbooks. There is a bi-weekly timesheet template that is supposedly importable into quickbooks. Additionally there seems to be at least one open source method of editing xlsx files in C++ see here