TDL HELP

Discussion in 'Requests' started by PRAPTI, Nov 16, 2019.

    
Tags:
  1. PRAPTI

    PRAPTI Member


    Unable to get the amount inclusive of tax.Help me please to get the amount inclusive of tax..

    [#Line: EI PartyLimit]

    Add : Field : After : EI CurrentBalance : TotSales

    [Field : TotSales]

    Invisible : NOT ##CurBalanceFlag or NOT @@IsSales
    Field : Simple Prompt, Amount Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"Today'sTotal Sale:"
    Local : Field : Simple Prompt : Width : 14
    Local : Field : Amount Field : Set as : @@TrsTotSales
    Local : Field : Amount Field : Format : "Symbol,DrCr"
    Local : Field : Amount Field : Set always : Yes
    Local : Field : Amount Field : Color : Blue

    [System : Formula]

    TrsTotSales : $$FromValue:$Date:$$ToValue:$Date:$CreditTotals:Group:$$GroupSales

    ;$$ToValue:$Date:$CreditTotals:Group:$$GroupSales







    [#Line: EI PartyLimit]

    Add : Field : After : EI CurrentBalance : TotPurch

    [Field : TotPurch]

    Invisible : NOT ##CurBalanceFlag or NOT @@IsPurchase
    Field : Simple Prompt, Amount Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"Today's Total Purchase:"
    Local : Field : Simple Prompt : Width : 14
    Local : Field : Amount Field : Set as : @@TrsTotPurch
    Local : Field : Amount Field : Format : "Symbol,DrCr"
    Local : Field : Amount Field : Set always : Yes
    Local : Field : Amount Field : Color : Blue

    [System : Formula]

    TrsTotPurch : $$FromValue:$Date:$$ToValue:$Date:$DebitTotals:Group:$$GroupPurchase

    ;$$ToValue:$Date:$DebitTotals:Group:$$GroupPurchase
     


Share This Page