jasper print speed refactor working

This commit is contained in:
Jason Jordan
2026-03-27 08:04:37 -04:00
parent a43c8bf6b5
commit 9f306d3150
33 changed files with 1015 additions and 168 deletions
@@ -74,9 +74,13 @@ class CreateIdCardPrintData < ActiveRecord::Migration[7.0]
t.string :benefit_13
t.string :benefit_desc_14
t.string :benefit_14
t.integer :network_logo_id
t.string :network_logo_filename
t.string :employer_logo_filename
t.boolean :sample, default: false
t.string :sample_key
t.string :sample_plan_title
t.string :jasper_batch_id
t.timestamps
end