Added payment list to jobs BOD-146

This commit is contained in:
Patrick Fic
2020-06-16 10:51:54 -07:00
parent ef81991046
commit 951fce539b
42 changed files with 1403 additions and 212 deletions

View File

@@ -3214,26 +3214,30 @@ tables:
- active:
_eq: true
columns:
- id
- created_at
- updated_at
- jobid
- amount
- transactionid
- created_at
- exportedat
- id
- jobid
- memo
- payer
- stripeid
- transactionid
- updated_at
select_permissions:
- role: user
permission:
columns:
- amount
- memo
- stripeid
- transactionid
- created_at
- updated_at
- exportedat
- id
- jobid
- memo
- payer
- stripeid
- transactionid
- updated_at
filter:
job:
bodyshop:
@@ -3244,18 +3248,21 @@ tables:
_eq: X-Hasura-User-Id
- active:
_eq: true
allow_aggregations: true
update_permissions:
- role: user
permission:
columns:
- amount
- memo
- stripeid
- transactionid
- created_at
- updated_at
- exportedat
- id
- jobid
- memo
- payer
- stripeid
- transactionid
- updated_at
filter:
job:
bodyshop:
@@ -3870,3 +3877,6 @@ functions:
- function:
schema: public
name: search_owner
- function:
schema: public
name: search_payments