cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Gross Profit unit price after total document discount

kedalenechong
Participant
0 Kudos

Hi all

How to obtain in Query or Crystal Report Design Sales unit price amount from Gross Profit for Sales transaction after allocated total Sales Discount amount? This information is visible in Gross Profit of Order icon.

Accepted Solutions (1)

Accepted Solutions (1)

former_member390407
Contributor

Hi Kedalene,

All this information is stored in the details table (RDR1 for sales order).

The sales price (560 in your case) is RDR1.INMPrice

Gross profit: RDR1.GrssProfFC - for foreign currency, RDR1.GrssProfSC - for system currency and GrssProfit - for loacl currency

Base price (in local currency): RDR1.GrossBuyPr

Please take a look at this field, I believe it will help you to build the necessary query

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Sales price = Row total / quantity.

Regards,

Nagarajan

Abdul
Active Contributor
0 Kudos

in sales order table you have base price field you can calculate gross profit in a simple query by deduction base price from sales price