ar_assets_fixed
where rpt_id = 228680
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
63 | 3944 FLORIDA BLVD, PALM BCH GDNS, FL | 100000 | 0 | 100000 | 100000 | 301 | 228680 228680 |
64 | 3944 FLORIDA BLVD, PALM BCH GDNS, FL | 427202 | 92188 | 335014 | 0 | 302 | 228680 228680 |
65 | Automobiles and Other Vehicles | 0 | 0 | 0 | 0 | 303 | 228680 228680 |
66 | Office Furniture and Equipment | 57980 | 54398 | 3582 | 0 | 304 | 228680 228680 |
67 | Other Fixed Liabilities | 19882 | 16279 | 3603 | 0 | 305 | 228680 228680 |
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) );