today's total Purchase

Discussion in 'Free Source Codes' started by auruem, Jul 10, 2020.

    
  1. auruem

    auruem Member


    I found this code somewhere on net

    it shows the todays toal Purchase without GST

    what is the formula for with GSt Purchase Amount



    [#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
    ;;TrsTotSales : $$ToValue:$Date:$CreditTotals:Group:$$GroupSales


    I found this code somewhere on net

    it shows todays total sales
    but it shows withou gst amout

    what will be the formula for with GST sales amout
    [#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
    ;;TrsTotPurch : $$ToValue:$Date:$DebitTotals:Group:$$GroupPurchase
     
    Last edited by a moderator: Jul 13, 2020


  2. auruem

    auruem Member


    still waiting for formula
    of with GST AMOUNT
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The solution already exists on this forum. Please search for it. you can use the same in the formula to get your results.
     
    auruem likes this.


  4. panam

    panam Member


    d
    dear experts, not working in pos sales voucher
     


  5. panam

    panam Member


    still waiting for formula
    of with GST AMOUNT.
    me too waiting......
     


Share This Page