/
Database view containing deposit number of a receipt

Database view containing deposit number of a receipt



Description of Issue

Client needs database view that contains deposit number for a given receipt



Context
  • Munis

  • SSRS reports

  • Crystal Reports

  • Accounts Receivable

  • Receipt Inquiry



Cause

The view database column option shows database information as derived



Resolution

To view this deposit number in Munis, follow the steps below:

  1. Navigate to Munis Menu > General Revenue > Payment Processing > Receipts

  2. Click on TENDERS tab to view the Deposit field.

This Deposit number is located in TRS view AccountsReceivableReportingServices.Tenders under column DepositNumber.


To get Deposit number for a given Receipt:

SELECT TransactionId

FROM

AccountsReceivableReportingServices.Receipts

WHERE ReceiptNumber = XXXX


SELECT DepositNumber

FROM AccountsReceivableReportingServices.Tenders

WHERE TransactionId = XXXX



Additional Information












Related content

Database view for batch number in Receipts
Database view for batch number in Receipts
More like this
Report for Posted and Unposted Receipts
Report for Posted and Unposted Receipts
More like this
Receipt Deposit Number Missing
Receipt Deposit Number Missing
More like this
Database view containing miscellaneous description in Receipt Inquiry
Database view containing miscellaneous description in Receipt Inquiry
More like this
Database view and column containing purchase order notes
Database view and column containing purchase order notes
More like this
Database view containing Utility Billing customer email and phone number
Database view containing Utility Billing customer email and phone number
More like this