GunshamLakhiani
6 years agoQrew Cadet
How to Create a Yes/No Button
Hi Friends,
I am trying to make an app where i want to track some payments to be made if i receive a Physical Bill every month. The Bill Date is constant every month and then there is a Due Date which is also fixed. It is not necessary that i will receive the Bill every month.
So I will add the list of vendors into a vendor master table along with the Billing Day and if Today = Billing Day then a notification should get generated if the Bill is to be generated or not.
The notification will have 2 Button Yes and No. If i receive the physical bill then i click Yes and a record gets generated in the transaction table as below
Vendor (This will come from Vendor Master. Note-Multiple Vendors can have the same Billing Day)
Bill Date (This is calculated as the billing day and the current month and current year)
Amount (This will be generated as 0 as the Amount is not known. This will be entered when the payment is being done.)
Due Date(This is calculated as BillDate + x number of Days)
Status(This will be generated as Unpaid and when the user makes the payment this should gets changed to Paid)
Can anyone help?
Regards
Gunsham
------------------------------
Gunsham Lakhiani
------------------------------
I am trying to make an app where i want to track some payments to be made if i receive a Physical Bill every month. The Bill Date is constant every month and then there is a Due Date which is also fixed. It is not necessary that i will receive the Bill every month.
So I will add the list of vendors into a vendor master table along with the Billing Day and if Today = Billing Day then a notification should get generated if the Bill is to be generated or not.
The notification will have 2 Button Yes and No. If i receive the physical bill then i click Yes and a record gets generated in the transaction table as below
Vendor (This will come from Vendor Master. Note-Multiple Vendors can have the same Billing Day)
Bill Date (This is calculated as the billing day and the current month and current year)
Amount (This will be generated as 0 as the Amount is not known. This will be entered when the payment is being done.)
Due Date(This is calculated as BillDate + x number of Days)
Status(This will be generated as Unpaid and when the user makes the payment this should gets changed to Paid)
Can anyone help?
Regards
Gunsham
------------------------------
Gunsham Lakhiani
------------------------------