home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

13 rows where filer_id = 338 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, transaction_id, payee_last_name, payee_first_name, payee_city, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, expenditure_description, 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
8422 8422 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY44 IND Harbin-Forte Brenda     Oakland CA 94603 1000 0 1000 0 Filing Fee Reimbursement    
8423 8423 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY50 IND Tucker Lisa     Pleasant Hill CA 94523 5000 0 5000 0 Consulting Services    
8424 8424 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY51 IND Tucker Lisa     Pleasant Hill CA 94523 5951.63 0 5951.63 0 Lawn Signs Reimbursement Expense    
8425 8425 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY75 IND Tucker Lisa     Pleasant Hill CA 94523 4100.39 0 4100.39 0 Walk Cards    
8426 8426 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY81 IND Tucker Lisa     Pleasant Hill CA 94523 3225.97 0 3225.97 0 Lawn Signs Reimbursement    
8427 8427 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2025-01-06 2024-10-20 2024-12-31 2024-11-05 PAY84 IND Tucker Lisa     Pleasant Hill CA 94523 1613.14 0 1613.14 0 Walk Cards Reimbursement    
8643 8643 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY44 IND Harbin-Forte Brenda     Oakland CA 94603 1000 0 0 1000 Filing Fee Reimbursement    
8644 8644 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY50 IND Tucker Lisa     Pleasant Hill CA 94523 0 5000 0 5000 Consulting Services    
8645 8645 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY51 IND Tucker Lisa     Pleasant Hill CA 94523 0 5951.63 0 5951.63 Lawn Signs Reimbursement Expense    
8646 8646 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY75 IND Tucker Lisa     Pleasant Hill CA 94523 0 4100.39 0 4100.39 Walk Cards    
8647 8647 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY81 IND Tucker Lisa     Pleasant Hill CA 94523 0 3225.97 0 3225.97 Lawn Signs Reimbursement    
8648 8648 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-10-23 2024-09-22 2024-10-19 2024-11-05 PAY84 IND Tucker Lisa     Pleasant Hill CA 94523 0 1613.14 0 1613.14 Walk Cards Reimbursement    
8829 8829 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 CTL 2024-09-25 2024-01-01 2024-09-21 2024-11-05 PAY44 IND Harbin-Forte Brenda     Oakland CA 94603 0 1000 0 1000 Filing Fee Reimbursement    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 27.704ms · Data source: F_Expenses