Removed references to allocations objects. Added new fields to job for employee assignment + created new component. BOD-100
This commit is contained in:
@@ -1193,6 +1193,20 @@ tables:
|
||||
table:
|
||||
schema: public
|
||||
name: allocations
|
||||
- name: jobs
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: employee_body
|
||||
table:
|
||||
schema: public
|
||||
name: jobs
|
||||
- name: jobsByEmployeeRefinish
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: employee_refinish
|
||||
table:
|
||||
schema: public
|
||||
name: jobs
|
||||
- name: timetickets
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
@@ -1826,6 +1840,12 @@ tables:
|
||||
- name: bodyshop
|
||||
using:
|
||||
foreign_key_constraint_on: shopid
|
||||
- name: employee_body_rel
|
||||
using:
|
||||
foreign_key_constraint_on: employee_body
|
||||
- name: employee_refinish_rel
|
||||
using:
|
||||
foreign_key_constraint_on: employee_refinish
|
||||
- name: invoice
|
||||
using:
|
||||
manual_configuration:
|
||||
@@ -2015,6 +2035,8 @@ tables:
|
||||
- ded_amt
|
||||
- ded_status
|
||||
- depreciation_taxes
|
||||
- employee_body
|
||||
- employee_refinish
|
||||
- est_addr1
|
||||
- est_addr2
|
||||
- est_city
|
||||
@@ -2250,6 +2272,8 @@ tables:
|
||||
- ded_amt
|
||||
- ded_status
|
||||
- depreciation_taxes
|
||||
- employee_body
|
||||
- employee_refinish
|
||||
- est_addr1
|
||||
- est_addr2
|
||||
- est_city
|
||||
@@ -2495,6 +2519,8 @@ tables:
|
||||
- ded_amt
|
||||
- ded_status
|
||||
- depreciation_taxes
|
||||
- employee_body
|
||||
- employee_refinish
|
||||
- est_addr1
|
||||
- est_addr2
|
||||
- est_city
|
||||
@@ -3339,6 +3365,22 @@ tables:
|
||||
name: bodyshops
|
||||
column_mapping:
|
||||
shopid: id
|
||||
- name: employee_body_rel
|
||||
using:
|
||||
manual_configuration:
|
||||
remote_table:
|
||||
schema: public
|
||||
name: employees
|
||||
column_mapping:
|
||||
employee_body: id
|
||||
- name: employee_refinish_rel
|
||||
using:
|
||||
manual_configuration:
|
||||
remote_table:
|
||||
schema: public
|
||||
name: employees
|
||||
column_mapping:
|
||||
employee_refinish: id
|
||||
select_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
|
||||
Reference in New Issue
Block a user