|
Lines 142-176
sub columns {
Link Here
|
| 142 |
"datelastseen" => __("Date last seen"), |
142 |
"datelastseen" => __("Date last seen"), |
| 143 |
"stack" => __("Shelving control number"), |
143 |
"stack" => __("Shelving control number"), |
| 144 |
"onloan" => __("Due date"), |
144 |
"onloan" => __("Due date"), |
| 145 |
"cn_source" => __("Source of classification / shelving scheme"), |
145 |
"cn_source" => __("Source of classification / shelving scheme"), |
| 146 |
"cn_sort" => __("Koha normalized classification for sorting"), |
146 |
"cn_sort" => __("Koha normalized classification for sorting"), |
| 147 |
"notforloan" => __("Not for loan"), |
147 |
"notforloan" => __("Not for loan"), |
| 148 |
"itemlost" => __("Lost status"), |
148 |
"itemlost" => __("Lost status"), |
| 149 |
"itemlost_on" => __("Lost on"), |
149 |
"itemlost_on" => __("Lost on"), |
| 150 |
"withdrawn" => __("Withdrawn status"), |
150 |
"withdrawn" => __("Withdrawn status"), |
| 151 |
"withdrawn_on" => __("Withdrawn on"), |
151 |
"withdrawn_on" => __("Withdrawn on"), |
| 152 |
"itemcallnumber" => __("Call number"), |
152 |
"itemcallnumber" => __("Call number"), |
| 153 |
"issues" => __("Total checkouts"), |
153 |
"coded_location_qualifier" => __("Coded location qualifier"), |
| 154 |
"renewals" => __("Total renewals"), |
154 |
"issues" => __("Total checkouts"), |
| 155 |
"reserves" => __("Total holds"), |
155 |
"renewals" => __("Total renewals"), |
| 156 |
"restricted" => __("Use restrictions"), |
156 |
"reserves" => __("Total holds"), |
| 157 |
"itemnotes" => __("Public note"), |
157 |
"restricted" => __("Use restrictions"), |
| 158 |
"itemnotes_nonpublic" => __("Internal note"), |
158 |
"itemnotes" => __("Public note"), |
| 159 |
"holdingbranch" => __("Current library"), |
159 |
"itemnotes_nonpublic" => __("Internal note"), |
| 160 |
"timestamp" => __("Timestamp"), |
160 |
"holdingbranch" => __("Current library"), |
| 161 |
"location" => __("Shelving location"), |
161 |
"timestamp" => __("Timestamp"), |
| 162 |
"permanent_location" => __("Permanent shelving location"), |
162 |
"deleted_on" => __("Date of deletion"), |
| 163 |
"ccode" => __("Collection"), |
163 |
"location" => __("Shelving location"), |
| 164 |
"itype" => __("Koha itemtype"), |
164 |
"permanent_location" => __("Permanent shelving location"), |
| 165 |
"stocknumber" => __("Inventory number"), |
165 |
"ccode" => __("Collection"), |
| 166 |
"damaged" => __("Damaged status"), |
166 |
"itype" => __("Koha item type"), |
| 167 |
"damaged_on" => __("Damaged on"), |
167 |
"stocknumber" => __("Inventory number"), |
| 168 |
"materials" => __("Materials specified"), |
168 |
"damaged" => __("Damaged status"), |
| 169 |
"uri" => __("Uniform Resource Identifier"), |
169 |
"damaged_on" => __("Damaged on"), |
| 170 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
170 |
"materials" => __("Materials specified"), |
| 171 |
"enumchron" => __("Serial enumeraton/chronology"), |
171 |
"uri" => __("Uniform resource identifier"), |
| 172 |
"copynumber" => __("Copy number"), |
172 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
| 173 |
"new_status" => __("New status"), |
173 |
"enumchron" => __("Serial enumeraton/chronology"), |
|
|
174 |
"copynumber" => __("Copy number"), |
| 175 |
"new_status" => __("New status"), |
| 176 |
"exclude_from_local_holds_priority" => __("Exclude from local holds priority"), |
| 174 |
}, |
177 |
}, |
| 175 |
statistics => { |
178 |
statistics => { |
| 176 |
"datetime" => __("Statistics date and time"), |
179 |
"datetime" => __("Statistics date and time"), |
|
Lines 222-240
sub columns {
Link Here
|
| 222 |
"location" => __("Location"), |
225 |
"location" => __("Location"), |
| 223 |
"branchcode" => __("Library"), |
226 |
"branchcode" => __("Library"), |
| 224 |
}, |
227 |
}, |
| 225 |
suggestions=> { |
228 |
suggestions => { |
| 226 |
"author" => __("author"), |
229 |
"author" => __("Author"), |
| 227 |
"copyrightdate" => __("copyrightdate"), |
230 |
"copyrightdate" => __("Copyright date"), |
| 228 |
"isbn" => __("isbn"), |
231 |
"isbn" => __("ISBN"), |
| 229 |
"publishercode" => __("publishercode"), |
232 |
"publishercode" => __("Publisher"), |
| 230 |
"collectiontitle" => __("collectiontitle"), |
233 |
"collectiontitle" => __("Collection title"), |
| 231 |
"place" => __("place"), |
234 |
"place" => __("Place of publication"), |
| 232 |
"quantity" => __("quantity"), |
235 |
"quantity" => __("Quantity"), |
| 233 |
"itemtype" => __("itemtype"), |
236 |
"itemtype" => __("Item type"), |
| 234 |
"branchcode" => __("branchcode"), |
237 |
"branchcode" => __("Library"), |
| 235 |
"patronreason" => __("patronreason"), |
238 |
"patronreason" => __("Patron reason"), |
| 236 |
"note" => __("note"), |
239 |
"note" => __("Note"), |
| 237 |
"title" => __("title"), |
240 |
"title" => __("Title"), |
| 238 |
} |
241 |
} |
| 239 |
}; |
242 |
}; |
| 240 |
} |
243 |
} |
| 241 |
- |
|
|