Asset Lending Manager

Open-source plugin to manage shared physical assets and loan workflows for associations, schools, libraries, and any organization.

2 database tables

Table NameDescriptionMethod
wp_almgr_loan_requestsStores almgr loan requests data created by this plugin.Static
wp_almgr_loan_requests_historyStores almgr loan requests history data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:almgr_settings
wp_postmeta
Post meta
wp_usermeta
User meta