[Koha-bugs] [Bug 30484] Interlibrary Loans should have the ability to send notices based on request supplier updates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 19 14:42:43 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #7 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
TEST PLAN:

This test plan tests the provided functionality by using a mocked update
supplied by the FreeForm backend. The command line script is run which will
look for requests that match the supplied criteria, obtain a mocked update from
them, and process the update. The processor simply prints the message supplied
in the update to the screen.

- Ensure you have Interlibrary Loans turned on and have the FreeForm backend
installed. It is important you are using the "bug_30484_mock_request_update"
branch of the FreeForm backend as this enables the backend to provide mock
updates that this functionality uses.
- Create a FreeForm ILL request
- On the "Manage ILL request" page for the newly created request, click the
"Confirm request" button, thereby setting the request status to "Requested"
- Run the script, in the "misc" directory, run:

  perl process_ill_updates.pl --statuses REQ --backend FreeForm

- TEST: You should see the following:
  - The message "This is a mock update from the FreeForm backend"
  - The following run report:

Run details:
Request ID: xxx
  Processing by: FreeForm
  Number of processors run: 1
  Processor details:
    Processor name: Print to STDERR
    Success messages: PRINTED
    Error messages:

- If the above messages were printed, the test plan can be considered
successful.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list