RECEIPT_HEADERS

0 rows


Description

Receipt header records for transactions and payments. Does not include voided or abandoned records.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
RECEIPT_HEADER_ID int 4 null
ACCOUNT_CREDIT_HISTORY.RECEIPT_HEADER_ID Defined in XML R
ACTIVITY_ENROLLMENTS.ORIGINAL_RECEIPT_HEADER_ID Defined in XML R
AR_SCHEDULED_HEADERS.RECEIPT_HEADER_ID Defined in XML R
CREDIT_CARD_PROCESSING_LOG.RECEIPT_HEADER_ID Defined in XML R
CUSTOMER_THIRD_PARTY_BILLING_LINKS.RECEIPT_HEADER_ID Defined in XML R
PAYMENT_CHARGEBACKS.RECEIPT_HEADER_ID Defined in XML R
RECEIPT_GL_POSTINGS.RECEIPT_HEADER_ID Defined in XML R
RECEIPT_PAYMENTS.RECEIPT_HEADER_ID Defined in XML R
TRANSACTIONS.RECEIPT_HEADER_ID Defined in XML R

Receipt header ID

RECEIPT_TYPE varchar 25 null

Type of receipt (Receipt / Refund Voucher / Non-Monetary Receipt / Permit Charges Summary / Contract Charges Summary)

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

ID of the workstation where the receipt was created

SITE_NAME varchar 255 null

Name of the workstation where the receipt was created

WORKSTATION_ID int 4 null
WORKSTATIONS.WORKSTATION_ID Defined in XML R

ID of the workstation where the receipt was created

WORKSTATION_NAME varchar 45 null

Name of the workstation where the receipt was created

SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

ID of the system user who created the receipt

SYSTEM_USER_NAME varchar 511 null

Name of the system user who created the receipt

RECEIPT_NUMBER nvarchar 8000 null

Receipt number

RECEIPT_DATE_TIME datetime 16,3 null

Date and time that the receipt was created

RECEIPT_NOTES varchar 8000 null

Receipt notes entered by the user

PRINTED varchar 5 null

Whether the receipt has been printed (Yes/No)

TOTAL_FEE_AMOUNT money 21,4 null

Total fee amount for this receipt

PREFUND_AMOUNT_USED money 21,4 null

Total prefund amount used on this receipt

CREDIT_CARD_AMOUNT money 21,4 null

Total credit card amount charged or refunded for this receipt

IS_ONLINE_RECEIPT varchar 5 null

Whether the receipt was created online (Yes/No)

ONLINE_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the customer who created the online receipt

ONLINE_CUSTOMER_NAME varchar 511 null

The name of the customer who created the online receipt

ONLINE_WAIVER_INITIALS varchar 4 null

Waiver initials that were entered online for this receipt

TRANSACTION_FEE_AMOUNT money 21,4 null

Amount of transaction fee

CREDIT_CARD_FEE_AMOUNT money 21,4 null

Amount of credit card fee

CREDIT_CARD_FEE_SURCHARGE_AMOUNT money 21,4 null

Amount of credit card fee that is a surcharge

CONVENIENCE_FEE_AMOUNT money 21,4 null

Amount of convenience fee

CONVENIENCE_FEE_ABSORBED_AMOUNT money 21,4 null

Amount of convenience fee that was absorbed

CONVENIENCE_FEE_SURCHARGE_AMOUNT money 21,4 null

Amount of convenience fee that is a surcharge

CONVENIENCE_FEE_ABSORBED_DISCOUNT_AMOUNT money 21,4 null

Amount of convenience fee discount that was absorbed

CONVENIENCE_FEE_SURCHARGE_DISCOUNT_AMOUNT money 21,4 null

Amount of convenience fee discount that is a surcharge

RECEIPT_DETAIL_PAYMENT_GENERATED_DATE_TIME datetime 16,3 null

Date and time that the payments were allocated to the receipt details for this receipt

RECEIPT_DETAIL_PAYMENT_GENERATED_DATE_ONLY date 20 null

Date that the payments were allocated to the receipt details for this receipt (date only)

REVENUE_DISTRIBUTION_PROCESSED_DATE_TIME datetime 16,3 null

Date and time that revenue distribution was processed for this receipt

REVENUE_DISTRIBUTION_PROCESSED_DATE_ONLY date 20 null

Date that revenue distribution was processed for this receipt (date only)

IS_ABANDONED varchar 2 null

Whether the receipt header has been abandoned (Yes/No)

VOIDED varchar 2 null

Whether the receipt header has been voided (Yes/No)

ACTIVE_HUB_KEY int 4 null

The Hub record ID

LAST_SYNC_TIME datetime 16,3 null

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

source_id int 4 null

The ID value from the Active Net system

Relationships

View Definition


Possibly Referenced Tables/Views