CASH_RECEIPT_BATCHES
Cash Receipt Batches
tableFINCASH
CASH_RECEIPT_BATCHES — Cash Receipt Batches. FIN table in the standard Ross ERP 8.0 schema: 52 columns, used by 31 programs. Columns, data types, keys, foreign keys and relationships.
Open CASH_RECEIPT_BATCHES in the interactive Data Dictionary →Part of CASH tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | CR_BATCH_NUMBER | int | PK | Cash Receipts Batch Number (actual receipt) |
| 4 | CR_BATCH_SEQ_NUMBER | smallint | PK | Cash Receipts Batch Sequence Number |
| 5 | CUSTOMER_NUMBER | varchar(8) | FK→CUSTOMERS | Customer Number |
| 6 | DIVISION | varchar(2) | PK FK→AR_CONTROLS | Division |
| 7 | TRANSACTION_NUMBER | int | Transaction Number | |
| 8 | CASH_RECEIPT_TYPE | varchar(3) | Cash Receipt Type (Check, Cash, etc.) | |
| 9 | CASH_DISCOUNT | numeric(20,2) | Cash Discount Taken | |
| 10 | TRANSACTION_DATE | datetime | Transaction Date | |
| 11 | CUSTOMER_REFERENCE | varchar(25) | Customer Reference | |
| 12 | MATCHED | varchar(1) | Bank Reconciliation Matched Indicator | |
| 13 | GL_SHORT_CODE | varchar(6) | General Ledger Short Code | |
| 14 | ACCOUNT_NUMBER | varchar(50) | GL Account Number | |
| 15 | TAX | numeric(20,2) | Transaction Tax | |
| 16 | COST_CENTER | varchar(3) | Cost Center Code | |
| 17 | AR_ALLOCATION_CURRENCY | numeric(20,2) | Cash Allocation Amount in Currency | |
| 18 | AR_ALLOCATION_BASE | numeric(20,2) | Cash Allocation Amount in Base | |
| 19 | AR_TRAN_TOTAL_CURRENCY | numeric(20,2) | Total Transaction Value in Currency | |
| 20 | AR_TRAN_TOTAL_BASE | numeric(20,2) | Total Transaction Value in Base Currency | |
| 21 | SYS_CURRENCY_CODE | varchar(6) | FK→SYS_CURRENCY_CODES | Currency Code |
| 22 | SYS_BASE_CURRENCY_CODE | varchar(6) | ||
| 23 | SYS_CURRENCY_RATE | numeric(20,12) | Currency Rate | |
| 24 | SYS_RATE_AUTHORITY | varchar(6) | Currency Rate Authority | |
| 25 | SYS_RATE_TYPE | varchar(6) | Currency Rate Type | |
| 26 | SYS_CURRENCY_FIXED_FLAG | varchar(1) | Currency Rate Fixed Flag | |
| 27 | AR_TOTAL_BANKED | numeric(20,2) | Total Amount Banked in Banks Currency | |
| 28 | SYS_CURRENCY_RATIO_INDIC | varchar(1) | Ratio Indicator | |
| 29 | SYS_CURRENCY_GAIN_REALISED | numeric(20,2) | Difference gained during currency conversion. | |
| 30 | SYS_CURRENCY_LOSS_REALISED | numeric(20,2) | Difference Lost during currency conversion. | |
| 31 | SYS_CASH_BANK_RATIO_INDIC | varchar(1) | ||
| 32 | SYS_CASH_BANK_CURRENCY_RATE | numeric(20,12) | ||
| 33 | AR_TOTAL_FROM_BANK | numeric(20,2) | Total Amount Banked in Banks Currency | |
| 34 | SYS_CURRENCY_DATE | datetime | Currency Date | |
| 35 | SYS_BANK_CHARGES | numeric(20,2) | Total Bank Charges | |
| 36 | NON_AR_CUSTOMER_NAME | varchar(60) | ||
| 37 | AR_ALLOCATION_2_BASE | numeric(20,2) | Cash Allocation Amount in Second Base | |
| 38 | AR_TRAN_TOTAL_2_BASE | numeric(20,2) | Total Transaction Value in Second Base Currency | |
| 39 | SYS_CURRENCY_2_FIXED_FLAG | varchar(1) | Currency Rate Fixed | |
| 40 | SYS_CURRENCY_2_RATE | numeric(20,12) | Second Base Currency Rate | |
| 41 | SYS_CURRENCY_2_RATIO_INDIC | varchar(1) | Ratio Indicator for Second Base | |
| 42 | SYS_RATE_2_AUTHORITY | varchar(6) | Second Base Currency Rate Authority | |
| 43 | SYS_RATE_2_TYPE | varchar(6) | Second Base Currency Rate Type | |
| 44 | PRICING_METHOD | smallint | Pricing method, tax exclusive or inclusive | |
| 45 | BANK_STATEMENT_NUMBER | varchar(6) | Bank Statement Number | |
| 46 | BANK_STATEMENT_SEQ | int | Bank Statement Number Sequence | |
| 47 | AR_OS_BALANCE_CURRENCY | computed | ||
| 48 | AR_OS_BALANCE_BASE | computed | ||
| 49 | AR_OS_BALANCE_2_BASE | computed | ||
| 50 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. | |
| 51 | CUSTOMER_DEDUCTION | varchar(1) | ||
| 52 | PAYMENT_STATEMENT | varchar(1) |