ar_assets_fixed
where rpt_id = 248398
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
1434 | 1361 N. HULBERT, FRESNO, CA | 70255 | 0 | 70255 | 70255 | 301 | 248398 248398 |
1435 | 1361 N. HULBERT, FRESNO, CA | 771451 | 57837 | 713614 | 713614 | 302 | 248398 248398 |
1436 | Automobiles and Other Vehicles | 0 | 0 | 0 | 0 | 303 | 248398 248398 |
1437 | Office Furniture and Equipment | 148861 | 83703 | 65158 | 65158 | 304 | 248398 248398 |
1438 | Other Fixed Liabilities | 8884 | 2265 | 6619 | 6619 | 305 | 248398 248398 |
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) );