Category:Reports: Difference between revisions
Jump to navigation
Jump to search
| Line 351: | Line 351: | ||
upsell item cats, dogs = pets. | upsell item cats, dogs = pets. | ||
2.) | 2.) Insert these identifiers into the status fields for invoice items or upsell items | ||
The status fields are not directly accessible. You have to | The status fields are not directly accessible. You have to append the content to the description field with a pipe (|). | ||
<b>Invoice items:</b> | <b>Invoice items:</b> | ||
| Line 362: | Line 362: | ||
Settings > Properties > Upsell Items > Description: Your description|Your identifier | Settings > Properties > Upsell Items > Description: Your description|Your identifier | ||
3.) Create a custom report. Use the fields that you need and make sure to use the field 'Invoice Status Values' | |||
*Layout = 'Tabular' | |||
*Include Totals = 'Report' | |||
This creates a column for each of your charges groups with the identifier as the column header and the total amounts at the bottom. | |||