Hello,
So, this is what I’m trying to achieve:
- User gonna input the item (from the database) and then click the add button.
- The item will be displayed in this area using Repeating Group because there is gonna be more than one item.
- The items Grand Total Price will display in here
- User click “Simpan” button a.k.a. Save button to save this transaction into the database.
Now, the question is:
- How to display the items (number 2) from the input group (number 1)?
- How to display Grand total? (number 3)
- How to store the transaction in the database? (I already made “Transaction Database”)
Anyone can help? Thanks!