Daily sales display TOTAL Amount with taxes

Discussion in 'Free Source Codes' started by bikash agarwal, Mar 12, 2024.

    

  1. its working , but not correct results
    I want total sales amount with taxes ??

    different formula ...????


    ; ------------------------------------ daily sales
    [#Line: EI PartyLimit]

    Add : Field : After : EI CurrentBalance : TotSales4

    [Field : TotSales4]

    Invisible : NOT ##CurBalanceFlag or NOT @@IsSales
    Field : Simple Prompt, Amount Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"Total Sales as on date:"
    Local : Field : Simple Prompt : Width : 20
    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 : deep cobalt blue
    Local : Field : Amount Field : Width : 22


    [System : Formula]

    TrsTotSales : $$FromValue:$Date:$$ToValue:$Date:$AmoutTotals:Group:$$GroupSales
     
    Last edited: Mar 14, 2024


  2. NiravMerchant

    NiravMerchant Active Member


    Check with this

    [System : Formula]
    TrsTotSales : IF $$IsEmpty:$$FromValue:$Date:$$ToValue:$Date:$CreditTotals:Group:$$GroupDirectIncomes then $$FromValue:$Date:$$ToValue:$Date:$CreditTotals:Group:$$GroupSales Else $$FromValue:$Date:$$ToValue:$Date:$CreditTotals:Group:$$GroupDirectIncomes
     


  3. vishnu joshi

    vishnu joshi Member


    ;Try This

    [System : Formula]
    TrsTotSales : $$FromValue:mad:@Bookfromdate:$$ToValue:$Date:$AmoutTotals:Group:$$GroupSales
     



  4. no not working
     


  5. sattam

    sattam Active Member


    [System : Formula]

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



  6. no not working ???
    total year sales without tax showing ???
     


  7. Sai Vineeth

    Sai Vineeth Active Member


    I think you need to create a custom Function for that,
    In general sales amount does not include tax

    why you want like that.?
     


  8. Hems

    Hems Member


    During entry not showing amount
    But after entry
    Open sale voucher again
    It's show amount.

    IMG_20240324_131125.jpg
     


  9. Mohan.S

    Mohan.S Member


    Amount Field : Set As : @@Totsaletoday
     


Share This Page