create COD
Assigned To:
Assign By Admin On 2024-07-02
Deadline:- 146 Days Over from Deadline. You Have Missed The Deadline 146 Days Ago
Task Details :-
Nigel,
in new-admin > eCommerce > Manage Orders
you will create a new PANEL with a button called "Create Customer COD".
when user click this, it will show
- drop down to select client user
- text box for assinging a numerical value
- Save button
when click save it will create a new row in a table called COD_Payment. This table should contain these columns:
ID, date_time, client_ID (secondary key), COD_Value, isPaid, date_time_received,
Now... when this data is saved, the client user DASHBOARD will show a small PANEL with this COD information. The text will be like this:
Your COD Amount of <COD_value> AED is due to be paid today.
DId you Receive this COD payment?
<yes button> <no button>
If cliet user clicks YES then update the table with isPaid=1, and date_time_received = current_date_time
and of course this panel will disappear. since the user can only click Yes only 1 time.
Task Current Status :-
Task Not Complete