0) ? window.innerWidth : screen.width;
if(width >= 1300){
largeDevice = true;
}
else{
largeDevice = false;
}">
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
Scripts to fetch information from PaperCut
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
This page contains a collection of user-contributed scripts for fetching information from PaperCut. PaperCut provides many methods for retrieving information about the data it stores, including:
- Scheduled reports, which can be emailed or saved to files.
- server-command, the command-line/terminal scripting tool.
- The XML web services API.
- Via SQL, when running PaperCut on an external database.
Scripts using SQL (when running PaperCut on an external database)
- VB script to email a list of payment gateway transactions (e.g. to schedule fortnightly for reconciliation). Contributed by Justin from SUNY College at Oneonta.
See also
Categories: Reference Articles , Scripting and APIs , Databases
Keywords: data access
Last updated June 13, 2024
Comments