Print Bills Receivable Report
Prints bills receivable individually, by batch, or by remittance batch.
Sample build of the Print Bills Receivable Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bill | Customer | Maturity | Amount | Batch |
|---|---|---|---|---|
| Sample | Acme Industrial | Sample | $1,240,500.00 | Sample |
| — | Northwind Trading | — | $842,150.75 | — |
| Sample | Globex Holdings | Sample | $96,400.00 | Sample |
| — | Initech LLC | — | $1,005,233.10 | — |
| Sample | Umbrella Corp | Sample | $58,720.40 | Sample |
| Sample | Acme Industrial | Sample | $1,240,500.00 | Sample |
The report prints bills receivable individually, by batch, or by remittance batch.
Four bills can't print in the legally required draft format for their country — the bank won't accept them for collection.
Apply the localization draft template; a bill in the wrong format is a collection instrument the bank rejects.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| AR_TRANSACTION_HISTORY_ALL | dimension | dimension |
| Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| AR_TRANSACTION_HISTORY_ALL | 13 | 1 |
Customization note A print layout; localization adds the legally required draft format where bills receivable are used. Irvine rebuilds these on your data.