home / opdr

ar_disbursements_benefits

where rpt_id = 229116

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
74 PENSION CONTRIBUTIONS L.I.U.N.A. PENSION FUND 22088 229116 229116
75 HEALTH AND WELFARE FUND CONTRIBUTIONS MASSACHUSETTS LABORERS BENEFIT 34604 229116 229116
76 PENSION CONTRIBUTIONS MASSACHUSETTS LABORERS BENEFIT 11804 229116 229116
77 TRAINING FUND CONTRIBUTIONS MASSACHUSETTS LABORERS TRAININ 1568 229116 229116
78 PAC CONTRIBUTIONS MASSACHUSETTS LABORERS POLITIC 90 229116 229116
79 DUES DEDUCTION MASSACHUSETTS DUES DEDUCTIONS 3046 229116 229116
80 LEGAL FUND CONTRIBUTIONS MASSACHUSETTS LABORERS LEGALFU 448 229116 229116
CREATE TABLE ar_disbursements_benefits (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, paid_to TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 149.413ms