AR Payment Transfer (101-ar-fea-028)

Accounts Receivable (AR) Feature – Payment Transfer

Overview

The Accounts Receivable Inquiry form displays transaction details on the selected account, including historical data. This form is linked to the master file of each subsystem so that you can access all the A/R information available on a given property or taxpayer name and address record.

Payment transfers are used to transfer posted payments from one account to another. Typically, they are used to correct an error such as a payment made and posted to the wrong account. For example, a client could make a payment intended for a utility bill that is somehow processed on a tax bill. To correct this error, you can create a Payment Transfer.

Functionalities

Creating a Payment Transfer

To create a payment transfer:

  1. Open a record.
  2. In the A/R Inquiry screen right click on a Posted payment line item
  3. On the floating menu select Account Receivable – Payment Transfer

Read More...

 

4. The Accounts Receivable – Payment Transfer form is displayed.

5. On the form click to select a transfer destination; Out Of System, Different Account for Selected Name/Tax Map Number, or Selected Accounts.

Full payment transferred

If the Full payment transferred option is checked…

In the Original Payment Information, the Amount listed is for the selected AR_ID, which is not necessarily the full payment. If Full payment transferred checkbox is checked, in the Transfer Information section, the Transfer Amount is updated to reflect the full payment amount, including all AR_ID’s attached to the payment. The same is done to the Remaining Balance in the Transfer Destination area.

Changing a Payment transfer

Example: When a Payment only deletion is permitted.

Do not transfer late charges (Just transfer credit amount)

When the Do not transfer late charges option is not selected, i.e. the default, both the principal and interest are transferred.

When the Do not transfer late charges option is selected, only the principal is transferred. This option is useful if the penalty and interest are calculated separately. There was a client that had that need.

NOTE: This applies to full payments, only. In instances of partial payments, the interest is not transferred, only the principal.

 

DEV NOTE: As stated above, a functionality of this feature when modified will only transfer the OCH part of the payment. Since partial payments do not transfer late charges by default a partial payment = OCH amount will do just that. If required by users, this change to functionality can be requested through Govern Customer Support.

Scenarios

Over-payment with Interests and penalties

Preparation

In this scenario, we have a balance of 400$. We add 100$ interests, 100$ penalties and add an extra 100$ to the now 600 balance which make the total amount 700$. Post the payment.

Test Do not Transfer late charges for a full Payment transfer

Result on Source Account. The result seems wrong since only 400$ should have been transferred.

Result on Target Account.

Transfer Full Payment Option

Target Account Results

Source Accounts Result

Do not transfer late charges for a partial payment

Source Account Result

Target Account Result

 

Related Topics

Accounts Receivable (A/R) – Payment Transfer Data Entry

Accounts Receivable (AR) – What’s New

 

 

101-ar-fea-028

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

Transfer Credit from One Year to Another Batch Process (101-ar-bp-013)

Transfer Credit from One Year to Another Batch Process

Overview

The Transfer Credit from One Year to another batch process is run to adjust accounts by removing credits from one year and applying them to another. This is useful if you prefer to credit accounts at year end, rather than providing refunds for overpayments.

Transfer Credits from One Year to Another new parameters

 Availability: Release6.1.1707.1303 | 6.1.1811 | 6.1.1911 | 6.1.1912

NEW! The following new option parameters are an enhancement to the existing batch process for A/R – Transfer Credits from One Year to Another.

The new modifications will allow users to…:

  • Enable a minimum/maximum value to transfer
  • Introduce the ability to select from a saved dataset

In addition to the above modifications, users can exclude any properties which have a credit over a specific amount, and have had an owner transfer as of Department As of Date of the current year.

The transferring of Open Credits (OCR) is now optional; a flag in the system registry will display or hide the Open Credit section of the Batch Process.

Users no longer have to select a Batch Number for the payments and reversals transactions, they will be auto-created as needed.

