strange forecast behaviour because of value corrections #32

Closed
opened 2025-05-14 05:31:40 +00:00 by foefl · 3 comments
Owner
image.png
  • spike resulting from a correction of the invoice sum
{
      "artikelId": 5722,
      "warengruppeId": 1061,
      "firmaId": 1727,
      "betrag": 39970000,
      "menge": 1000,
      "buchungsDatum": "2023-07-06T00:00:00"
    },
    {
      "artikelId": 5722,
      "warengruppeId": 1061,
      "firmaId": 1727,
      "betrag": -39970000,
      "menge": -1000,
      "buchungsDatum": "2023-07-06T00:00:00"
    },
    {
      "artikelId": 5722,
      "warengruppeId": 1061,
      "firmaId": 1727,
      "betrag": 39970,
      "menge": 1000,
      "buchungsDatum": "2023-07-06T00:00:00"
    },
<img width="203" alt="image.png" src="attachments/2916315e-51fc-48f3-9691-efff96f276e2"> - spike resulting from a correction of the invoice sum ``` { "artikelId": 5722, "warengruppeId": 1061, "firmaId": 1727, "betrag": 39970000, "menge": 1000, "buchungsDatum": "2023-07-06T00:00:00" }, { "artikelId": 5722, "warengruppeId": 1061, "firmaId": 1727, "betrag": -39970000, "menge": -1000, "buchungsDatum": "2023-07-06T00:00:00" }, { "artikelId": 5722, "warengruppeId": 1061, "firmaId": 1727, "betrag": 39970, "menge": 1000, "buchungsDatum": "2023-07-06T00:00:00" }, ```
foefl added the
bug
label 2025-05-14 05:31:40 +00:00
foefl self-assigned this 2025-05-14 05:31:40 +00:00
foefl added this to the bug fixes project 2025-05-14 05:31:40 +00:00
foefl moved this to To Do in bug fixes on 2025-05-14 07:15:07 +00:00
Author
Owner

Two options:

  1. Merge/clean these entries by matching all relevant properties
  2. by Delta Barth: pre-filter/merge relevant entries before communicating via API

communicated on 14.05.25

Two options: 1. Merge/clean these entries by matching all relevant properties 2. by Delta Barth: pre-filter/merge relevant entries before communicating via API communicated on 14.05.25
Author
Owner

response on 15.05.2025

  • more complex than expected because of underlying data model and corresponding dependencies within the data
  • several edge cases which have to be considered

needs to be discussed internally by Delta Barth, feedback if further details known

*response on 15.05.2025* - more complex than expected because of underlying data model and corresponding dependencies within the data - several edge cases which have to be considered *needs to be discussed internally by Delta Barth, feedback if further details known*
Author
Owner

No further feedback was received. It is assumed, that this issue is resolved, reopen if otherwise.

No further feedback was received. It is assumed, that this issue is resolved, reopen if otherwise.
foefl closed this issue 2025-07-02 09:30:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: delta-barth/delta-barth-py#32
No description provided.