ar_assets_other
where rpt_id = 267819
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | book_value | rpt_id |
---|---|---|---|
1441 | PRE-PAID PAYROLL TAXES | 149 | 267819 267819 |
1442 | PREPAID EXPENSES & CHARGES | 2155 | 267819 267819 |
CREATE TABLE ar_assets_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, book_value INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );