federatedbookkeeping / timesheets

Federated Timesheets Project. Gitter: https://gitter.im/federatedbookkeeping/timesheets
MIT License
9 stars 1 forks source link

Import various formats into Prejournal (milestone 1a) #26

Closed michielbdejong closed 2 years ago

michielbdejong commented 2 years ago

See https://github.com/federatedbookkeeping/timesheets/blob/main/README.md#milestone-1-prejournal

gsvarovsky commented 2 years ago

whoops

michielbdejong commented 2 years ago

Was that comment meant to go onto #28 and/or #29 probably?

michielbdejong commented 2 years ago

Milestone 1: Prejournal Prejournal.org will be a headless bookkeeping connector that can take data from many types of source documents and export data to many different bookkeeping tools. It can be run as a stand-alone LAMP application, or as a Nextcloud app.

Deliverable: Tagged release of the code that does the following. 1a - 6000 EUR) Import timesheets data from the timetracker tools listed in the wiki (4) that allow data retrieval, either through an API or through a manual export-and-import flow, as well as relevant open standards (like caldav etc).

To do:

michielbdejong commented 2 years ago

One screencast could show how the pondersource-books/time repo works:

Another would show the csv-based imports.

michielbdejong commented 2 years ago

I realised the "reset script" demo can use curl because it's sysadmin-facing But the csv-imports demo needs to be using manual file upload through the Nextcloud GUI. Setting that up now in https://github.com/pondersource/prejournal/pull/136

michielbdejong commented 2 years ago

Done, see #52