falkaholic Posted July 22, 2002 Posted July 22, 2002 I am making a workorder for a clothing printing operation. For the factory floor, they need a workorder showing all info needed to make and print an item. For every order of clothing, there can be any number of images printed in varying locations, using any number of different colours. The schema goes like this: Invoice -< InvoiceLineItems -< LineItemLocation -< LineColour, ArtDB If you're still with me, I've made various layouts to add a colour to art for each location. My problem is putting this printable form. I have the workorder in the InvoiceLineItems that list all the LineItems on the invoice. Right now I use a portal to list the LineLocations and in the LineLocations DB have a valuelist base of related LineColour and a calculation that uses the ValueList function. That gets me the list of colours chosen for that location. This is very ugly, and portals and a no-no for printing as well the valuelist part can only show so many lines. What would superman do?
Kurt Knippel Posted July 22, 2002 Posted July 22, 2002 So you are saying that a given INVOICE has one or more LINEITEMs and that each LINEITEM has one or more LOCATIONs and that each LOCATION has one or more LINECOLORs and one or more ARTDBs? I would go to the Location and run a subsummary report, summarizing all of the information from it parent DBs and use the Troi text plugin to SUM the information from it child DBs. SubSummary: INVOICE SubSummary: LINEITEM LOCATION Information TextSum Of LINECOLOR Information TextSum Of ARTDB Information
falkaholic Posted July 22, 2002 Author Posted July 22, 2002 hmmm, thanks for the idea. Not sure about the plugin part, but the subsummary report should work.
Recommended Posts
This topic is 8159 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