Hi,
I have made an expenseapp. There is a button to create a new expense.
It creates a collection with several columns. People use it once a month and sometimes have over more than 15 items.
They would like to be able to daily put in their expenses, which the app saves but not sends.
And the once a month, click on submit so send them all.
So, i added an new column to the collection when a new expense is created called Status.
It sets the item on draft. When they save the item it, creates a new line and also with the status draft.
But now i don't now what to do. I want the items in the collections to be saved after exiting the app and only disappear when they hit the submitbutton once a month. So they can enter items the whole month.
Is there a way to achieve this?