ar_receipts_other
where rpt_id = 228896
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | receipt_type | purpose | date | amount | payer_payee_id | rpt_id |
---|---|---|---|---|---|---|
60 | 1201 | SALARY REIMBURSEMENT | 2004-02-04 | 6172 | 144 | 228896 228896 |
61 | 1201 | SALARY REIMBURSEMENT | 2004-05-17 | 6038 | 144 | 228896 228896 |
62 | 1201 | SALARY REIMBURSEMENT | 2004-09-14 | 6242 | 144 | 228896 228896 |
63 | 1201 | SALARY REIMBURSEMENT | 2004-10-28 | 6531 | 144 | 228896 228896 |
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) );