Guys, I’m struggling with an app even sending some msg, reading similar posts, and watch some YT videos.
I’m gonna try to simplify the feature I’m trying to develop.
a main tab call TICKET with total_amount USD200.
I´d like to allow people help to pay, purchasing some quotas or parts of this TICKET.
Besides total_amount, I´m gonna set the number of pieces available. For example 4.
So, people will see Ticket USD 200 4 of 4 parts available to purchase.
A user could select 3 parts, I have to show 3 x (200/4) = USD150 Confirm??
Now the next user when access this TICKET will see Ticket USD 200 1 of 4 parts available to purchase.
Apparently looks simple, but It doesn’t work!
What u suggest doing? I´ve already tried 2 scenarios.
2 tabs MAIN_TICKETS and QUOTAS_DETAILS
1st in the MAIN_TICKETS NumQuotas, NumQuotasGenerated, NumQuotasAvailable.
A user inserts Number Entry NumQuotas, I calculated everything, show the final cost and click on a FORM BUTTON, the user confirms with SEND button. Here I SET COLUMNS in the QUOTAS_DETAILS. Perfect. Issue: next time this user access this TICKET I´d like to clear the Number Entry. I don´t know how.
In short bullets what would u do? thx.