Hello Expert Team : How can i resolve this

Discussion in 'Free Source Codes' started by KAUSHIK GALATHIYA, Dec 2, 2022.

    

  1. how are you all team members,

    how can i track number of stock item serial in voucher level stock item wise
    upload_2022-12-2_17-50-59.png
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    track ??? explain clearly on what you need......... you need Sr # as 1,2,3,4 etc...........???
     



  3. yes sir i need sr.no. #1,2,3,4....
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Set as : $$Line
     



  5. Line and field ????

    [#Line : DSP ColVchDetail]

    Add : Left Field : At Beginning : Vch SLNo
     
    Last edited: Dec 3, 2022


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Try to find out from developer and your own Data-set, which one is applicable to you..........

    It shoulde be EI InvInfo or CI Invinfo........... you must learn the art of navigating and extracting the correct FORM/PART/Line etc.............
     
    Jaydeep Shah likes this.



  7. Thank You Sir

    It's Done

    upload_2022-12-3_12-17-53.png
     


  8. Mithun Das

    Mithun Das New Member


    Only column line shows, S.N. not showing. Please help by providing complete code so it will helpful for learning code for new member like me.
    upload_2022-12-9_6-37-41.png
     


  9. Access

    Access Member


    [#Line : EI ColumnOne]
    Option: Global EI ColumnOne

    [!Line: Global EI ColumnOne]
    add: fields: before:VCH ItemTitle : VCH srNO
    [Field: vch srno]
    Use : Name field
    Set as : "S.NO"
    Width : 6
    Style : Normal bold
    Skip : Yes

    [#Line : EI InvInfo]
    Option : Global EI InvInfo

    [#Line : CI InvInfo]
    Option : Global EI InvInfo

    [!Line: Global EI InvInfo]
    add: fields:before: VCH StockItem : vchslno1

    [Field:vchslno1]
    Set as :$$ZeroFill:$$Line:2+"."
    Skip : Yes
    Style : Normal Bold
     
    Mithun Das likes this.


  10. RAVI BANOTH

    RAVI BANOTH Member


    Please Try this code :-

    [#Line : EI InvInfo]
    Option : Global EI InvInfo1
    [#Line : CI InvInfo]
    Option : Global EI InvInfo1
    [!Line: Global EI InvInfo1]
    Add: fields:before:VCHStockitem : IAHSNCode1
    [Field : IAHSNCode1]
    Use : Short Name Field
    Set As : $$line ;;$GSTHSNCode:StockItem:$StockItemName
    Align : Centre
    Width : 5
    Skip : YES
    COLOR : Blue
     
    Mithun Das likes this.


  11. Mithun Das

    Mithun Das New Member


    Thank you so much for a great help.
     


  12. Mithun Das

    Mithun Das New Member


    Thank you so much for a great help for me.
     


Share This Page