Goetch Posted October 27, 2017 Posted October 27, 2017 So I have an order entry solution that I am working on where the items can have "options" that effect the item's pricing. Basically I have orders --- > orderLines ---> items ----> options. In a basic invoicing solution I could easily just goto related records on the order lines and print an invoice type document. What I need to do is add these option lines to that type of print layout. I have seen a very similar post in the forum, but was wondering what else I could do to print these "option lines" on the invoice. I feel like I am missing something simple and obvious.
Goetch Posted October 27, 2017 Author Posted October 27, 2017 Responding to my own topic in hopes that this helps someone else. It was so simple, I just needed to get related records using the options table and use a sub summary by orderLines::itemSku and that produces what I need.
Goetch Posted October 27, 2017 Author Posted October 27, 2017 Never mind a little premature, this would only work if every item had an entry in the options table, and they don't, so back to the drawing board.
Recommended Posts
This topic is 2653 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now