Activity log for bug #1774178

Date Who What changed Old value New value Message
2018-05-30 12:34:20 Robert J Jackson bug added bug
2018-05-30 12:34:20 Robert J Jackson attachment added web_bills.JPG https://bugs.launchpad.net/bugs/1774178/+attachment/5146412/+files/web_bills.JPG
2018-05-30 12:35:06 Robert J Jackson attachment added legacy_bills.JPG https://bugs.launchpad.net/evergreen/+bug/1774178/+attachment/5146413/+files/legacy_bills.JPG
2018-05-30 12:37:38 Robert J Jackson description Web Client 3.x While performing cleanup for exceptions (negative balanced bills on closed transactions) I attempted to add the book keeping correction to two bills found using the web client. The bills do not show in the web client if a finish date is associated with the circulation. Under the legacy staff client they are present. I am showing the two screen shots of same billing from the web and legacy for review. Also below is the sql used to find the errant bills: select ac.barcode, mmbxs.* FROM money.materialized_billable_xact_summary mmbxs JOIN actor.usr au ON (au.id = mmbxs.usr) JOIN actor.card ac ON (au.id = ac.usr and ac.active = 't') WHERE xact_finish IS NOT NULL AND balance_owed <> 0 AND au.home_ou IN (SELECT id FROM actor.org_unit_descendants(1)); Web Client 3.0.7 While performing cleanup for exceptions (negative balanced bills on closed transactions) I attempted to add the book keeping correction to two bills found using the web client. The bills do not show in the web client if a finish date is associated with the circulation. Under the legacy staff client they are present. I am showing the two screen shots of same billing from the web and legacy for review. Also below is the sql used to find the errant bills: select ac.barcode, mmbxs.* FROM money.materialized_billable_xact_summary mmbxs JOIN actor.usr au ON (au.id = mmbxs.usr) JOIN actor.card ac ON (au.id = ac.usr and ac.active = 't') WHERE xact_finish IS NOT NULL AND balance_owed <> 0 AND au.home_ou IN (SELECT id FROM actor.org_unit_descendants(1));
2021-03-17 23:05:34 Timothy Means tags webstaffclient billing cleanup
2021-10-15 19:49:13 Terran McCanna tags billing cleanup circ-billing cleanup
2021-10-15 19:49:52 Terran McCanna tags circ-billing cleanup circ-billing