CMPUT301W15T03 / Team3ScandalouStopwatch

CMPUT301 TEAM CMPUT301W15T3 Git Repository
Apache License 2.0
0 stars 0 forks source link

Flagging Expenses #5

Closed datjwu closed 9 years ago

datjwu commented 9 years ago
  1. Have submit Claim also give a warning for if you have flagged expenses. You can still submit the claim even if there are incomplete expenses.
    • Make uncompleted expenses have 0.00 cost
  2. Edit the EditExpenseActivity to not give you warnings for incomplete fields.
    • Should still give warning for the Date if not entered
    • Need to update ExpenseListAdapter to accommodate for the empty fields.
miguel1726 commented 9 years ago

ive change it so that if the cost is empty there will be a 0.00 cost, only the date warning pop up, just need to update the expense list adapter