Added parts returning as a part of BOD-19

This commit is contained in:
Patrick Fic
2020-05-14 15:46:48 -07:00
parent cc47fd698a
commit 87146fa08d
34 changed files with 816 additions and 184 deletions

View File

@@ -0,0 +1,20 @@
- args:
name: parts_orders
table:
name: invoices
schema: public
using:
foreign_key_constraint_on:
column: returnfrominvoice
table:
name: parts_orders
schema: public
type: create_array_relationship
- args:
name: invoice
table:
name: parts_orders
schema: public
using:
foreign_key_constraint_on: returnfrominvoice
type: create_object_relationship