https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16639 Bug ID: 16639 Summary: Split item data from description in Fines tab into separate columns Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: theod@lib.auth.gr QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com As an alternative approach to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 , it would be far better if separate "Barcode", "Due Date" and "Branch" columns were created in the Fines->Account table and Fines->Pay Fines So, my proposal for the for the Fines->Account table would be something like: Date | Description of charges | Barcode | Due Date | Branch | Note | Amount | Outstanding | Print And accordingly for the Fines->Pay Fines table: Fines & charges | Description | Barcode | Due Date | Branch | Payment note | Account type | Notify id | Level | Amount | Amount outstanding (The new tables /seem/ to have many columns to fit into the screen, but the "Description" column doesn't have to be as long as it used to, so the result will fit) Be warned that this approach assumes also that separate columns should be created in the accountlines db table to hold (at least) the branchcode (and/or the item barcode). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.