Removed auto-populate of column options in Item Bucket, individually outlined column...
authorTiffany Little <tlittle@georgialibraries.org>
Tue, 27 Nov 2018 16:27:14 +0000 (11:27 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 16 Jan 2019 15:21:38 +0000 (10:21 -0500)
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2

index edb83bc..0d476cb 100644 (file)
@@ -3,7 +3,6 @@
   features="allowAll,-display"
   id-field="id"
   idl-class="acp"
-  auto-fields="true"
   grid-controls="gridControls"
   menu-label="[% l('Buckets') %]"
   persist-key="cat.bucket.copy.view">
   <eg-grid-action label="[% l('Apply Tags') %]" 
     handler="applyTags"></eg-grid-action>
 
-  <eg-grid-field path="id" required hidden></eg-grid-field>
-  <eg-grid-field path="call_number.record.id" required hidden></eg-grid-field>
+
+    <eg-grid-field label="[% l('Acquisition Cost') %]" path="cost"></eg-grid-field>
+       <eg-grid-field path="age_protect.name" label="[% l('Age Hold Protection') %]"></eg-grid-field>
+  <eg-grid-field path="call_number.record.simple_record.author" label="[% l('Author') %]"></eg-grid-field>
   <eg-grid-field label="[% l('Barcode') %]"     path='barcode' visible>
     <a target="_self" href="[% ctx.base_path %]/staff/cat/item/{{item['id']}}">
       {{item['barcode']}}
   <eg-grid-field label="[% l('Call Number') %]" path="call_number.label" visible></eg-grid-field>
   <eg-grid-field label="[% l('CN Prefix') %]" path="call_number.prefix.label"></eg-grid-field>
   <eg-grid-field label="[% l('CN Suffix') %]" path="call_number.suffix.label"></eg-grid-field>
+  <eg-grid-field label="[% l('Circ as Type') %]" path="circ_as_type.value"></eg-grid-field>
+  <eg-grid-field label="[% l('Circulate?') %]" path="circulate"></eg-grid-field>
+  <eg-grid-field label="[% l('Circulation ID') %]" path="all_circulations.id" datatype="id"></eg-grid-field>
+  <eg-grid-field label="[% l('Circulation Library') %]" path="circ_lib.shortname"></eg-grid-field>
+  <eg-grid-field label="[% l('Circulation Modifier') %]" path="circ_modifier.name"></eg-grid-field>
+  <eg-grid-field label="[% l('Classification') %]" path="call_number.label_class.name"></eg-grid-field>
+  <eg-grid-field label="[% l('Copy ID') %]" path="id" required hidden></eg-grid-field>
+  <eg-grid-field label="[% l('Copy Number') %]" path="copy_number"></eg-grid-field>
+  <eg-grid-field label="[% l('Created By') %]" path="creator.card.barcode"></eg-grid-field>
+  <eg-grid-field label="[% l('Date Active') %]" path="active_date"></eg-grid-field>
+  <eg-grid-field label="[% l('Date Created') %]" path="create_date"></eg-grid-field>
+  <eg-grid-field label="[% l('Date Last Edited') %]" path="edit_date"></eg-grid-field>
+  <eg-grid-field label="[% l('Date Record Created') %]" path="call_number.record.create_date"></eg-grid-field>
+  <eg-grid-field label="[% l('Date Record Last Edited') %]" path="call_number.record.edit_date"></eg-grid-field>
+  <eg-grid-field label="[% l('Deleted?') %]" path="deleted"></eg-grid-field>
+  <eg-grid-field label="[% l('Deposit?') %]" path="deposit"></eg-grid-field>
+  <eg-grid-field label="[% l('Deposit Amount') %]" path="deposit_amount"></eg-grid-field>
+<eg-grid-field label="[% l('Due Date') %]"  path='copy_circ.due_date'></eg-grid-field>
+<eg-grid-field label="[% l('Edited By') %]" path="editor.card.barcode"></eg-grid-field>
+  <eg-grid-field label="[% l('Edition') %]" path="call_number.record.wide_display_entry.edition"></eg-grid-field>
+  <eg-grid-field label="[% l('Fine Level') %]" path="fine_level"></eg-grid-field>
+  <eg-grid-field label="[% l('Floating') %]" path="floating.name"></eg-grid-field>
+  <eg-grid-field label="[% l('Holdable?') %]" path="holdable"></eg-grid-field>
+  <eg-grid-field label="[% l('Holds Count') %]" path="holds_count.count"></eg-grid-field>
+  <eg-grid-field path="latest_inventory.inventory_date" datatype="timestamp" label="[% l('Inventory Date') %]"></eg-grid-field>
+  <eg-grid-field path="latest_inventory.inventory_workstation.name" label="[% l('Inventory Workstation') %]"></eg-grid-field>
+  <eg-grid-field label="[% l('ISBN') %]" path="call_number.record.wide_display_entry.isbn"></eg-grid-field>
   <eg-grid-field label="[% l('Location') %]"    path="location.name" visible></eg-grid-field>
-
-  <eg-grid-field label="[% l('Title') %]"
+  <eg-grid-field label="[% l('OPAC Visible?') %]" path="opac_visible"></eg-grid-field>
+  <eg-grid-field label="[% l('Owning Library') %]" path="call_number.owning_lib.shortname"></eg-grid-field>
+  <eg-grid-field label="[% l('Part') %]" path="parts.part.label"></eg-grid-field>
+  <eg-grid-field label="[% l('Price') %]" path="price"></eg-grid-field>
+<eg-grid-field label="[% l('Publication Date') %]" path="call_number.record.simple_record.pubdate"></eg-grid-field>
+<eg-grid-field label="[% l('Publisher') %]" path="call_number.record.simple_record.publisher"></eg-grid-field>
+  <eg-grid-field label="[% l('Quality') %]" path="call_number.record.quality" hidden></eg-grid-field>
+  <eg-grid-field label="[% l('Record ID') %]" path="call_number.record.id" required hidden></eg-grid-field>
+  <eg-grid-field label="[% l('Reference?') %]" path="ref"></eg-grid-field>
+  <eg-grid-field label="[% l('Status') %]" path="status.name"></eg-grid-field>
+  <eg-grid-field label="[% l('Status Changed Time') %]" path="status_changed_time"></eg-grid-field>
+  <eg-grid-field path="call_number.record.simple_record.tcn_value" label="[% l('TCN') %]"></eg-grid-field>
+  <eg-grid-field path="call_number.record.simple_record.tcn_source" label="[% l('TCN Source') %]"></eg-grid-field>
+    <eg-grid-field label="[% l('Title') %]"
     path="call_number.record.simple_record.title" visible>
     <a target="_self" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item['call_number.record.id']}}">
       {{item['call_number.record.simple_record.title']}}
     </a>
   </eg-grid-field>
-  <eg-grid-field path="latest_inventory.inventory_date" datatype="timestamp" label="[% l('Inventory Date') %]"></eg-grid-field>
-  <eg-grid-field path="latest_inventory.inventory_workstation.name" label="[% l('Inventory Workstation') %]"></eg-grid-field>
+
+
+
+
 
 </eg-grid>