Merged in 2023-09-29 (pull request #1003)
2023 09 29 Approved-by: Patrick Fic
This commit is contained in:
@@ -3274,6 +3274,7 @@
|
|||||||
- cat_no
|
- cat_no
|
||||||
- category
|
- category
|
||||||
- cieca_pfl
|
- cieca_pfl
|
||||||
|
- cieca_pfo
|
||||||
- cieca_pft
|
- cieca_pft
|
||||||
- cieca_stl
|
- cieca_stl
|
||||||
- cieca_ttl
|
- cieca_ttl
|
||||||
@@ -3542,6 +3543,7 @@
|
|||||||
- cat_no
|
- cat_no
|
||||||
- category
|
- category
|
||||||
- cieca_pfl
|
- cieca_pfl
|
||||||
|
- cieca_pfo
|
||||||
- cieca_pft
|
- cieca_pft
|
||||||
- cieca_stl
|
- cieca_stl
|
||||||
- cieca_ttl
|
- cieca_ttl
|
||||||
@@ -3821,6 +3823,7 @@
|
|||||||
- cat_no
|
- cat_no
|
||||||
- category
|
- category
|
||||||
- cieca_pfl
|
- cieca_pfl
|
||||||
|
- cieca_pfo
|
||||||
- cieca_pft
|
- cieca_pft
|
||||||
- cieca_stl
|
- cieca_stl
|
||||||
- cieca_ttl
|
- cieca_ttl
|
||||||
@@ -4073,12 +4076,7 @@
|
|||||||
event_triggers:
|
event_triggers:
|
||||||
- name: job_status_transition
|
- name: job_status_transition
|
||||||
definition:
|
definition:
|
||||||
enable_manual: false
|
enable_manual: true
|
||||||
insert:
|
|
||||||
columns: '*'
|
|
||||||
update:
|
|
||||||
columns:
|
|
||||||
- status
|
|
||||||
retry_conf:
|
retry_conf:
|
||||||
interval_sec: 10
|
interval_sec: 10
|
||||||
num_retries: 0
|
num_retries: 0
|
||||||
@@ -4094,23 +4092,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
- name: jobs_arms
|
- name: jobs_arms
|
||||||
definition:
|
definition:
|
||||||
enable_manual: false
|
enable_manual: true
|
||||||
update:
|
|
||||||
columns:
|
|
||||||
- actual_delivery
|
|
||||||
- scheduled_delivery
|
|
||||||
- scheduled_completion
|
|
||||||
- actual_completion
|
|
||||||
- date_scheduled
|
|
||||||
- inproduction
|
|
||||||
- clm_total
|
|
||||||
- suspended
|
|
||||||
- job_totals
|
|
||||||
- converted
|
|
||||||
- employee_body
|
|
||||||
- ro_number
|
|
||||||
- actual_in
|
|
||||||
- scheduled_in
|
|
||||||
retry_conf:
|
retry_conf:
|
||||||
interval_sec: 10
|
interval_sec: 10
|
||||||
num_retries: 0
|
num_retries: 0
|
||||||
|
|||||||
@@ -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 "cieca_pfo" jsonb
|
||||||
|
-- null default jsonb_build_object();
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."jobs" add column "cieca_pfo" jsonb
|
||||||
|
null default jsonb_build_object();
|
||||||
@@ -67,7 +67,7 @@ exports.default = async (req, res) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const claimsCorpObject = {
|
const claimsCorpObject = {
|
||||||
ClaimsCorpExport: {
|
DataFeed: {
|
||||||
ShopID: bodyshops_by_pk.claimscorpid,
|
ShopID: bodyshops_by_pk.claimscorpid,
|
||||||
ShopName: bodyshops_by_pk.shopname,
|
ShopName: bodyshops_by_pk.shopname,
|
||||||
RO: jobs.map((j) =>
|
RO: jobs.map((j) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user