IO-3178 Flat Rate ATS
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -3695,6 +3695,7 @@
|
||||
- est_st
|
||||
- est_zip
|
||||
- federal_tax_rate
|
||||
- flat_rate_ats
|
||||
- g_bett_amt
|
||||
- id
|
||||
- inproduction
|
||||
@@ -3789,6 +3790,7 @@
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_ats_flat
|
||||
- rate_la1
|
||||
- rate_la2
|
||||
- rate_la3
|
||||
@@ -3965,6 +3967,7 @@
|
||||
- est_st
|
||||
- est_zip
|
||||
- federal_tax_rate
|
||||
- flat_rate_ats
|
||||
- g_bett_amt
|
||||
- id
|
||||
- inproduction
|
||||
@@ -4060,6 +4063,7 @@
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_ats_flat
|
||||
- rate_la1
|
||||
- rate_la2
|
||||
- rate_la3
|
||||
@@ -4247,6 +4251,7 @@
|
||||
- est_st
|
||||
- est_zip
|
||||
- federal_tax_rate
|
||||
- flat_rate_ats
|
||||
- g_bett_amt
|
||||
- id
|
||||
- inproduction
|
||||
@@ -4342,6 +4347,7 @@
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_ats_flat
|
||||
- rate_la1
|
||||
- rate_la2
|
||||
- rate_la3
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."jobs" add column "flat_rate_ats" boolean
|
||||
-- null default 'false';
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."jobs" add column "flat_rate_ats" boolean
|
||||
null default 'false';
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."jobs" add column "rate_ats_flat" numeric
|
||||
-- null;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."jobs" add column "rate_ats_flat" numeric
|
||||
null;
|
||||
Reference in New Issue
Block a user