TreyWW / MyFinances

MyFinances is a web application that can help you as an individual, or team, manage your finances!
https://docs.myfinances.cloud
GNU Affero General Public License v3.0
85 stars 121 forks source link

bug: receipt search functionality does not support searching by receipt ID, merchant/store, and category #399

Closed artkolpakov closed 1 month ago

artkolpakov commented 1 month ago

What version of MyFinances are you currently using?

v0.4.5-40-g0ae3743

What device type are you currently facing the issue on?

Desktop

Describe the bug

Currently, the receipt search functionality via the receipt management dashboard UI does not support searching receipts by receipt ID, merchant/store, and purchase category:

receipt search issue

Steps to Reproduce:

  1. Navigate to the receipt management dashboard page (/dashboard/receipts/).
  2. Try searching for receipts using the receipt ID, merchant/store name, or purchase category.
  3. Observe that the search results do not return any matching receipts.

This limitation results in a confusing user experience and is inconsistent with other search functionalities across the application (for instance, the client search supports searching by client ID).

Expected Behavior: The receipt search functionality should support searching by receipt ID, merchant/store, and purchase category, providing a comprehensive and user-friendly search experience.