ar_assets_fixed
where rpt_id = 247523
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
727 | MANALAPAN, NJ | 42716 | 0 | 42716 | 42716 | 301 | 247523 247523 |
728 | MANALAPAN, NJ | 723422 | 62964 | 660458 | 660458 | 302 | 247523 247523 |
729 | Automobiles and Other Vehicles | 112596 | 83253 | 29343 | 29343 | 303 | 247523 247523 |
730 | Office Furniture and Equipment | 171943 | 171943 | 0 | 0 | 304 | 247523 247523 |
731 | Other Fixed Liabilities | 75599 | 56096 | 19503 | 19503 | 305 | 247523 247523 |
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) );