Scrolling wise item`s Qty, Rate and Value

Discussion in 'Free Source Codes' started by Rohit Khedar, Mar 9, 2021.

    
  1. Rohit Khedar

    Rohit Khedar Member


    I want scrolling wise item`s Qty, Rate and Value in stock summary but not pickup value

    [#Report: Stock Summary]

    Variable: DSPItemNameVar : String
    Set : DSPItemNameVar : ($CollectionField:$Name:First:ListofStockItems)

    [#Form : NRM StkGrpSummary]

    Add: Parts: DSP AccBodypart



    [#Line: DSP AccLine]

    On : Focus : Yes : Call : DSP_Acc_Body_Focus :($$LineObject:#DSPDispName)


    [Function: DSP_Acc_Body_Focus]

    Parameter : PItemName : String
    01 : Set: DSPItemNameVar : ##PItemName


    [Part: DSP AccBodypart]

    Parts: DSP AccBodypartA, DSP AccBodypartB, DSP AccBodypartC

    Border: Thin Box
    Background : White

    [Part: DSP AccBodypartA]

    Line : DSP AccBodypart1


    [Line : DSP AccBodypart1]

    Field : Long Prompt , DSP AccBodypart1

    Local : Field : Long Prompt : Set as : $$LocaleString:"Item Rate"
    Local : Field : Long Prompt : Background : @@SV_VCHTYPE
    Local : Field : Long Prompt : Color : @@SV_VCHCOLOR
    Local : Field : Long Prompt : widespace : yes
    Local : Field : Long Prompt : Style : Normal Bold Italic


    [Field : DSP AccBodypart1]

    Use : DSP RateTemplate
    Set as : $$BaseValue:$TBalClosing/$StkClBalance
    ALign : Centre
    Full Width : Yes
    Style : Normal Bold Italic

    [Part: DSP AccBodypartB]

    Line : DSP AccBodypart2

    [Line : DSP AccBodypart2]

    Field : Long Prompt , DSP AccBodypart2

    Local : Field : Long Prompt : Set as : $$LocaleString:"Item Qty"
    Local : Field : Long Prompt : Background : @@SV_VCHTYPE
    Local : Field : Long Prompt : Color : @@SV_VCHCOLOR
    Local : Field : Long Prompt : widespace : yes
    Local : Field : Long Prompt : Style : Normal Bold Italic


    [Field : DSP AccBodypart2]

    Use : DSP QtyTemplate
    Set as : if $IsOpLine then $StkOpBalance else $StkClBalance
    ALign : Centre
    Full Width : Yes
    Style : Normal Bold Italic


    [Part: DSP AccBodypartC]

    Line : DSP AccBodypart3

    [Line : DSP AccBodypart3]

    Field : Long Prompt , DSP AccBodypart3

    Local : Field : Long Prompt : Set as : $$LocaleString:"Item Value"
    Local : Field : Long Prompt : Background : @@SV_VCHTYPE
    Local : Field : Long Prompt : Color : @@SV_VCHCOLOR
    Local : Field : Long Prompt : widespace : yes
    Local : Field : Long Prompt : Style : Normal Bold Italic


    [Field : DSP AccBodypart3]

    Use : DSP AmtTemplate
    Format : if (##IsStockReport OR ##IsCashFlowReport OR ##IsFundsFlowReport) then @@ExplodedAmtFmt else ("DrCr, " + @@ExplodedAmtFmt)

    Inactive : ##DSPShowMonthly AND NOT ##DSPAverage AND ($$DateFrom > $LastVoucherDate:Company:##SVCurrentCompany)

    FldValue : if ##SVVariance then @@VarClValue else @@ClValue

    Invisible : ##IsStockReport AND NOT ##DSPShowValue
    ALign : Centre
    Full Width : Yes
    Style : Normal Bold Italic
     


  2. Rohit Khedar

    Rohit Khedar Member



    any one help plz
     


  3. Rohit Khedar

    Rohit Khedar Member


    What not any expert so can solve this problem
     


  4. Rohit Khedar

    Rohit Khedar Member


    Hi expert and member help plz
     


  5. Rohit Khedar

    Rohit Khedar Member


    Hi expert help me please
     


  6. Rohit Khedar

    Rohit Khedar Member


    Hi expert morning and help me please​
     


Share This Page