accrued_expenses
Data source: F_Expenses
11 rows where filer_id = 211 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, payee_last_name, payee_city, payee_state, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, report_date (date), report_start_date (date), report_end_date (date), election_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | payee_last_name | payee_first_name | payee_prefix | payee_suffix | payee_city | payee_state | payee_zipcode | beginning_balance | amount_incurred | amount_paid | ending_balance | expenditure_description | committee_id | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4261 | 4261 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-02-16 | 2020-06-30 | PAY7 | OTH | Deane & Company | Sacramento | CA | 95815 | 3501.2 | 0 | 3501.2 | 0 | |||||||
4262 | 4262 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-02-16 | 2020-06-30 | PAY19 | OTH | Tramutola | Oakland | CA | 94611 | 27500 | -27500 | 0 | 0 | PAY19 | ||||||
4263 | 4263 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-02-16 | 2020-06-30 | PAY72 | OTH | Mark Reilly dba PrintPro | San Lorenzo | CA | 94580 | 0 | 4971 | 0 | 4971 | |||||||
4264 | 4264 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-02-16 | 2020-06-30 | PAY104 | OTH | L2, Inc. | Bothell | WA | 98011 | 0 | 3000 | 0 | 3000 | |||||||
4916 | 4916 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-07-01 | 2020-12-31 | PAY72 | OTH | Mark Reilly dba PrintPro | San Lorenzo | CA | 94580 | 4971 | 0 | 4971 | 0 | |||||||
4917 | 4917 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2021-01-14 | 2020-07-01 | 2020-12-31 | PAY104 | OTH | L2, Inc. | Bothell | WA | 98011 | 3000 | 0 | 3000 | 0 | |||||||
5271 | 5271 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2020-07-21 | 2020-02-16 | 2020-06-30 | PAY7 | OTH | Deane & Company | Sacramento | CA | 95815 | 3501.2 | 0 | 3501.2 | 0 | |||||||
5272 | 5272 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2020-07-21 | 2020-02-16 | 2020-06-30 | PAY19 | OTH | Tramutola | Oakland | CA | 94611 | 27500 | -27500 | 0 | 0 | PAY19 | ||||||
5273 | 5273 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2020-07-21 | 2020-02-16 | 2020-06-30 | PAY72 | OTH | PrintPro | San Lorenzo | CA | 94580 | 0 | 4971 | 0 | 4971 | |||||||
5337 | 5337 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2020-02-20 | 2020-01-01 | 2020-02-15 | 2020-03-03 | PAY7 | OTH | Deane & Company | Sacramento | CA | 95815 | 0 | 3501.2 | 0 | 3501.2 | ||||||
5338 | 5338 | 1424633 211 | Oakland Neighbors United, No on Measure Q 267 | BMC | 2020-02-20 | 2020-01-01 | 2020-02-15 | 2020-03-03 | PAY19 | OTH | Tramutola | Oakland | CA | 94611 | 0 | 27500 | 0 | 27500 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "accrued_expenses" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "payee_last_name" TEXT, "payee_first_name" INTEGER, "payee_prefix" INTEGER, "payee_suffix" INTEGER, "payee_city" TEXT, "payee_state" TEXT, "payee_zipcode" TEXT, "beginning_balance" INTEGER, "amount_incurred" INTEGER, "amount_paid" INTEGER, "ending_balance" INTEGER, "expenditure_description" TEXT, "committee_id" INTEGER, "memo_reference_number" INTEGER , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id), FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id)); CREATE INDEX ["accrued_expenses_filer_id"] ON [accrued_expenses]("filer_id"); CREATE INDEX ["accrued_expenses_filer_name"] ON [accrued_expenses]("filer_name"); CREATE INDEX ["accrued_expenses_committee_id"] ON [accrued_expenses]("committee_id");