If the batch Process needs to auto-generate a RECEIPT_NO, it no longer uses (Table: usr_key_receipt), it now uses (Table: usr_key_dynamic) where the key_name is RECEIPT_NO[<alias_id>] where <alias_id> comes from (Table:usr_key_receipt.alias_id) and the key format (key_format) is “{0:D8}“, the same as it was formatted before. A verify database process will transfer necessary keys and drop (Table: usr_key_receipt) afterwards.

 

Read More...

 

Govern New Administration (GNA)

There are changes in the GNA General Settings Editor to accommodate the above described options.

To locate these parameters in GNA…

  1. On the GNA ribbon select Parameters (tab) > System Parameters (group) > General Settings Editor
  2. In the OpenForms General Setting form, in the Registry Filter parameter, select Batch Process.
  3. Under the A/R Transfer Credits section you will note two (2) parameters: Allow transfer of Open Credits from one year to another, and Real Property – Maximum Credit Owner Transfer.

OpenForms General Settings – A/R Transfer Credits (section)

Allow transfer of Open Credits from one year to another – Select this option to allow the transfer of Open Credits from one year to another.

Real Property – Maximum Credit Owner Transfer – This parameter is used only for the Real Property Tax subsystem. This enhancement will look at the property owner to determine if the effective date of ownership is as of Department As of Date of the current calendar year that the batch process is being run in.

DEV NOTE: The query used to check the owner transfer is:

SELECT * FROM pc_owner 
   WITH (NOLOCK) 
   WHERE p_id=@p_id 
      AND status = 'O' 
      AND seq_priority = 1 
      AND as_of_date>=@department_as_of_date;

If the balance of the credit is above the amount set, then the transfer is not completed. Any amount equal to or below the amount set will be transferred. The transfer will proceed even if it is outside of the Minimum / Maximum threshold.

Batch Process parameters

In the Govern batch process, there are parameters in the Criteria Selection (group). They are as follows:

Transfer Credits from One Year to Another batch process parameter

  • Saved Dataset: This dropdown selection will enable you to select from a predefined dataset built in Govern.
    • It is enabled for all subsystems
    • The dataset is a selection of P_ID-s, except for the subsystems which work by name (AC, BR, BT, MB, MV, ST). In instances where the subsystem is AC/BR/BT/MB/MV/ST, the dataset will be a selection of NA_ID’s.
  • Minimum / Maximum Amount: new options to select a range of amounts to include in the process.
    • This parameter is enabled for all subsystems. When an Minimum Amount entered, values less than the entered amount will not be processed. (i.e., Input as a Positive Value).
    • If an amount is entered into the Maximum Amount parameter, anything greater than the entered amount will not be processed. (i.e., Input as a Positive Value)
    • If the parameters are empty, all amounts will be processed.

 

Related Topics

Accounts Receivable (A/R Module)

 

 

101-ar-bp-013

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

MB – Lien Transfer Batch Process

Miscellaneous Billing (MB) – Lien Transfer Batch Process

Specification Overview

Purpose

Run the batch Miscellaneous Billing Lien Transfer process to transfer outstanding balances from the Accounts / Receivable to the Real Property Taxation sub-system. This process will only transfer Balances from MB Accounts that have a parcel linked to it. The balances will be transferred as an Override Levy on the Parcel so it can be included on the next Property Tax billing.

Identification

  • Process Name: MB_LIEN_
  • Requirement Number: 16117

Records to be processed:

  • See Selection Criteria

Batch Processing:

  • The batch program can be scheduled to run periodically.
  • The transaction Mode “Roll Back If One Transaction Failed” is not supported. It will be “Continue If One Transaction Failed” by default
  • Refer to the Standard Batch Process details Batch Program Setup or Govern Scheduler for more details

 

Read More...

 

Batch User Interface

The following parameters and options are available:

Selection Criteria

Year

  • Enter the year by which the records are saved.
  • Note: This field appears only if A/R Master by Fiscal Year is selected for the Miscellaneous Billing subsystem on the A/R General Parameters form in Govern Admin.

Minimum Balance Due

  • Enter the minimum balance due. Accounts with a balance due less than this amount are not transferred.

Billed Up to

  • Enter the last billing date that will be able to be transferred. Any invoices billed after that date will not be included.

A/R Class Code

  • Select an A/R Class Code from the drop-down list (Table: VT_USR_AR_CLASS) to be used to Add a Lien charge to the existing balance. The default amount in the AR Class code setup it used for the Charge. Would be nice to have a parameter to enter the Charge amount on the Batch screen.

 

Batch Variables

A/R Reason Code

  • Select a justification for the transfer, from the drop-down list (Table: VT_USR_ARREASON). This will be included in the AR_DETAIL records created on the MB subsystem for the credit charges.

 

Batch Execution

The batch program can be executed on demand or scheduled with Govern Scheduler.

During the execution, warning and error messages will be presented in the batch result grid.

  • On error, the misc. billing account id will be displayed in the message – to verify
  • For any error, double-click on the message to access the full text

Once completed, information will be displayed, that includes:

  • A unique batch audit ID
  • Application name and version, such as Govern Batch Processing, 6.0
  • Batch process name with any additional notes, such as parameters loaded
  • User ID
  • Date and time the process was started
  • Date and time the process was completed
  • Parameters and Options used
  • Total number of records read
  • Total number of records processed
  • Indication as to whether the process was successful or not

Lien Transfer Log
A log of Miscellaneous Billing Accounts Transferred will be generated.

 

Batch Processing (Technical)

Before Executing Subprocesses:

  • Select all parcel ID and frozen ID related to the year (or all year if none selected) the jurisdiction, or the neighborhood or the saved dataset if chosen.

Execute Subprocess

  • For each batch process

Error Reporting
In addition to the standard Batch Processing standard error reporting, any additional validations will be listed below:

 

Troubleshooting

The following is to help troubleshoot the batch process.

  • After changes, it is always best to compute for a single year and small dataset
  • The parcel id is listed in the error message
  • Turning on the Govern Diagnostic Tool
  • Turning on the SQL Profiler Tool (system administrator)

 

Related Topics

The following information may be of interest:

 

 

 

 

101-mb-bp-003

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

 

ST – Business Tax – Filings

Self Reported Business Tax – Filings

Overview

Under the Business Tax Filing tab, the Filing Information sub tab is used to enter collection information, to view totals, interest payments, and levies for each Business Tax record. The Filing Information tab may also be referred to as the Business Tax Data Entry form.

Display A/R Information by Period

By default the information that is displayed under the Self-Reported Tax Filing tab > A/R Information group, is obtained from (Table: ST_FILING_MASTER). When a filing is posted, by default, the A/R Information is displayed by AR_ID. In Govern for .NET, when required, the Display by Period option, when selected will display balance information by the ST_ID. Deselect the option to view the balance by the AR_ID. See Self-Reported Business Tax Display A/R by Period

Group Adjustment (All Years)

This enhancement was released in version 6.1.1706.
There is a functionality in the Govern A/R Inquiry form that allows the user to reverse for a parcel, multiple transactions for multiple years with a single process. See A/R Group Adjustment (All Years)

Allow Creation of Negative Levies

This enhancement was released in version 6.0.1702 / 6.1.1702.
Enabling this option will allow users to enter a negative amount in the Self Reported Tax Filing Information form, thereby creating a negative levy. When the return is posted to the A/R the levy will be created as a negative invoice which will credit the balance. See the user documentation below for details.
101-st-fea-009_Allow_Creation_of_Negative_Levies.pdf

SRT Transfer Filing

This enhancement was released in version 6.0.1605 / 6.0.1605 (June 2016).
When users erroneously file under the wrong period, there was no straightforward process available to transfer the filing. The Govern system now allows a transfer to any Unfiled Filing Period with the same Category. Refer to the document below for details.
101-st Allow Creation of Negative Levies.pdf

See also

 

 

101-st-frm-002

 

[rating]

UB BP Water Lien Transfer

Utility Billing Batch Process Water Lien Transfer

Version 6.0 and Version 6.1 – (In Development)

Overview

The Water Lien Transfer batch process is used to transfer outstanding balances from the Accounts Receivable to the Govern Real Property Taxation module or, if you do not have access to this module, to create a text file containing data on outstanding balances.

 

 

101-ub-bp-003

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

 

Govern Search

Govern Search

Overview

In Govern, basic searches are preset queries that are submitted to the database. The search process is one of the key functions in Govern. The search function allows you to retrieve datasets from the database. Further actions such as creating permits, attaching messages, generating licenses, generating mailing lists, etc. can then be performed on the records in these datasets. The Predefined Searches pane is the main user interface for performing searches on the database. In addition other search methods and tools have been added to Govern to enhance the user experience. See Advanced Search, Quick Search and Saved Datasets, and Ribbon Search.

Predefined Searches

Predefined Searches are queries that have been preset for the user. When a search is performed, you are querying the database based upon your specified criteria. For example, a search by Parcel ID (P_ID) will return all records with a P_ID or a P_ID that matches a specified parameter. As searches can produce numerous results, these results can be controlled with the value specified in the Max. Records parameter in the User Registry. For example when the Max. Records parameter is used, i.e. a value of 25 is specified, only the first 25 records are used. If there are more records, they are discarded. Additional sorting can occur, but only on the records obtained. See Sorting Search Results by Column Heading below for details.

Search Pane Command Buttons

Begin the Search

Click this icon to perform your search based upon your selected criteria.

Select / Deselect All

When search results are obtained, they are listed in the search pane. By default the results are all selected. Click the Deselect All icon to deselect all results; this will allow you to select only select records.

NOTE: The Select All and Deselect All icons alternate depending on whether all search results are selected, or deselected.

Clear

Click Clear to clear the Search Results pane of all records.

Load Selected Parcel(s)

When this icon is selected, the search results records are transferred to the Dataset Treeview pane.

TIP: When you enter information into any of the search parameters, clicking Enter will start the search and automatically load results to the Treeview.

Clear and Save to External Tables

Click to save the search results to one of the three (3) External tables (i.e. PM_EXTERNAL, NA_EXTERNAL, and PC_EXTERNAL).

Append to External Tables

To add or append the currently listed search results to the results that are listed in the Dataset Treeview pane, click this icon.

Print

Click Print to display the Print dialog box and print out the results of your query to your default Windows printer.

Export to Excel

Click to export the results of your query to a Microsoft Excel file that has not been formatted. See Export Search Query Results to a Microsoft Excel File below for details.

NOTE: This feature will only work when Microsoft Excel is installed on the system that Govern for Windows is installed on. Users must have a valid license for Microsoft Excel.

To restore the search form…

  1. Click the View tab in the Ribbon.
  2. Under the predefined Searches section select one of the Groups or Styles searches.
  3. When the search form appears, it will not be in auto-hide mode. Click the Auto Hide (Pin) icon to restore the form to auto-hide mode.

Export Search Query Results to a Microsoft Excel File

After performing a search query, you may want to perform further analysis on the records that were retrieved, e.g. review the tax map numbers or certificate numbers, etc.

To save search query results to a Microsoft™ Excel file…

  1. Move your pointer over the Predefined Searches auto-hide pane.
  2. Complete the necessary parameters and click the Search icon to perform a search.
  3. Click the Export to Excel button.
  4. When the save dialog box appears; specify the name of the Excel file and the location that it will be saved in.
  5. Once a name has been given, click Save to save the file.
  6. Next you will be given the option to open the file immediately in Excel; click Yes to open the file in Excel.

The records that are exported to Excel will not be formatted, i.e. only default fonts and alignments will be used.

NOTE: This feature requires that a version of Microsoft Excel must be installed on the same system that Govern for Windows is installed on. Users must obtain a valid license for Microsoft Excel.

Search Command button grouping

The Search Pane command buttons are grouped for clarity and to accommodate the command buttons for functionality that is related to the mobile version of Govern. There are two (2) groups of command buttons; Search-related, and Output-related buttons.

How to Search

The search process is one of the key functions in Govern. The search function allows you to retrieve datasets from the database.
To perform a search…
1. Click Pre-defined Searches in the Ribbon.
2. In the drop-down menu, click Groups search or Styles search.
3. In the Predefined Searches form, click Property Search to view the drop down menu.
4. Select Property Search (A).
5. Under Property Search are options to select a search criteria; select By Tax Map.

TIP: When using Predefined Searches press the Tab key to quickly move your cursor from field to field for quick entry.

 

NOTE: Users Accessing Govern Remotely
should note that parameters with field masks that are designed to accept hyphen separated entries entries, e.g. Telephone Numbers, Tax Maps, will display in OpenForms as a parameter with individual fields. These individual fields can be accessed with the Tab key.
The Field Mask for the above would look like the following “XXX-”XXX-XXX-X”, each of the grouped X’s are separated. Users that are accessing Govern over a Remote Link, e.g. VPN should pay attention to the tab sequence when pressing the Tab key to jump to the next parameter. Over a remote connection, in the Tax Map parameter, the tab key will not move the cursor to the next field of the Tax Map number, rather it will jump to Include the Inactive parameter. This behavior only applies to remote connections to Govern.

7. When the search is complete, the results are displayed in the Search Results pane.6. Click the Search icon.

NOTE: When you enter information into any of the search parameters, click Enter to start the search; search results will be automatically transferred to the Treeview.

 

NOTE: Only a maximum of 25 search results are displayed; this can be modified under Options > Max. Records.

Search Criteria

8. Click the option for Load to the Search Result. The results are loaded into the Dataset Treeview pane; you can also populate the Dataset Treeview automatically by selecting any parameter and clicking on Enter on your keyboard.
The Search Criteria will display the search parameters that have been configured with the Search Type.

Search Result Pane

When a search is performed, the Search Results pane displays the results in a grid below the Search and Search Criteria areas.

TIP: When you enter information into any of the search parameters, clicking Enter will start the search and force search results to automatically transfer to the Treeview.

Transfer Individual Files to the Treeview

At times you may require a single file to be loaded / displayed in the Dataset Treeview. This situation can arise when you have multiple results in your Search Query Results dataset. and the requirement is to look at each record one at a time.

To load a single record into the Dataset Treeview…

  1. Place your mouse pointer over the Pre-defined Searches auto-hide tab; complete the parameters to perform a search.
  2. Click the Search icon (A).
  3. In the Search Result pane (A), double-click on the individual record that you would like transferred to the Dataset Treeview pane (B).

When an individual file is transferred to the treeview, any previous dataset will be overwritten and replaced with the single file that was selected.

Sorting Search Results by Column Heading

Search results can be sorted based upon column headings, and in ascending and descending order.
To sort search results based on the column headings…

  1. Display the Predefined Searches pane.
  2. Perform a search; the results will be presented in the Search Results pane.
  3. Note the column that you would like to sort your results on; click on the column heading (A) to sort in ascending or descending order.

The direction of the arrowhead in the column head will indicate the direction of the sort. When the arrowhead is pointing upward, the sort is ascending, when the arrowhead is pointing downwards, the sort is descending. A click on the column heading will switch between ascending and descending.

The result will be sorted based on the column heading that you are using. When there are empty grids, i.e. NULL characters, those records are presented first when the sort is ascending, last if they are descending.

What’s New

Quick Search (Govern 6.0 Suite release 6.0.1707 / 6.1.1707)

As of release 6.0.1707 / 6.1 1707, an alternate search interface is available to the Govern user. The Quick Search differs from the traditional search interface in the sense that it bears a closer similarity to the search interface that is often associated with search engines. When correctly configured, this search interface is available through the Govern ribbon. In addition to the Quick Search feature is a new GNA editor. The Quick Search Index Configuration Editor is for configuring the Search Indexes that are used by the Quick Search. Click for Details on the Quick Search or the Quick Search Index Configuration Editor.

Hide Search Toolbox (Govern 6.0 Suite release 1503.341)

This is a User Interface feature that will disable the default behavior of a persistent Search Toolbox. Typically, after performing a search followed by a Load action, you have to click on a form, or Tree view pane to hide the Search Toolbox. Now a Load from a Search or a Load from a Saved Data set will immediately hide the Search toolbox. Exceptions that override this feature are, if after performing a search, you Append to the Tree view, the Search pane will not hide. This feature is enabled through a “toggle”, i.e. ON/OFF, button. Options (tab) > Hide Search Toolbox.

NOTE: This feature has no impact when the Search Toolbox pane is docked, i.e. fixed with the pin icon.

Related Topics

 

 

101-std-fea-004

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

AR – Payment Transfer Data Entry (101-ar-frm-027)

Accounts Receivable (A/R) – Payment Transfer Data Entry

Overview

Payment transfers are used to transfer posted payments from one account to another. Typically, they are used to correct an error such as a payment made and posted to the wrong account. For example, a client could make a payment intended for a utility bill that is somehow processed on a tax bill. To correct this error, you can create a Payment Transfer.

NOTE: Payment Transfers can be created on posted payments only.

If you transfer the full amount of the original payment, all the associated discounts and interest are transferred. However, if you transfer only part of the original payment, no discounts or interest are transferred.

When you create a Payment Transfer:

  • A Payment Transfer (trp) or Payment (pmt) transaction is automatically created in the account that received the transferred payment; i.e., the account to which the payment is transferred. In the preceding example, this is the utility account.
  • A Payment Transfer Reversal (trr) or Reversal (rev) is automatically created in the account from which the original payment is transferred. In the example, this is the tax account.

The Payment Transfer (trp) and Payment (pmt) transaction types are the same, as are the Payment Transfer Reversal (rev) and Reversal (rev) types. Separate transaction types can be useful for reviews and reports.
The transaction types are created automatically when the Payment Transfer record is saved. Whether the Payment Transfer (trp) and Payment Transfer Reversal (trr) or Payment (pmt) and Reversal (rev) transaction types are created depends on the setup in GNA.

Documentation

Read More...

For the complete reference guide, see Govern Accounts Receivable.
For the A/R Transaction Rules, see A/R Transaction Rules.

To see the information on this page as a pdf, click on the following link:
PaymentTransfer.pdf

Payment Transfer (trp)

The Payment Transfer (trp) or Payment (pmt) can be viewed in the Detail section of the A/R Inquiry form when you select the account to which the payment is transferred. In the example, this is the utility account. In the Link To column, you can click on a direct link to the Payment Transfer Reversal (trr) or Reversal (rev) in account from which the original payment was transferred, the tax account in the example.

Payment Transfer Reversal (trr)

Similarly, the Payment Transfer Reversal (trr) or Reversal (rev) can be viewed in the A/R Inquiry Detail section when you select the tax account. In the Link To column, you can click on a direct link to the Payment Transfer (trp) or Payment (pmt) in the account to which it was transferred.

Accessing the Payment Transfer Form

To access the Payment Transfer form:

  1. Launch Govern.
  2. Open a Profile that has the Accounts Receivable module.
  3. Open the Accounts Receivable form.
  4. Perform a search and load the required record to the tree view and the form.
  5. Select the record in the Summary section of the A/R Inquiry in order to view the details.
  6. Right-click on the payment you want to transfer in the Detail section.
    A context menu is displayed.
  7. Select Payment Transfer from the drop-down list This opens the Payment Transfer form.

The Payment Transfer form is described in the following sections:

  • Original Payment Information
  • Transfer Amount
  • Transfer Destination

Original Payment Information

The Original Payment Information provides general information about the original payment and includes the following fields:
Subsystem: The subsystem for the record or entry selected on the A/R Inquiry form is displayed. This is the original payment record that will be transferred during this procedure.
Name / Tax Map: This field displays the name or tax map number associated with the account to which the original payment was posted.
Bar Code: This field displays the bar code or A/R ID associated with the original payment.
Year: This field displays the fiscal year of the original payment record.
Cashier ID: This field displays the ID of the cashier who processed the original payment.
Deposit Number: This field displays the deposit number of the original payment.
Amount: This field displays the amount of the original payment.
Entry Date: This field displays the date the original payment was entered.

Transfer Amount

The Transfer Amount section displays details about the transferred payment.
Entry Date: This field displays the entry date for the payment transfer, not the original payment. By default, this is the current date. To change the date, click the calendar beside this field and select a new date.
Effective On: This field displays the date that the payment transfer is effective. By default this is the effective date of the original payment. To change the default date, click the calendar beside the field and select a new date. For example, you may want to enter the posting date.
Amount: By default, this field displays the full amount of the payment that you are transferring, the original payment. You can modify the amount if you want to transfer only part of the original payment.
Note: If you transfer the full amount of the payment, all discounts and interest are transferred.
If you transfer only part of the original payment, no discounts or interest are transferred.

To modify the amount of the payment that you are transferring:

  1. Select the check box beside Transfer Amount.
  2. Overwrite the amount that is displayed.

The amount displayed beside Remaining Balance is automatically updated.

Transfer Destination

Select one of the following options for the destination account; i.e., the account to which you want to transfer the payment:

  • Out of System: Select this option if you are transferring the amount to an external system.
  • When you select this option, only the Payment Transfer Reversal (trr) or Reversal (rev) transaction is created. A Payment Transfer (trp) or Payment (pmt) transaction is not created.
  • Different Account for Selected Name or Tax Map Number: Select this option if you are transferring a payment to another account associated with the same name or tax map number as the original payment.
  • Selected Accounts: Select this option to transfer the payment to any account that can be selected through the A/R Inquiry Search.

Transfer Options

Deposit Number

Depending on the options selected in the GNA, deposit numbers can be automatically generated or user-defined.

Automatically generated deposit numbers are composed of one or two of the following fields: date, last deposit, and user ID. This number can be modified if you have the required security permissions.

If Deposit Management is activated, a drop-down list is added to the Deposit Information parameter. This is populated by the deposit numbers created in the Deposit Management form.

Do one of the following:

  • Enter a new deposit number required.
  • Select a deposit number from the drop-down list.

Justification Code

Select a Justification Code to explain the reason for the transfer (Table: VT_USR_ARREASON).

Just transfer credit amount

When this option is not selected, which is the default, both the principal and interest are transferred.
When this option is selected, only the principal is transferred. This option is useful if the penalty and interest are calculated separately. There was a client that had that need.
This applies to full payments, only. For partial payments, the interest is not transferred, only the principal.

Out of System

Select this option if you are transferring the payment to another system that is external to Govern.
To transfer the payment outside the Govern system:

  1. Open the Payment Transfer form to the applicable payment.
  2. Select Out of System under Transfer Destination on the Payment Transfer form.
  3. Modify the default Entry Date, Effective Date, and Transfer Amount, if required.
  4. Click Save.
  5. Perform the Payment Transfer batch process to post the payment transfer in Govern A/R.

With this option, only the Payment Transfer Reversal (trr) or Reversal (rev) transaction is created. The Payment Transfer (trp) or Payment (pmt) transaction is not created.

Different Account for Selected Name or Tax Map Number

