Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The purpose of the Payment Receipt Record View is to enter payments received by Fishermen, Fishermen & Tenders, Tenders and Loans. From here, users can open the 'Apply Documents' window, review the Journal Details, and post the receipt. When receipts are posted, the Fisherman Balances and Fisherman Aging are updated and the receipt becomes available to the Checkbook Deposit transaction. Payment Receipts make a journal entry when they are posted.

...

FieldsDescription
Amount

Identifies the dollar amount of the payment received. This is a text box that is required. This defaults to 0.00 and must be > 0.00 to Approve and/or Post. If not, the message "Amount must be greater than 0.00." will be displayed. This field is only editable while the transaction Status is "New" and while no applications exist for the receipt. Editing this value and saving the transaction will re-calculate the 'Remaining' field.

Linked Database Field: ERPx_APTransactionHeader.ExtendedAmount

Applied Amt.Identifies how much of the receipt has been applied. This is a non-editable text box that is required. This defaults to 0.00 but will re-calculate as the receipt is applied. Receipts can be posted without applying, but if they have been applied, this amount will be > 0.00. This is a calculated field that is not editable. This field is not stored in the database.   REMOVE? 
Checkbook

Identifies the checkbook where the receipt will be deposited into. This is a single-select standard lookup that is required. This defaults using the following logic after the Fisherman is selected:

  1. If the Checkbook that is assigned to the Fisherman is in either the Fisherman Currency or the Home Currency, then default to the Fisherman Checkbook, else
  2. If the Checkbook that is assigned to the "Default Fisherman Checkbook ID" Settlement Default Preference is in either the Fisherman Currency or the Home Currency then default from the Preference, else
  3. Set to blank and require a value before enabling the rest of the data fields

This is required before you can enter/edit the remaining receipt fields, Approve and/or Post, or to open the Apply Fishing Transactions list view. If not assigned, the message "Checkbook is required" will be displayed. This field is enabled after a 'Fisherman' has been selected and while the transaction Status is "New". This field is only editable after a 'Fisherman' has been selected and while the transaction Status is "New" and no applications for this receipt have been made. 

Insert excerpt
Def - Checkbook
Def - Checkbook
nopaneltrue

The lookup contains a list of all the 'Active' Checkbooks where the Currency is USD.

Database Fields: ERPx_MFCheckbook.CheckbookID, ERPx_APTransactionHeader.CheckbookSK

Description

Identifies the description associated with the payment receipt. This is a text box where users can enter a comment for the associated receipt but is not required. This defaults to blank and is always editable. If entered, it must be <= 60 characters. 

Linked Database Field: ERPx_APTransactionHeader.Description

Payment #


Identifies the number of the payment received, most often associated with the Check #. This is a text box that is not required. If entered, the value must be <= 50 characters.  This field defaults to blank and is always editable, even after the transaction is posted.

Linked Database Field: ERPx_APTransactionHeader.DocNumber

Received From 

Insert excerpt
Account Name
Account Name
nopaneltrue
This is a single-select standard lookup to select who the payment is coming from. It defaults to blank, but is required. If not assigned, the message "Fisherman is required." will be displayed. Because this value determines the initial values assigned for the 'Checkbook', if it is changed after it has been assigned, a message will appear as: "Changing the Fisherman will reset the Checkbook." This field is only editable while the transaction Status is "New" and the 'Applied Amount' is blank or 0.00.

The lookup contains the current assigned value and a list of all the 'Active' Fishermen, Fishermen & Tenders, and Tenders and Loans.

Linked Database Fields: ERPx_APVendor.VendorName, ERPx_APTransactionHeader.VendorSK

Receipt Date

Identifies the date the receipt was received. This is a date picker that defaults to the current date. It is required to Approve and/or Post or to open the Apply Fishing Transactions list view. If not, the message "Receipt Date is required." will be displayed. This field is only editable while the transaction Status is "New" and is disabled once an application for this receipt has been made.

(lightbulb) If you need to change the 'Receipt Date' after an application has been made, you must unapply all the transactions that are currently applied.

Linked Database Field: ERPx_APTransactionHeader.TransactionDate

Receipt Type

Identifies the type of the receipt. This is a single-select standard lookup the is required to Approve and/or Post. This defaults to "Check". This field is only editable while the transaction Status is "New". 

The lookup contains all the values in the MFCashReceiptType Enumeration Class. 

Linked Database Field: ERPx_APTransactionHeader.CashReceiptTypeEN

RemainingIdentifies how much of the receipt still needs to be applied. This is a non-editable text box that is required. This defaults from 'Amount' entered but will re-calculate as the receipt is applied. Receipts can be posted without applying, but if they have been applied, this amount will be >= 0.00 and < 'Amount'. This is a calculated field that is not editable on this page. This field is not stored in the database.
Status

Insert excerpt
Status
Status
nopaneltrue
 This is a single-select standard lookup that defaults as 'New' and is required. This is always editable while the transaction is in a Status of 'New' or 'Approved'.

Insert excerpt
Def - Status
Def - Status
nopaneltrue
 The Statuses that apply to transactions in this List View include:

Insert excerpt
Def - Status - New
Def - Status - New
nopaneltrue

Insert excerpt
Def - Status - Approved
Def - Status - Approved
nopaneltrue

Insert excerpt
Def - Status - Ready to Post
Def - Status - Ready to Post
nopaneltrue

Database Fields: ERPx_APTransactionStatus.StatusName, ERPx_APTransactionHeader.TransactionStatusSK

...