Skip to content

Resolve "Problem with storing user's income to the database"

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_301_fixing_income_retrieval_for_database

Related Issues

Closes #301 (closed)

Description

It should fix the "com.google.android.material.textfield.TextInputEditText{29095c2 VFED..CL. ........ 0,0-948,147 #7f09038f app:id/grf_3_income aid=1073741898}" which is currently being stored in the database as the income field and store the user's income that they entered.

Steps to Test

  1. Go to the guest entry form and fill out fragments 1-4.
  2. Press the done button on the summary fragment.
  3. Refresh your database in the app inspection.
  4. Check that the income was properly stored.
  5. Check the LogCat window as well for additional confirmation.

Relevant Screenshots

(Post any relevant screenshots here.)

Developer Notes

  • Note 1
  • Note 2
  • Note 3
Edited by Monique Johnson

Merge request reports