Select this option to transfer the payment to a different account, or barcode, associated with the selected name or tax map number.
To transfer the payment to a different account associated with the same name or property:

  1. Open the Payment Transfer form to the applicable payment.
  2. Select Different Account for Selected Name/Tax Map Number.
  3. Select the Transfer Amount checkbox if you are overriding the default amount and enter a new amount. Otherwise, accept the default.
  4. Select Different Account per Name / Tax Map Number.
    All the accounts for the selected name or property are loaded to the form.
    Account details include the balance; interest; other amounts, such as discounts and penalties; and the amount to be transferred. These are displayed under the Balance, Interest, Other Charges, and Transfer columns.
    By default, the amount displayed in the Transfer Amount text box is used to pay each account that is listed.
    The amount that is transferred to a selected account is displayed in the Transfer column. This is subtracted from the total Transfer Amount and the result is displayed in the Remaining Balance text box.(Remaining Balance) = (Total Transfer Amount) – (Transfer per Account)

    By default, all accounts, with a balance, that are listed for the selected name or tax map number are displayed.
    If multiple accounts are listed, the Transfer Amount is used to pay the amount owing on each one. The final amount is displayed in the Remaining Balance text box.
  5. Modify the default Entry Date, Effective Date, and Transfer Amount, if required, as described under Transfer Amount on page 181.
  6. Click Save.
  7. Perform the Payment Transfer batch process to post the payment transfer in Govern A/R.

Selected Accounts

You can transfer a payment to any account in the Govern A/R system that has a balance.
To transfer the payment to another account:

  1. Open the Payment Transfer form to the applicable payment.
  2. Select the Selected Accounts option.
  3. Select the Add an Account icon.
    The A/R Inquiry Search screen opens.
  4. Perform a search.
  5. Select and load the applicable account or accounts to the Payment Transfer form.
    All selected accounts are displayed in the grid.
    The account details include the balance; interest; other amounts, such as discounts and penalties; and the amount to be transferred. These are displayed under the columns: Balance, Interest, Other Charges, and Transfer.
    By default, the amount displayed in the Transfer Amount text box is used to pay each account that is listed.
    The amount that is transferred to a selected account is displayed in the Transfer column. This is subtracted from the total Transfer Amount and the result is displayed in the Remaining Balance text box.(Remaining Balance) = (Total Transfer Amount) – (Transfer per Account) If multiple accounts are listed, the Transfer Amount is used to pay the amount owing on each one.
    The final amount is displayed in the Remaining Balance text box.
  6. Modify the default Entry Date, Effective Date, and Transfer Amount, if required.
  7. Click Save.
  8. Perform the Payment Transfer batch process to post the payment transfer in Govern A/R.

Removing a Displayed Account

If you are using either the Different Account for Same Name / Tax Map Number or the Selected Accounts option, you can remove any of the listed accounts that you are not using, from the Payment Transfer form.

To delete a selected account:

  1. Open the Payment Transfer form.
  2. Load the required record to the form.
  3. Select the account.
  4. Click the Remove Account icon

Modifying the Amount Transferred to a Selected Amount

If you are transferring the original payment to one or more selected accounts, you can modify the amount transferred to each account.
To modify the amount in the Transfer column for an account:

  1. Select the account that you want to modify.
  2. Overwrite the amount in the Transfer column.

Payment Transfer Troubleshooting

This section describes two scenarios where a payment transfer would not be completed.

Remaining Balance is Less Than Zero

A Payment Transfer would not be completed if the remaining balance is less than or greater than the amount transferred. The transfer is completed only if the remaining balance is equal to zero, calculated as (Transfer Amount) – (Transfers for all accounts) = 0.
The transfer column displays the amount to be transferred to the selected account. This amount is subtracted from the Transfer Amount. The result is displayed in the Remaining Balance text box.
If the amount transferred to the selected accounts is greater than the original payment, the Remaining Balance is less than zero and a message is displayed.
Note: The Remaining Balance must be zero in order for the transaction to be completed.

Amount Transferred Is Less Than Amount Owed

Similarly, if the amount transferred to all the selected accounts is less than the amount of the original payment, an error message is displayed.
This could occur if you manually enter an amount in the Transfer text box that is less than the Transfer Amount.

NOTE: The Remaining Balance, must be zero in order for the transaction to be completed.

 

Related Topics

Accounts Receivable (A/R) Inquiry

Accounts Receivable (AR) – What’s New

 

 

101-ar-frm-027

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...