You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the steps that Kim has to go through is generating graphs and insights from invoices of previous months. We can easily automate this by fetching the already uploaded invoices based on month and running whatever comparisons we need.
And this would give us the invoice as exported for 2024-08 and 2024-07 in the data dataframe of the objects b_. We know where to download from s3 if #91 is implemented.
Eventually, we only really want the singular dataframe (after all processors) to be fetchable (which we will also export as is) as applying the future "views" will get us the invoices we need exactly. (Do not worry about PI invoices)
THESE TASKS ARE LOW PRIORITY
The text was updated successfully, but these errors were encountered:
One of the steps that Kim has to go through is generating graphs and insights from invoices of previous months. We can easily automate this by fetching the already uploaded invoices based on month and running whatever comparisons we need.
We should therefore be able to do
And this would give us the invoice as exported for 2024-08 and 2024-07 in the
data
dataframe of the objectsb_
. We know where to download from s3 if #91 is implemented.Eventually, we only really want the singular dataframe (after all processors) to be fetchable (which we will also export as is) as applying the future "views" will get us the invoices we need exactly. (Do not worry about PI invoices)
THESE TASKS ARE LOW PRIORITY
The text was updated successfully, but these errors were encountered: