|
Lines 62-68
sub columns {
Link Here
|
| 62 |
return { |
62 |
return { |
| 63 |
aqorders => { |
63 |
aqorders => { |
| 64 |
"basketno" => __("Basket ID (internal)"), |
64 |
"basketno" => __("Basket ID (internal)"), |
| 65 |
"biblionumber" => __("Biblionumber (internal)"), |
65 |
"biblionumber" => __("Biblio number (internal)"), |
| 66 |
"budget_id" => __("Fund ID (internal)"), |
66 |
"budget_id" => __("Fund ID (internal)"), |
| 67 |
"budgetdate" => __("Not used (deprecated)"), |
67 |
"budgetdate" => __("Not used (deprecated)"), |
| 68 |
"cancellationreason" => __("Cancellation reason"), |
68 |
"cancellationreason" => __("Cancellation reason"), |
|
Lines 197-251
sub columns {
Link Here
|
| 197 |
"zipcode" => __("ZIP/Postal code"), |
197 |
"zipcode" => __("ZIP/Postal code"), |
| 198 |
}, |
198 |
}, |
| 199 |
items => { |
199 |
items => { |
| 200 |
"biblioitemnumber" => __("Biblioitem number (internal)"), |
|
|
| 201 |
"barcode" => __("Barcode"), |
200 |
"barcode" => __("Barcode"), |
| 202 |
"dateaccessioned" => __("Date acquired"), |
201 |
"biblioitemnumber" => __("Biblio item number (internal)"), |
|
|
202 |
"biblionumber" => __("Biblio number (internal)"), |
| 203 |
"bookable" => __("Bookable"), |
| 203 |
"booksellerid" => __("Source of acquisition"), |
204 |
"booksellerid" => __("Source of acquisition"), |
| 204 |
"homebranch" => __("Permanent library"), |
205 |
"ccode" => __("Collection"), |
| 205 |
"price" => __("Price"), |
206 |
"cn_sort" => __("Koha normalized classification for sorting"), |
| 206 |
"replacementprice" => __("Replacement price"), |
207 |
"cn_source" => __("Source of classification or shelving scheme"), |
| 207 |
"replacementpricedate" => __("Price effective from"), |
208 |
"coded_location_qualifier" => __("Coded location qualifier"), |
| 208 |
"datelastborrowed" => __("Date last checked out"), |
209 |
"copynumber" => __("Copy number"), |
| 209 |
"datelastseen" => __("Date last seen"), |
|
|
| 210 |
"stack" => __("Shelving control number"), |
| 211 |
"notforloan" => __("Not for loan"), |
| 212 |
"damaged" => __("Damaged status"), |
210 |
"damaged" => __("Damaged status"), |
| 213 |
"damaged_on" => __("Damaged on"), |
211 |
"damaged_on" => __("Damaged on"), |
|
|
212 |
"dateaccessioned" => __("Date acquired"), |
| 213 |
"datelastborrowed" => __("Date last checked out"), |
| 214 |
"datelastseen" => __("Date last seen"), |
| 215 |
"deleted_on" => __("Deleted on"), |
| 216 |
"enumchron" => __("Serial enumeraton/chronology"), |
| 217 |
"exclude_from_local_holds_priority" => __("Exclude from local holds priority"), |
| 218 |
"holdingbranch" => __("Current library"), |
| 219 |
"homebranch" => __("Permanent library"), |
| 220 |
"issues" => __("Total checkouts"), |
| 221 |
"itemcallnumber" => __("Call number"), |
| 214 |
"itemlost" => __("Lost status"), |
222 |
"itemlost" => __("Lost status"), |
| 215 |
"itemlost_on" => __("Lost on"), |
223 |
"itemlost_on" => __("Lost on"), |
| 216 |
"withdrawn" => __("Withdrawn status"), |
|
|
| 217 |
"withdrawn_on" => __("Withdrawn on"), |
| 218 |
"itemcallnumber" => __("Call number"), |
| 219 |
"coded_location_qualifier" => __("Coded location qualifier"), |
| 220 |
"issues" => __("Total checkouts"), |
| 221 |
"renewals" => __("Total renewals"), |
| 222 |
"reserves" => __("Total holds"), |
| 223 |
"restricted" => __("Use restrictions"), |
| 224 |
"itemnotes" => __("Public note"), |
224 |
"itemnotes" => __("Public note"), |
| 225 |
"itemnotes_nonpublic" => __("Internal note"), |
225 |
"itemnotes_nonpublic" => __("Internal note"), |
| 226 |
"holdingbranch" => __("Current library"), |
226 |
"itemnumber" => __("Koha item number (autogenerated)"), |
| 227 |
"timestamp" => __("Timestamp"), |
227 |
"itype" => __("Koha item type"), |
| 228 |
"deleted_on" => __("Deleted on"), |
228 |
"localuse" => __("Total local uses"), |
| 229 |
"location" => __("Shelving location"), |
229 |
"location" => __("Shelving location"), |
| 230 |
"permanent_location" => __("Permanent shelving location"), |
|
|
| 231 |
"onloan" => __("Due date"), |
| 232 |
"cn_source" => __("Source of classification / shelving scheme"), |
| 233 |
"cn_sort" => __("Koha normalized classification for sorting"), |
| 234 |
"ccode" => __("Collection"), |
| 235 |
"materials" => __("Materials specified"), |
230 |
"materials" => __("Materials specified"), |
| 236 |
"uri" => __("Uniform Resource Identifier"), |
|
|
| 237 |
"itype" => __("Koha itemtype"), |
| 238 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
231 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
| 239 |
"enumchron" => __("Serial enumeraton/chronology"), |
|
|
| 240 |
"copynumber" => __("Copy number"), |
| 241 |
"stocknumber" => __("Inventory number"), |
| 242 |
"new_status" => __("New status"), |
232 |
"new_status" => __("New status"), |
| 243 |
"exclude_from_local_holds_priority" => __("Exclude from local holds priority"), |
233 |
"notforloan" => __("Not for loan"), |
|
|
234 |
"onloan" => __("Due date"), |
| 235 |
"permanent_location" => __("Permanent shelving location"), |
| 236 |
"price" => __("Price"), |
| 237 |
"renewals" => __("Total renewals"), |
| 238 |
"replacementprice" => __("Replacement price"), |
| 239 |
"replacementpricedate" => __("Price effective from"), |
| 240 |
"reserves" => __("Total holds"), |
| 241 |
"restricted" => __("Use restrictions"), |
| 242 |
"stack" => __("Shelving control number"), |
| 243 |
"stocknumber" => __("Inventory number"), |
| 244 |
"timestamp" => __("Modification date"), |
| 245 |
"uri" => __("Uniform Resource Identifier"), |
| 246 |
"withdrawn" => __("Withdrawn status"), |
| 247 |
"withdrawn_on" => __("Withdrawn on"), |
| 244 |
}, |
248 |
}, |
| 245 |
biblio => { |
249 |
biblio => { |
| 246 |
"abstract" => __("Abstract"), |
250 |
"abstract" => __("Abstract"), |
| 247 |
"author" => __("Author"), |
251 |
"author" => __("Author"), |
| 248 |
"biblionumber" => __("Biblio number"), |
252 |
"biblionumber" => __("Biblio number (internal)"), |
| 249 |
"copyrightdate" => __("Copyright date"), |
253 |
"copyrightdate" => __("Copyright date"), |
| 250 |
"datecreated" => __("Creation date"), |
254 |
"datecreated" => __("Creation date"), |
| 251 |
"frameworkcode" => __("Framework code"), |
255 |
"frameworkcode" => __("Framework code"), |
|
Lines 261-304
sub columns {
Link Here
|
| 261 |
"unititle" => __("Uniform title"), |
265 |
"unititle" => __("Uniform title"), |
| 262 |
}, |
266 |
}, |
| 263 |
biblioitems => { |
267 |
biblioitems => { |
| 264 |
"agerestriction" => __("Age restriction"), |
268 |
"agerestriction" => __("Age restriction"), |
| 265 |
"biblioitemnumber" => __("Biblioitem number"), |
269 |
"biblioitemnumber" => __("Biblio item number (internal)"), |
| 266 |
"biblionumber" => __("Biblio number"), |
270 |
"biblionumber" => __("Biblio number (internal)"), |
| 267 |
"classification" => __("Classification"), |
271 |
"cn_class" => __("Classification part"), |
| 268 |
"dewey" => __("Dewey/classification"), |
272 |
"cn_item" => __("Item part"), |
| 269 |
"illus" => __("Illustrations"), |
273 |
"cn_sort" => __("Koha normalized classification for sorting"), |
| 270 |
"isbn" => __("ISBN"), |
274 |
"cn_source" => __("Source of classification or shelving scheme"), |
| 271 |
"issn" => __("ISSN"), |
275 |
"cn_suffix" => __("Call number suffix"), |
| 272 |
"itemtype" => __("Biblio-level item type"), |
276 |
"collectiontitle" => __("Series statement"), |
| 273 |
"lccn" => __("LCCN"), |
277 |
"collectionissn" => __("Series ISSN"), |
| 274 |
"notes" => __("Notes"), |
278 |
"collectionvolume" => __("Series volume"), |
| 275 |
"number" => __("Number"), |
279 |
"ean" => __("EAN"), |
| 276 |
"pages" => __("Number of pages"), |
280 |
"editionresponsibility" => __("Edition responsibility"), |
| 277 |
"place" => __("Place of publication"), |
281 |
"editionstatement" => __("Edition statement"), |
| 278 |
"publicationyear" => __("Publication date"), |
282 |
"illus" => __("Other physical details"), |
| 279 |
"publishercode" => __("Publisher"), |
283 |
"isbn" => __("ISBN"), |
| 280 |
"size" => __("Size"), |
284 |
"issn" => __("ISSN"), |
| 281 |
"subclass" => __("Sub classification"), |
285 |
"itemtype" => __("Biblio-level item type"), |
| 282 |
"timestamp" => __("Timestamp"), |
286 |
"lccn" => __("LCCN"), |
| 283 |
"title" => __("Title"), |
287 |
"notes" => __("Notes"), |
| 284 |
"url" => __("URL"), |
288 |
"number" => __("Number"), |
| 285 |
"volume" => __("Volume number"), |
289 |
"pages" => __("Number of pages"), |
| 286 |
"volumedate" => __("Volume date"), |
290 |
"place" => __("Place of publication"), |
| 287 |
"volumedesc" => __("Volume information"), |
291 |
"publicationyear" => __("Publication date"), |
|
|
292 |
"publishercode" => __("Publisher"), |
| 293 |
"size" => __("Size"), |
| 294 |
"timestamp" => __("Modification date"), |
| 295 |
"totalissues" => __("Koha issues (borrowed), all copies"), |
| 296 |
"url" => __("URL"), |
| 297 |
"volume" => __("Volume number"), |
| 298 |
"volumedate" => __("Volume date"), |
| 299 |
"volumedesc" => __("Volume information"), |
| 288 |
}, |
300 |
}, |
| 289 |
statistics => { |
301 |
statistics => { |
| 290 |
"datetime" => __("Statistics date and time"), |
302 |
"borrowernumber" => __("Borrower number"), |
| 291 |
"branch" => __("Library"), |
303 |
"branch" => __("Library"), |
| 292 |
"value" => __("Value"), |
304 |
"categorycode" => __("Patron category"), |
| 293 |
"type" => __("Transaction type"), |
305 |
"ccode" => __("Collection"), |
| 294 |
"other" => __("SIP mode"), |
306 |
"datetime" => __("Statistics date and time"), |
|
|
307 |
"interface" => __("Interface"), |
| 295 |
"itemnumber" => __("Item number"), |
308 |
"itemnumber" => __("Item number"), |
| 296 |
"itemtype" => __("Koha item type"), |
309 |
"itemtype" => __("Koha item type"), |
| 297 |
"location" => __("Shelving location"), |
310 |
"location" => __("Shelving location"), |
| 298 |
"borrowernumber" => __("Borrower number"), |
311 |
"other" => __("SIP mode"), |
| 299 |
"ccode" => __("Collection"), |
312 |
"type" => __("Transaction type"), |
| 300 |
"categorycode" => __("Patron category"), |
313 |
"value" => __("Value"), |
| 301 |
"interface" => __("Interface"), |
|
|
| 302 |
}, |
314 |
}, |
| 303 |
subscription => { |
315 |
subscription => { |
| 304 |
"branchcode" => __("Library"), |
316 |
"branchcode" => __("Library"), |
|
Lines 314-320
sub columns {
Link Here
|
| 314 |
"collectiontitle" => __("Collection title"), |
326 |
"collectiontitle" => __("Collection title"), |
| 315 |
"copyrightdate" => __("Copyright date"), |
327 |
"copyrightdate" => __("Copyright date"), |
| 316 |
"isbn" => __("ISBN"), |
328 |
"isbn" => __("ISBN"), |
| 317 |
"itemtype" => __("Item type"), |
329 |
"itemtype" => __("Koha item type"), |
| 318 |
"note" => __("Note"), |
330 |
"note" => __("Note"), |
| 319 |
"patronreason" => __("Patron reason"), |
331 |
"patronreason" => __("Patron reason"), |
| 320 |
"place" => __("Place of publication"), |
332 |
"place" => __("Place of publication"), |
| 321 |
- |
|
|