PHPackages                             qcovery/delivery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. qcovery/delivery

ActiveQcovery-module

qcovery/delivery
================

Delivery module for VuFind

1.0(2y ago)06PHPPHP &gt;=7.3

Since Sep 15Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/qcovery/Delivery)[ Packagist](https://packagist.org/packages/qcovery/delivery)[ RSS](/packages/qcovery-delivery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Delivery
========

[](#delivery)

This module adds a custom form to integrate a digitization/delivery-on-demand service. The form can be configured via configuration files and can also be restricted to certain user groups.

Usage
-----

[](#usage)

Integrate the module in the `modules` directory of VuFind and activate it by adding `Delivery` to `VUFIND_LOCAL_MODULES`.
When adding the module manually make sure to copy and adapt the config files and copy/symlink the theme.
Make sure to set up your database correctly by applying `sql/mysql.sql` to your VuFind database.

Add the following lines to your templates to enable the functionality of this module:

```

```

Add this line to the myresearch menu.

```
?=$this->render('RecordDriver/DefaultRecord/delivery-toolbar.phtml'); ?>
```

Add this line to the detail view.

```
