ar_assets_fixed
where rpt_id = 247985
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
954 | NONE | 0 | 0 | 0 | 0 | 301 | 247985 247985 |
955 | NONE | 0 | 0 | 0 | 0 | 302 | 247985 247985 |
956 | Automobiles and Other Vehicles | 106553 | 106553 | 0 | 79915 | 303 | 247985 247985 |
957 | Office Furniture and Equipment | 181346 | 181346 | 0 | 136010 | 304 | 247985 247985 |
958 | Other Fixed Liabilities | 133424 | 133424 | 0 | 100068 | 305 | 247985 247985 |
CREATE TABLE ar_assets_fixed ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, cost_basis INTEGER NULL, depreciation INTEGER NULL, book_value INTEGER NULL, value INTEGER NULL, asset_type INTEGER NOT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );