ar_receipts_other
where rpt_id = 248398
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | receipt_type | purpose | date | amount | payer_payee_id | rpt_id |
---|---|---|---|---|---|---|
1186 | 1201 | REIMBURSEMENT | 2004-08-31 | 73036 | 4106 | 248398 248398 |
1187 | 1201 | REIMBURSEMENT | 2005-02-25 | 96883 | 4106 | 248398 248398 |
1188 | 1201 | REIMBURSEMENT | 2004-08-26 | 9987 | 4107 | 248398 248398 |
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) );