Before using the Purchase Request module it is important to understand some of the more obscure fields and how the totals are calculated. So the purpose of this post is to do just that:
Sub Total
The Sub Total is surprisingly enough quite straightforward. The code for it is:
(select ISNULL(SUM(CHILD.”PRICE”*CHILD.”QUANTITY”),0) from “_SMDBA_”.”_PI_” as CHILD where CHILD.”SEQ_PR” = [...]



