ar_liabilities_other
where rpt_id = 228680
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | amount | rpt_id |
---|---|---|---|
10 | RENTER DEPOSITS | 1997 | 228680 228680 |
11 | ACCRUED EXPENSES | 4641 | 228680 228680 |
12 | SEP-IRA PAYABLE | 2682 | 228680 228680 |
13 | DEFERRED INCOME | 3260 | 228680 228680 |
CREATE TABLE ar_liabilities_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );