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
The DBI_prioritari filea, have a list of formulas provided by the seed files.
The first two lines (in green) rappresents if a column is mandatory (1) or not (0)
This formulas are pre-made by the client and they can change based on the sheet is selected.
The idea will be to:
The user upload two files from the UI
The process will get the year from the sheet DATI cell B8
Asyncronously the process should
copy the data from the file in the DBI_prioritari
drag all the formulas in the column pre-filled in the seed file for all the sheets
save the file
NOTE:
the document with all the information can be found here cap 2.3
The freeze is a functionality that let the client to phisically "freeze" the data. All the table are dumped in the "feeze" schema by adding the year as suffix. This table are not updatable, so we can rely on the content as "approved by the client"
Stories
As a logged in user I want to to run the dati prioritari check so that export the result and analyze the content
The text was updated successfully, but these errors were encountered:
The
DBI_prioritari
filea, have a list of formulas provided by the seed files.The first two lines (in green) rappresents if a column is mandatory (1) or not (0)
This formulas are pre-made by the client and they can change based on the sheet is selected.
The idea will be to:
Asyncronously the process should
DBI_prioritari
NOTE:
the document with all the information can be found here cap 2.3
The freeze is a functionality that let the client to phisically "freeze" the data. All the table are dumped in the "feeze" schema by adding the year as suffix. This table are not updatable, so we can rely on the content as "approved by the client"
Stories
As a logged in user
I want to to run the dati prioritari check
so that export the result and analyze the content
The text was updated successfully, but these errors were encountered: