Deposits

Security
Built-in filters

A deposit is a collection of receipts that comprise a single deposit at the bank. The receipt total on a deposit shows up as a single transaction when you reconcile bank statements in Bank Reconciliation. As such, you should create a separate deposit for each bank deposit you want to appear as a transaction on the bank statement. Receipts which are not linked to deposits are available as separate transactions in Bank Reconciliation.

A deposit is identified by its deposit type, GL date, and instance. The instance is an ordered number assigned to a deposit to distinguish it from other deposits of the same type created on the same GL date.

×

Deposits security

Common accesses available on deposits

Access A user with this access can...
Change Use the mass change action on deposits.
Custom Fields Create and edit custom fields for deposits.
Data Have read-only access to deposits from anywhere in the software (e.g., field validations, filters, date expressions).
Delete Delete deposits.
Edit Edit deposit records.
Export Export deposit records from ActivityHD.
Import Import deposit records into ActivityHD.
New Create new deposit records.
Read Have read-only access to deposit records.
Report Run reports with deposit information.
Report Designs Create and edit report designs with deposit information. This access enables the Report Designs button on the Output tab of report dialogs.
Shared Answers Create and edit action profiles and report profiles related to deposits.
Shared Filters Create and edit shared filters on deposits.
Visible View the Deposits folder in the Navigation pane.

 

×

Deposit filters

The following built-in filters are available for deposits:

Filter Name Effect
? Amount Prompts for a range of amounts and lists the deposits for amounts in that range.
? Bank Account Prompts for a bank account and lists the deposits to that account.
? Deposit Created Date Prompts for a range of dates and lists deposits created in that date range.
? Deposit Date Prompts for a range of dates and lists deposits with a deposit date in that date range.
? Deposit Type Prompts for a deposit type and lists deposits with a deposit type that contains the specified search string.
Deposits for This Week Lists deposits for the current week.
Deposits for Today Lists deposits with a deposit date of today.
New Deposits Lists deposits with a status of "New".
Unlocked Deposits Lists deposits that do not have a status of "Locked".

 

×

Deposit statuses

Deposit statuses control whether receipts can be added to or removed from a deposit. Deposits have three possible statuses:

  • New. A new deposit has not been taken to the bank and is eligible to be assigned to receipts. A new deposit can be assigned to any unmerged receipt or to any merged receipt with an unmerged GL entry.
  • Hold. The deposit has not been taken to the bank and it is not available for assignment to or removal from receipts. A deposit cannot be placed on hold if it references an unmerged receipt or if its control total and the receipt amount do not match. Use "Hold" status, for example, if you are waiting on the actual deposit date but do not want changes made to any of the receipts in the deposit.
  • Locked. Set a deposit's status to "Locked" when it has been taken to the bank. ActivityHD does not allow the deposit to be assigned to or removed from any receipt. Locking a deposit prevents changes to the deposit and preserves its receipt detail indefinitely. A deposit cannot be locked if it references an unmerged receipt or if its control total and the receipt amount do not match. A receipt's GL entry cannot be merged unless the deposit status is "Locked". This protects the integrity of the bank transaction that is created during the GL merge for the deposit. Once the associated GL entry is merged, the status on a locked deposit cannot be changed.

 

×

Report Email dialog

From
The email account from which to send the email. Valid options are:
  • Windows user default account. Sends email using the user's Windows default email account. For most users, this is the account configured in Outlook or another email client application.
  • Server personal. Sends email using the email configuration for the system or company server and the email address on the current user's authorized user record. The authorized user record must have a confirmed email address.
  • Server generic. Sends email using the email configuration and "from" address for the system or company server. This option requires "Send generic" access to the Server Email resource.
To
The email address(es) to which to send the email. Separate email addresses with semi-colons.
CC
The email addresses to copy on the email. Separate email addresses with semi-colons.
BCC
The email addresses to blind copy on the email. Separate email addresses with semi-colons.
Subject
The subject line.
Text box
The body of the email.

 

×

AR deposit expression keywords

The lists below shows keywords which can be used in deposit expressions. Deposit expressions can be used to define the deposit reference and deposit description on deposit types.

Deposit information

  • <Receipt Count>
  • <Deposit Name>
  • <Deposit Type>
  • <Deposit Date>
  • <Deposit Instance>

Example

For a multi-receipt deposit, consider these expressions:

  • Reference Expression: <Receipt Count> Receipt(s)
  • Description Expression: <Deposit Name>

Receipt and customer information

The following keywords are only valid when you specify "one receipt per deposit". Do not use these keywords on multi-receipt deposit types.

  • <Receipt Reference>
  • <Receipt Description>
  • <Customer Code>
  • <Customer Name>

Example

Suppose you have a deposit type set up to handle American Express credit card receipts. Since this type of receipt allows only one receipt per deposit, you can use the receipt and customer information keywords. Let's build a reference which contains the credit card machine's ID number (78) and the "batch out" number. The "batch out" number is stored in the Receipt Reference. Because you are using different AR customers to group these charges, you want to show the customer name in the deposit description. These expressions do the trick:

  • Reference Expression: 78 - <Receipt Reference>
  • Description Expression: <Customer Name>