tripletex-api2 icon indicating copy to clipboard operation
tripletex-api2 copied to clipboard

Currency needs id to be used

Open reijovosu opened this issue 5 years ago • 1 comments

When inserting currency it's necessary to search Tripletex id. That generates too much complexity and is too slow currency: { id: 12 }

Should be: currency: "EUR"

reijovosu avatar Oct 22 '20 16:10 reijovosu

Same issue for country. Using ISO-values for both currency and country is better.

madsoliver avatar Feb 18 '21 19:02 madsoliver