Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Kyle M Hall ed932be618 Bug 16493: acq matching on title and author
When you order from a staged file you're getting duplicate warnings that
are inaccurate.  For example, when you order a file of 50 DVDs for
example and they don't have ISBNs they're matching on the books. And
then you have to order them one by one.

This patch replaces the use of FindDuplicates with Koha's match point
system. This means you can select from the same match points defined
and used in the batch record importer, or you can opt to skip matching
altogether!

Test Plan:
1) Import a record with a title, isbn and author.
2) Delete the from the record and stage it again
3) Attempt to add it to a basket via the staged record
4) You should note the gives you the "No records imported" message
5) Apply this patch
6) Create a matcher for ISBN
7) Create a matcher for Author/Title
8) Attempt to add the record to your basket using the ISBN matcher
8) Koha should find no match and import the record to the basket
9) Stage the record again
10) Attempt to add the record to your basket using the Title/Author matcher
11) You should recieve the "No records imported" message.

Signed-off-by: Barbara Fondren <bfondren@roundrocktexas.gov>

Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-11-04 14:08:12 +00:00
..
csv Bug 13321: Csv export - Display rrp and ecost with and without taxes 2016-10-28 13:46:08 +00:00
tables Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds 2016-09-15 13:56:42 +00:00
acqui-home.tt Bug 15758: Koha::Libraries - Remove GetBranchName 2016-09-08 14:36:01 +00:00
addorder.tt
addorderiso2709.tt Bug 16493: acq matching on title and author 2016-11-04 14:08:12 +00:00
ajax.tt
basket.tt Bug 13321: Rename variables 2016-10-28 13:45:59 +00:00
basketgroup.tt Bug 15758: Koha::Libraries - Remove GetBranchesLoop 2016-09-08 14:36:02 +00:00
basketheader.tt Bug 15758: Koha::Libraries - Remove GetBranchesLoop 2016-09-08 14:36:02 +00:00
booksellers.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
cancelorder.tt
edi_ean.tt Bug 7736: (QA followup) Add missing body id and class 2016-04-04 20:43:01 +00:00
edifactmsgs.tt Bug 16738 - Improve EDIFACT messages template 2016-09-09 12:54:56 +00:00
edimsg.tt Bug 16738 - Improve EDIFACT messages template 2016-09-09 12:54:56 +00:00
histsearch.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
invoice-files.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
invoice.tt Bug 13321: Fix table display in invoice page 2016-10-28 13:46:11 +00:00
invoices.tt Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
lateorders.tt Bug 17446: Typo seleted 2016-10-11 16:54:10 +00:00
modordernotes.tt
neworderbiblio.tt Bug 7039 - Link to existing record from result list in acquisition search 2016-10-28 16:34:17 +00:00
neworderempty.tt Bug 16123: Remove bold formatting from first level fund 2016-10-28 15:26:00 +00:00
neworderempty_duplicate.tt
newordersubscription.tt Bug 9896 - Show vendor in subscription search when creating an order for a subscription 2016-09-25 14:09:56 +00:00
newordersuggestion.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
ordered.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
orderreceive.tt Bug 13323: Tax rate can change on receiving 2016-10-28 13:46:41 +00:00
parcel.tt Bug 13321: Rename variables 2016-10-28 13:45:59 +00:00
parcels.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
spent.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
supplier.tt Bug 13321: Rename variables 2016-10-28 13:45:59 +00:00
transferorder.tt Bug 16752 - Remove the use of event attributes from some acquisitions templates - Transfer order 2016-09-15 13:56:43 +00:00
uncertainprice.tt Bug 16752 [Revised] Remove the use of event attributes from some acquisitions templates - Uncertain prices 2016-09-15 13:56:43 +00:00
z3950_search.tt Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworks 2016-10-28 12:04:59 +00:00