Bug 27804 - Convert register transactions table to a single ajax driven datatable
Summary: Convert register transactions table to a single ajax driven datatable
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 13985
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-26 10:42 UTC by Martin Renvoize
Modified: 2022-04-26 11:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2021-02-26 10:42:54 UTC
Currently, the transactions list on the register details page for point of sale functionality is loaded as two tables, one for recent transactions since the last cash up and a second for historical transactions.

It would be nice to have that table combined and run using ajax calls and the API.