Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json
Marcel de Rooy 06a7f48678 Bug 22844: (QA follow-up) Build items.json for UniqueItemFields
Adding items.json, built from latest kohastructure.sql.
Control UniqueItemFields with this source file.
And add StatisticsFields.

Test plan:
Go to Preferences, play with UniqueItemFields.
Adjust StatisticsFields and look at patron record, statistics tab.

Moved-from: Bug 22867
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-07-20 16:08:22 +02:00

47 lines
1.5 KiB
JSON

{
"itemnumber": "itemnumber",
"biblionumber": "biblionumber",
"biblioitemnumber": "biblioitemnumber",
"barcode": "barcode",
"dateaccessioned": "dateaccessioned",
"booksellerid": "booksellerid",
"homebranch": "homebranch",
"price": "price",
"replacementprice": "replacementprice",
"replacementpricedate": "replacementpricedate",
"datelastborrowed": "datelastborrowed",
"datelastseen": "datelastseen",
"stack": "stack",
"notforloan": "notforloan",
"damaged": "damaged",
"damaged_on": "damaged_on",
"itemlost": "itemlost",
"itemlost_on": "itemlost_on",
"withdrawn": "withdrawn",
"withdrawn_on": "withdrawn_on",
"itemcallnumber": "itemcallnumber",
"coded_location_qualifier": "coded_location_qualifier",
"issues": "issues",
"renewals": "renewals",
"reserves": "reserves",
"restricted": "restricted",
"itemnotes": "itemnotes",
"itemnotes_nonpublic": "itemnotes_nonpublic",
"holdingbranch": "holdingbranch",
"paidfor": "paidfor",
"timestamp": "timestamp",
"location": "location",
"permanent_location": "permanent_location",
"onloan": "onloan",
"cn_source": "cn_source",
"cn_sort": "cn_sort",
"ccode": "ccode",
"materials": "materials",
"uri": "uri",
"itype": "itype",
"more_subfields_xml": "more_subfields_xml",
"enumchron": "enumchron",
"copynumber": "copynumber",
"stocknumber": "stocknumber",
"new_status": "new_status"
}