ar_liabilities_total
where rpt_id = 61905
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | rpt_id | accounts_payable_start | accounts_payable_end | loans_payable_start | loans_payable_end | mortgage_payable_start | mortgage_payable_end | other_liabilities_start | other_liabilities_end | total_start |
---|---|---|---|---|---|---|---|---|---|---|---|
7185 | 7185 | 61905 61905 | 1004 | 1087 | 0 | 0 | 0 | 0 | 310 | 180 | 1314 |
CREATE TABLE ar_liabilities_total ( rpt_id INTEGER NOT NULL, accounts_payable_start INTEGER NULL, accounts_payable_end INTEGER NULL, loans_payable_start INTEGER NULL, loans_payable_end INTEGER NULL, mortgage_payable_start INTEGER NULL, mortgage_payable_end INTEGER NULL, other_liabilities_start INTEGER NULL, other_liabilities_end INTEGER NULL, total_start INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );