View | Details | Raw Unified | Return to bug 34069
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/restore_deleted_borrowers.tt (-1 / +62 lines)
Lines 43-48 Link Here
43
            <main>
43
            <main>
44
                [% IF view == "search" %]
44
                [% IF view == "search" %]
45
                    <h1>Restore deleted patrons</h1>
45
                    <h1>Restore deleted patrons</h1>
46
                    <fieldset class="rows">
47
                        <div class="dialog alert">
48
                            <h3><i class="fa fa-exclamation-triangle"></i> Important: Limited restoration</h3>
49
                            <p><strong>This tool ONLY restores the patron account record (name, contact info, library, category, etc.).</strong></p>
50
                            <p><strong>The following will NOT be restored because they are permanently deleted:</strong></p>
51
52
                            <h4>Circulation & Holdings:</h4>
53
                            <ul>
54
                                <li>Holds</li>
55
                                <li>Recalls</li>
56
                                <li>Bookings</li>
57
                                <li>Article requests</li>
58
                                <li>Curbside pickups</li>
59
                            </ul>
60
61
                            <h4>Patron Settings & Preferences:</h4>
62
                            <ul>
63
                                <li>Messaging preferences</li>
64
                                <li>Patron attributes (extended attributes)</li>
65
                                <li>User permissions</li>
66
                                <li>API keys</li>
67
                                <li>Patron image/photo</li>
68
                                <li>Advanced editor macros</li>
69
                            </ul>
70
71
                            <h4>History & Records:</h4>
72
                            <ul>
73
                                <li>Debarments/restrictions</li>
74
                                <li>Messages and notices</li>
75
                                <li>Message queue entries</li>
76
                                <li>Discharges</li>
77
                                <li>Alerts</li>
78
                                <li>Return claims</li>
79
                                <li>Item ratings and reviews</li>
80
                                <li>Last borrower records</li>
81
                            </ul>
82
83
                            <h4>Relationships & Memberships:</h4>
84
                            <ul>
85
                                <li>Guarantor/guarantee relationships</li>
86
                                <li>Club enrollments</li>
87
                                <li>Patron lists (owned and membership)</li>
88
                                <li>Housebound profile, role, and visits</li>
89
                            </ul>
90
91
                            <h4>Staff Functions:</h4>
92
                            <ul>
93
                                <li>ILL requests and comments</li>
94
                                <li>ERM counter logs and user roles</li>
95
                                <li>Cash register actions</li>
96
                                <li>Acquisitions baskets, budgets, and orders</li>
97
                                <li>Course instructors</li>
98
                                <li>Label/card creator batches</li>
99
                            </ul>
100
101
                            <h4>Other:</h4>
102
                            <ul>
103
                                <li>Subscription routing lists</li>
104
                                <li>Patron files/attachments</li>
105
                            </ul>
106
                        </div>
107
                    </fieldset>
46
108
47
                    <div id="search_deleted_borrowers">
109
                    <div id="search_deleted_borrowers">
48
                        <form method="get" action="/cgi-bin/koha/tools/restore_deleted_borrowers.pl" id="search_form">
110
                        <form method="get" action="/cgi-bin/koha/tools/restore_deleted_borrowers.pl" id="search_form">
49
- 

Return to bug 34069