Back to bug 32440

Who When What Removed Added
andrew 2022-12-09 17:51:15 UTC Depends on 19008
See Also https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32438
mathsabypro 2023-06-05 11:19:31 UTC CC mathsabypro
lari.taskula 2024-10-15 16:57:00 UTC Status NEW Needs Signoff
lari.taskula 2024-10-15 16:57:20 UTC Assignee koha-bugs lari.taskula
CC lari.taskula
andrew 2024-11-01 13:34:05 UTC Status Needs Signoff Signed Off
andrew 2024-11-01 13:34:07 UTC Attachment #172790 Attachment is obsolete 0 1
andrew 2024-11-01 13:34:09 UTC Attachment #172791 Attachment is obsolete 0 1
m.de.rooy 2025-02-21 09:53:16 UTC Status Signed Off Passed QA
Patch complexity --- Small patch
m.de.rooy 2025-02-21 09:53:19 UTC Attachment #173874 Attachment is obsolete 0 1
m.de.rooy 2025-02-21 09:53:21 UTC Attachment #173875 Attachment is obsolete 0 1
m.de.rooy 2025-02-21 09:53:46 UTC QA Contact testopia m.de.rooy
CC m.de.rooy
katrin.fischer 2025-02-21 15:44:24 UTC Status Passed QA Pushed to main
Version(s) released in 25.05.00
katrin.fischer 2025-05-26 14:01:42 UTC Text to go in the release notes , not all types of transactions in statistics are duplicated in pseudonymized transactions.

Pseudonymized_transactions currently only includes checkouts, returns Cleanup_database can delete all statistics entries more than X days old. If one is using pseudonymization to create pseudonymized_transactions data,
and renewals.

This patch adds two additional parameters to cleanup_database.pl:

1. --statistics-type

Defines the types of statistics to purge. Will purge all types if parameter is omitted. Repeatable.

2. --statistics-type-pseudo

Grabs, then one may wish to use that cleanup_database function to delete statistics entries that have been duplicated in pseudonymized_transactions.
However values from @Koha::Statistic::pseudonymization_types. At the time of implementation these are: renew, issue, return and onsite_checkout
katrin.fischer 2025-05-26 15:09:18 UTC Text to go in the release notes , not all types of transactions in statistics are duplicated in pseudonymized transactions.

Pseudonymized_transactions currently only includes checkouts, returns Cleanup_database can delete all statistics entries more than X days old. If one is using pseudonymization to create pseudonymized_transactions data,
and renewals.

This patch adds two additional parameters to cleanup_database.pl:

1. --statistics-type

Defines the types of statistics to purge. Will purge all types if parameter is omitted. Repeatable.

2. --statistics-type-pseudo

Grabs, then one may wish to use that cleanup_database function to delete statistics entries that have been duplicated in pseudonymized_transactions.
However values from @Koha::Statistic::pseudonymization_types. At the time of implementation these are: renew, issue, return and onsite_checkout
, not all types of transactions in statistics are duplicated in pseudonymized transactions.

Pseudonymized_transactions currently only includes checkouts, returns Cleanup_database can delete all statistics entries more than X days old. If one is using pseudonymization to create pseudonymized_transactions data,
and renewals.

This patch adds two additional parameters to cleanup_database.pl:

1. `--statistics-type`

Defines the types of statistics to purge. Will purge all types if parameter is omitted. Repeatable.

2., then one may wish to use that cleanup_database function to delete statistics entries that have been duplicated in pseudonymized_transactions.
However `--statistics-type-pseudo`

Grabs values from @Koha::Statistic::pseudonymization_types. At the time of implementation these are: renew, issue, return and onsite_checkout
sspohn 2025-06-18 19:22:43 UTC CC bywater, sspohn

Back to bug 32440