Daily production showing Up on the wrong date

Guys,

I have an interesting issue. I have been using the API to update daily/monthly production for sometime now and updated to include 2 additional customNumbers (2/3). I updated the workflow ran the job and no errors on the html side and then I started looking at the data…

Right now as it stands, on the daily production screen, the 2 additional custom numbers are being written 1 month behind their associated date. To make matters even more interesting, when graphing those streams, only some of the data is visible, but what is there is on the correct date.

customNumber2 = Test Oil
customNumber3 = Test Water

Below is an example of the json being written for one well and one day:
{
“well” : “6123c9eab41fd5e50427f5ea”,
“oil” : 259.19000244140625,
“gas” : 135,
“water” : 0,
“date” : “2021-08-15T00:00:00”,
“tubingHeadPressure” : 170,
“casingHeadPressure” : null,
“flowlinePressure” : null,
“choke” : 40,
“gasInjection” : 0,
“customNumber0” : 135,
“customNumber1” : 40,
“customNumber2” : 220,
“customNumber3” : 1528
},
Below is from the daily production screen:

Below is the graph for stream (customNumber2 (Test Oil)):

Any thoughts?

1 Like

Hey @Jallison, thanks for reporting the issue.

@carlos.pena and the team are going to look into this.

Regards

1 Like

First of all, sorry for the late reply. We took a look at this issue and we could not figure out the cause, and it ended up being pushed back due to other priorities. But we would like to get to the bottom of this. @Jallison can you show us what the API returns when you try to GET that production data? I think that would help us in our investigation.