ar_receipts_total
where rpt_id = 245699
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | rpt_id | dues | tax | investments | supplies | loans_made | interest | dividends | rents | fees | loans_obtained | other_receipts | affiliates | members | inv_sale_reinvestments | all_other_receipts |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
100681 | 100681 | 245699 245699 | 293322 | 0 | 93561 | 1350 | 0 | 18029 | 26699 | 0 | 5425 | 0 | 13260 | 0 | 0 | 0 | 918 |
CREATE TABLE ar_receipts_total ( rpt_id INTEGER NOT NULL, dues INTEGER NULL, tax INTEGER NULL, investments INTEGER NULL, supplies INTEGER NULL, loans_made INTEGER NULL, interest INTEGER NULL, dividends INTEGER NULL, rents INTEGER NULL, fees INTEGER NULL, loans_obtained INTEGER NULL, other_receipts INTEGER NULL, affiliates INTEGER NULL, members INTEGER NULL, inv_sale_reinvestments INTEGER NULL, all_other_receipts INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );