Bug 39952 - Cash register report resets filters and returns no results when filtering by branch/register
Summary: Cash register report resets filters and returns no results when filtering by ...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-20 23:43 UTC by Laura Escamilla
Modified: 2025-05-20 23:43 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laura Escamilla 2025-05-20 23:43:06 UTC
Steps to Reproduce the Issue
1. Enable Required System Preferences
    * Turn on the EnablePointOfSale system preference.
    * Turn on the UseCashRegisters system preference.
2. Configure Point of Sale
    * Navigate to the Point of Sale module.
    * Set up a cash register and configure one or more items for sale.
3. Make Transactions
    * Perform a few sales using the configured items and cash register.
4. Run the Cash Register Report (Statistics Wizard)
    * Go to the Statistics Wizard → Cash Register Report.
    * Set Transaction Type to All Transactions.
    * Set both Transaction Library and Cash Register to All.
    * You should see the transactions you made.
5. Attempt to Filter by Library and Register
    * Repeat step 4, but this time:
        * Set Transaction Library to the branch you were logged in as during the sales (e.g., Centerville).
        * Set Cash Register to the specific register you used.
    * Observe that:
        * No results are displayed, even though matching transactions exist.
        * Both Transaction Library and Cash Register dropdowns reset to All after submitting the search.