I have a requirement for a method of billing for two related items:
The first Item is a service item with a unit price specified in a Trade Agreement as a tiered price.
The second Item is a related fee item which will always be shown as a quantity of 1 with a Unit price of 5% of the extended price of the first item.
Quantity Item Description Unit Price Extended Price
10,001 A100 Copying / Fax Service 20.00 200,000.00
1 A100 Admin Fee for Copy / Fax 10,000.00 10,000.00
The second item can appear only on the Billing Schedule and/or Invoice. It doesn't have to be setup in inventory. The item number must be the same as the first Item which will be setup as a Service Item. The selling price of the second item must be a percentage of the Extended Price of the first Item.
I am looking for suggestions on how to accomplish this.