Some users have requested the ability to allow the basket name to be defined in a field by the vendor in the MARC files they provide. It would be useful if the field could be defined on a MARC order account and then read during import to define the basket name.
Created attachment 180248 [details] [review] Bug 39518: Add a new column basket_name_field
Created attachment 180249 [details] [review] Bug 39518: Add DBIC file
Created attachment 180250 [details] [review] Bug 39518: Add new field to the UI
Created attachment 180251 [details] [review] Bug 39518: Update object methods and unit tests
Created attachment 180271 [details] [review] Bug 39518: Add a new column basket_name_field
Created attachment 180277 [details] [review] Bug 39518: Add a new column basket_name_field
Created attachment 180278 [details] [review] Bug 39518: Add DBIC file
Created attachment 180279 [details] [review] Bug 39518: Add new field to the UI
Created attachment 180280 [details] [review] Bug 39518: Update object methods and unit tests Test plan: Test plan: This test plan involves running a cronjob, not sure how easy this is in the sandboxes 1) In system preferences, click Search and then select the Acquisitions option from the left hand menu 2) Enable MarcOrderingAutomation 3) Paste the following into MarcFieldsToOrder price: 975$p quantity: 975$q budget_code: 975$h 4) Paste the following into MarcItemFieldsToOrder homebranch: 949$a holdingbranch: 949$b itype: 949$y nonpublic_note: 949$x public_note: 949$z loc: 949$c ccode: 949$8 notforloan: 949$7 uri: 949$u copyno: 949$t price: 949$g replacementprice: 949$v itemcallnumber: 949$o quantity: 949$k budget_code: 949$l Now save the sysprefs 5) In the administration homepage, under Acquisition parameters there should now be a link called "MARC order accounts" 6) Click on this and click the New account button 7) Choose a vendor and a budget 8) Enter a description and make sure you don't set a value in the 'Basket name field' input 9) Enter the following in download directory - "/var/lib/koha/kohadev/tmp/koha_kohadev_upload" 10) Select any record matching settings you want (not important for the test plan, this uses the same code as the marc file staging that already exists in Koha) 11) Check Yes under Check for embedded item record data 12) Click submit 13) We now need to upload a MARC file into the directory that we put in the account. The easiest way to do this is through the marc staging tool 14) Navigate to Cataloging > Stage MARC records for import 15) Upload the file attached to this bug using the Choose file button 16) Click Upload file. 17) Leave the page without completing the new form that appears, we don't want to stage this file. The file we uploaded is now in the directory ready for the cronjob to process as if it had been transferred via SFTP. 18) In the CLI run, perl misc/cronjobs/marc_ordering_process.pl -v -c 19) The logging should show that the file has been processed for that account 20) Navigate to Acquisitions 21) Search for the Vendor that you put in the MARC ordering account 22) There should now be a basket titled: 'This is a basket' 23) In the ordering account, set the 'Basket name field' to be 975$a 24) Repeat steps 14 -22, the basket should now be called "This is a basket" which has been pulled from the file
Created attachment 180281 [details] Test file
Created attachment 180286 [details] [review] Bug 39518: Add a new column basket_name_field
Created attachment 180287 [details] [review] Bug 39518: Add DBIC file
Created attachment 180288 [details] [review] Bug 39518: Add new field to the UI
Created attachment 180289 [details] [review] Bug 39518: Update object methods and unit tests Test plan: Test plan: This test plan involves running a cronjob, not sure how easy this is in the sandboxes 1) In system preferences, click Search and then select the Acquisitions option from the left hand menu 2) Enable MarcOrderingAutomation 3) Paste the following into MarcFieldsToOrder price: 975$p quantity: 975$q budget_code: 975$h 4) Paste the following into MarcItemFieldsToOrder homebranch: 949$a holdingbranch: 949$b itype: 949$y nonpublic_note: 949$x public_note: 949$z loc: 949$c ccode: 949$8 notforloan: 949$7 uri: 949$u copyno: 949$t price: 949$g replacementprice: 949$v itemcallnumber: 949$o quantity: 949$k budget_code: 949$l Now save the sysprefs 5) In the administration homepage, under Acquisition parameters there should now be a link called "MARC order accounts" 6) Click on this and click the New account button 7) Choose a vendor and a budget 8) Enter a description and make sure you don't set a value in the 'Basket name field' input 9) Enter the following in download directory - "/var/lib/koha/kohadev/tmp/koha_kohadev_upload" 10) Select any record matching settings you want (not important for the test plan, this uses the same code as the marc file staging that already exists in Koha) 11) Check Yes under Check for embedded item record data 12) Click submit 13) We now need to upload a MARC file into the directory that we put in the account. The easiest way to do this is through the marc staging tool 14) Navigate to Cataloging > Stage MARC records for import 15) Upload the file attached to this bug using the Choose file button 16) Click Upload file. 17) Leave the page without completing the new form that appears, we don't want to stage this file. The file we uploaded is now in the directory ready for the cronjob to process as if it had been transferred via SFTP. 18) In the CLI run, perl misc/cronjobs/marc_ordering_process.pl -v -c 19) The logging should show that the file has been processed for that account 20) Navigate to Acquisitions 21) Search for the Vendor that you put in the MARC ordering account 22) There should now be a basket titled: '{random_hash}_orderstest.marcxml' 23) In the ordering account, set the 'Basket name field' to be 975$a 24) Repeat steps 14 -22, the basket should now be called "This is the basket name" which has been pulled from the file Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180290 [details] [review] Bug 39518: (follow-up) Add clarifying text to basket name field Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180293 [details] [review] Bug 39518: Add a new column basket_name_field Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180294 [details] [review] Bug 39518: Add DBIC file Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180295 [details] [review] Bug 39518: Add new field to the UI Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180296 [details] [review] Bug 39518: Update object methods and unit tests Test plan: Test plan: This test plan involves running a cronjob, not sure how easy this is in the sandboxes 1) In system preferences, click Search and then select the Acquisitions option from the left hand menu 2) Enable MarcOrderingAutomation 3) Paste the following into MarcFieldsToOrder price: 975$p quantity: 975$q budget_code: 975$h 4) Paste the following into MarcItemFieldsToOrder homebranch: 949$a holdingbranch: 949$b itype: 949$y nonpublic_note: 949$x public_note: 949$z loc: 949$c ccode: 949$8 notforloan: 949$7 uri: 949$u copyno: 949$t price: 949$g replacementprice: 949$v itemcallnumber: 949$o quantity: 949$k budget_code: 949$l Now save the sysprefs 5) In the administration homepage, under Acquisition parameters there should now be a link called "MARC order accounts" 6) Click on this and click the New account button 7) Choose a vendor and a budget 8) Enter a description and make sure you don't set a value in the 'Basket name field' input 9) Enter the following in download directory - "/var/lib/koha/kohadev/tmp/koha_kohadev_upload" 10) Select any record matching settings you want (not important for the test plan, this uses the same code as the marc file staging that already exists in Koha) 11) Check Yes under Check for embedded item record data 12) Click submit 13) We now need to upload a MARC file into the directory that we put in the account. The easiest way to do this is through the marc staging tool 14) Navigate to Cataloging > Stage MARC records for import 15) Upload the file attached to this bug using the Choose file button 16) Click Upload file. 17) Leave the page without completing the new form that appears, we don't want to stage this file. The file we uploaded is now in the directory ready for the cronjob to process as if it had been transferred via SFTP. 18) In the CLI run, perl misc/cronjobs/marc_ordering_process.pl -v -c 19) The logging should show that the file has been processed for that account 20) Navigate to Acquisitions 21) Search for the Vendor that you put in the MARC ordering account 22) There should now be a basket titled: '{random_hash}_orderstest.marcxml' 23) In the ordering account, set the 'Basket name field' to be 975$a 24) Repeat steps 14 -22, the basket should now be called "This is the basket name" which has been pulled from the file Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 180297 [details] [review] Bug 39518: (follow-up) Add clarifying text to basket name field Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Works as advertised in test plan!
Created attachment 180553 [details] [review] Bug 39518: Add a new column basket_name_field Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Thomas Klausner <domm@plix.at>
Created attachment 180554 [details] [review] Bug 39518: Add DBIC file Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Thomas Klausner <domm@plix.at>
Created attachment 180555 [details] [review] Bug 39518: Add new field to the UI Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Thomas Klausner <domm@plix.at>
Created attachment 180556 [details] [review] Bug 39518: Update object methods and unit tests Test plan: Test plan: This test plan involves running a cronjob, not sure how easy this is in the sandboxes 1) In system preferences, click Search and then select the Acquisitions option from the left hand menu 2) Enable MarcOrderingAutomation 3) Paste the following into MarcFieldsToOrder price: 975$p quantity: 975$q budget_code: 975$h 4) Paste the following into MarcItemFieldsToOrder homebranch: 949$a holdingbranch: 949$b itype: 949$y nonpublic_note: 949$x public_note: 949$z loc: 949$c ccode: 949$8 notforloan: 949$7 uri: 949$u copyno: 949$t price: 949$g replacementprice: 949$v itemcallnumber: 949$o quantity: 949$k budget_code: 949$l Now save the sysprefs 5) In the administration homepage, under Acquisition parameters there should now be a link called "MARC order accounts" 6) Click on this and click the New account button 7) Choose a vendor and a budget 8) Enter a description and make sure you don't set a value in the 'Basket name field' input 9) Enter the following in download directory - "/var/lib/koha/kohadev/tmp/koha_kohadev_upload" 10) Select any record matching settings you want (not important for the test plan, this uses the same code as the marc file staging that already exists in Koha) 11) Check Yes under Check for embedded item record data 12) Click submit 13) We now need to upload a MARC file into the directory that we put in the account. The easiest way to do this is through the marc staging tool 14) Navigate to Cataloging > Stage MARC records for import 15) Upload the file attached to this bug using the Choose file button 16) Click Upload file. 17) Leave the page without completing the new form that appears, we don't want to stage this file. The file we uploaded is now in the directory ready for the cronjob to process as if it had been transferred via SFTP. 18) In the CLI run, perl misc/cronjobs/marc_ordering_process.pl -v -c 19) The logging should show that the file has been processed for that account 20) Navigate to Acquisitions 21) Search for the Vendor that you put in the MARC ordering account 22) There should now be a basket titled: '{random_hash}_orderstest.marcxml' 23) In the ordering account, set the 'Basket name field' to be 975$a 24) Repeat steps 14 -22, the basket should now be called "This is the basket name" which has been pulled from the file Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Thomas Klausner <domm@plix.at>
Created attachment 180557 [details] [review] Bug 39518: (follow-up) Add clarifying text to basket name field Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Thomas Klausner <domm@plix.at>