ar_receipts_other
where rpt_id = 245699
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | receipt_type | purpose | date | amount | payer_payee_id | rpt_id |
---|---|---|---|---|---|---|
207 | 1201 | REIMBURSED PROMOTIONAL EXPENSES | 2004-08-12 | 10000 | 873 | 245699 245699 |
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) );