ar_liabilities_other
where rpt_id = 240415
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | amount | rpt_id |
---|---|---|---|
42 | Payroll Taxes withheld and accrued | 5363 | 240415 240415 |
43 | Accrued real estate taxes | 1200 | 240415 240415 |
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) );