View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009078 | Taler | mechant backend | public | 2024-08-15 10:18 | 2024-09-16 23:51 |
Reporter | how | Assigned To | how | ||
Priority | high | Severity | feature | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 0.12 | ||||
Target Version | 1.3 | ||||
Summary | 0009078: Default wire transfer delay should be absolute | ||||
Description | Currently the default wire transfer delay is computed relatively from current date + N. This opens potential accounting and legal issues when delays are shifted, e.g., in the case of irregular payments. E.g., a 90-day invoice limit might be overstepped, or an accounting period miss some late payments. This situation can be alleviated by deciding on a precise transfer day to convert existing relative dates to regular (absolute) calendar dates. | ||||
Additional Information | Eponym field appears at https://backend.demo.taler.net/webui/#/settings | ||||
Tags | No tags attached. | ||||
|
I'm not sure you actually want it to be absolute, that would give you the same time always. Note that per-order, you already have refund_deadline and pay_deadline and wire_transfer_deadline which ARE absolute. See https://docs.taler.net/core/api-merchant.html#creating-orders in the spec. I think you want a "rounding" value, where the *-deadline is computed automatically rounded to the next minute/hour/day/week/month/year. That's not the same as an 'absolute' time though (in our terminology). Now, I wonder if you missed the above fields, or if we really need to add a per-instance default deadline "rounding" option. Also, do we need just rounding to minute/hour/day/week/month/year, or do we also need offsets (deadline == always 27th of the month, or always at 23:55 each day) in that case? |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-15 10:18 | how | New Issue | |
2024-08-15 10:18 | how | Status | new => assigned |
2024-08-15 10:18 | how | Assigned To | => Christian Grothoff |
2024-08-18 17:53 | Christian Grothoff | Target Version | => 1.0 stretch goals |
2024-08-19 08:00 | Christian Grothoff | Note Added: 0022994 | |
2024-08-19 08:00 | Christian Grothoff | Status | assigned => feedback |
2024-08-19 08:02 | Christian Grothoff | Assigned To | Christian Grothoff => how |
2024-09-16 23:51 | Christian Grothoff | Target Version | 1.0 stretch goals => 1.3 |