home / opdr

ar_receipts_other

where rpt_id = 463553

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ receipt_type purpose date amount payer_payee_id rpt_id
244476 1201 GRIEVANCE SETTLEMENT 2004-09-09 25000 853636 463553 463553
244477 1201 UNION ACTIVITIES 2004-12-31 1289 853637 463553 463553
244478 1201 VOID OLD CHECKS OUTSTANDING 2004-12-31 38 853638 463553 463553
CREATE TABLE ar_receipts_other (
oid INTEGER NOT NULL PRIMARY KEY, receipt_type INTEGER NOT NULL, purpose TEXT NULL, date TEXT NULL, amount INTEGER NULL, payer_payee_id INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 168.488ms