Bryan Beck
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
Comments
Recent activity by Bryan Beck-
Our customer needs to be able to identify which items from a purchase order have been received from the vendor. The FiveTran ERD (https://docs.google.com/presentation/d/1BLjww5562F4iEf8NulgOCcMsQS...
-
Is there an update to this request to have processing_fee supported in the Payments table? Thank you!
-
I just found another field that we can join on (see highlights in SQL below). This is not intuitive based on what is shown in the ERD, but it works. This ticket can be closed. SELECT count(*) F...
-
Yes, there is data in both tables (the supplier id fields contain guid values). The two queries below both return 0 records (the second one is my attempt at a workaround). SELECT * FROM shca_sou...
-
Yes, we have access to the goods_purchase_order_line_id field in the PURCHASE_ORDER_GOODS_LINE table. However, this field does not contain values that would allow for a join to the RECEIPT_LINE_GO...