UDF SHOW IN ITEM VOUCHER ANALYSIS PLZ CORRECT MY CODE

Discussion in 'Free Source Codes' started by santoshonlyone, Jun 27, 2020.

    
  1. santoshonlyone

    santoshonlyone New Member


    [#Line: EI ColumnOne]
    Option : SKR EI ColumnOne : @@IsSales

    [!Line : SKR EI ColumnOne]
    Add : Right Fields : Before : VCH QtyTitle : SKR col1
    Local : Field : SKR col1 : Info : "Vehicle No."

    [#Line : EI InvInfo]
    Option : SKR EI InvInfo : @@IsSales

    [!Line : SKR EI InvInfo]
    Add : Right Fields : After : VCH ActualQty : SKR col1

    [Field : SKR col1]
    Use : Name Field
    Type : Name : Forced
    Storage : SKRcol1
    Set Always : Yes
    Width : 10
    Align : Center
    ;Format : "NoZero,NoComma"


    [System : UDF]
    SKR col1 : string : 701


    [#Line: EXPINV Column1]
    Option : SKR EXPINV Column1 : @@IsSales

    [!Line : SKR EXPINV Column1]
    Add : Left Fields : After : EXPINV DescTitle : SKR col1
    Local : Field : SKR col1 : Set as:"Vehicle No."
    Local : Field : SKR col1 : Type : String
    Local : Field : SKR col1 : Delete: Storage
    Local : Field : SKR col1 :Border:Thin Left

    [#Line: EXPINV InvDetails]
    Option : SKR EXPINV InvDetails : @@IsSales

    [!Line : SKR EXPINV InvDetails]
    Add : Left Fields : After :EXPINV Desc: SKR col1Print

    [Field : SKR col1Print]
    Use : Name Field
    Set as : $SKRcol1
    Width : 10
    Align : Center
    ;Format : "NoZero,NoComma"
    Border:Thin Left

    ;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    [#Line: STV MoveTitle]

    Option : SKRSTV MoveTitle : Yes

    [!Line: SKRSTV MoveTitle]

    Local : Field : STV LitresQty : Set as : $$LocaleString:""
    Local : Field : STV LitresQty : Type : String
    [#Line: STV ColVchTitle]

    Option : SKRSTV ColVchTitle : Yes

    [!Line: SKRSTV ColVchTitle]

    Local : Field : STV LitresQty : Set as : $$LocaleString:"UDF Title"
    Local : Field : STV LitresQty : Type : String
    [#Line: STV ColVchTitle1]

    Option : SKRSTV ColVchTitle1 : Yes

    [!Line: SKRSTV ColVchTitle1]

    Local : Field : STV LitresQty : Set as : $$LocaleString:""

    [#Line: STV ColVchDetail]

    Option : SKRSTV ColVchDetail : Yes

    [!Line: SKRSTV ColVchDetail]

    Add : Fields : After : STV BilledQty : SKRSTV LitresQty


    [#Collection: OutMovement Details of Item]




    [Field: SKRSTV LitresQty]

    Use : Name Field
    Set as : $SKRcol1
    Width : 0
    Bound : 8,15
    Style : Normal
    Scroll : Yes
    Border : Thin Left

    ;END OF FILE
     

    Attached Files:



Share This Page