ar_receipts_other
where rpt_id = 246839
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | receipt_type | purpose | date | amount | payer_payee_id | rpt_id |
---|---|---|---|---|---|---|
275 | 1201 | Salary Reimbursement | 2005-01-15 | 10455 | 1113 | 246839 246839 |
276 | 1201 | Salary Reimbursement | 2004-09-15 | 9567 | 1113 | 246839 246839 |
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) );