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 / +60 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
                    <div class="dialog alert bg-info-subtle">
47
                        <h3><i class="fa fa-exclamation-triangle"></i> Important: Limited restoration</h3>
48
                        <p><strong>This tool ONLY restores the borrowers table and not related entries in other tables.</strong></p>
49
                        <p><strong>The following will NOT be restored because it is permanently deleted:</strong></p>
50
51
                        <h4>Circulation & Holdings:</h4>
52
                        <ul>
53
                            <li>Holds</li>
54
                            <li>Recalls</li>
55
                            <li>Bookings</li>
56
                            <li>Article requests</li>
57
                            <li>Curbside pickups</li>
58
                            <li>Lists</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>Patron image/photo</li>
66
                        </ul>
67
68
                        <h4>History & Records:</h4>
69
                        <ul>
70
                            <li>Debarments/restrictions</li>
71
                            <li>Messages and notices</li>
72
                            <li>Notification history</li>
73
                            <li>Discharges</li>
74
                            <li>Alerts</li>
75
                            <li>Return claims</li>
76
                            <li>Item ratings and reviews</li>
77
                            <li>Last borrower records</li>
78
                        </ul>
79
80
                        <h4>Relationships & Memberships:</h4>
81
                        <ul>
82
                            <li>Guarantor/guarantee relationships</li>
83
                            <li>Club enrollments</li>
84
                            <li>Housebound profile, role, and visits</li>
85
                        </ul>
86
87
                        <h4>Staff Functions:</h4>
88
                        <ul>
89
                            <li>ILL requests and comments</li>
90
                            <li>User permissions</li>
91
                            <li>ERM counter logs and user roles</li>
92
                            <li>Cash register actions</li>
93
                            <li>Acquisitions baskets, budgets, and orders</li>
94
                            <li>Course instructors</li>
95
                            <li>Label/card creator batches</li>
96
                            <li>Advanced editor macros</li>
97
                            <li>API keys</li>
98
                        </ul>
99
100
                        <h4>Other:</h4>
101
                        <ul>
102
                            <li>Subscription routing lists</li>
103
                            <li>Patron files/attachments</li>
104
                        </ul>
105
                    </div>
46
106
47
                    <div id="search_deleted_borrowers">
107
                    <div id="search_deleted_borrowers">
48
                        <form method="get" action="/cgi-bin/koha/tools/restore_deleted_borrowers.pl" id="search_form">
108
                        <form method="get" action="/cgi-bin/koha/tools/restore_deleted_borrowers.pl" id="search_form">
49
- 

Return to bug 34069