opencost-de / opencost

openCost data formats, documentation and examples
GNU General Public License v3.0
4 stars 0 forks source link

"date_paid" with YYYY-MM-DD #9

Closed bschweighofer closed 1 year ago

bschweighofer commented 1 year ago

Currently, "date_paid" is mandatory with the specification YYYY-MM-DD. However, this is not always feasible, often only the year is known (more detailed information would have to be requested from the administration by individual inquiry). In addition, at the year transition it is sometimes not easy to see if it was paid from the remaining funds of the previous year. Would it be possible to make it "non-required" here?

ReportBy: email

aw-bib commented 1 year ago

This was addressed in PR #3 where we relaxed the date requirement to be YYYY (only a year), YYYY-MM (a year and a month) or YYYY-MM-DD the full date.

From the discussion it became clear that no date at all might not do.

However, we also see that especially for transformative agreements or flatrates the date_paid becomes an issue. Especially, publications early in the year can sometimes not easily associated to a date_paid, e.g. if the publication was accepted in October and only published in March of the subsequent year.

This might need further discussion.

cbroschinski commented 1 year ago

As mentioned this has been resolved. The schema description is now up to date as well.