Want to Display Godown Name in Stock Journal Register

Discussion in 'Tally Developer' started by Bipin Damania, Feb 18, 2019.

    
Tags:
  1. Bipin Damania

    Bipin Damania Active Member


    Dear Experts

    I am not getting Godown Name in Stock Journal Register, Please check below code and reply.

    [#Line : DSP VchAccTitles]
    Add : Right Fields : Before : DSP VchTypeTitle : VkGdwnTitle

    [Field : VkGdwnTitle]
    Set As : "Godown Name"

    [#Line : DSP VchDetail]
    Add : Right Fields : Before : DSP VchType : VkGdwn

    [Field : VkGdwn]
    Use : Name Field
    Set as : $GodownName
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    It won't come, in this report, because there are no StockItem Name in this report......
     


  3. Bipin Damania

    Bipin Damania Active Member


    Stock Item Name is in Report

    upload_2019-2-18_21-54-32.png upload_2019-2-18_21-54-32.png upload_2019-2-18_21-54-32.png upload_2019-2-18_21-54-32.png
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    However in the EXPLODE mode with Inventory details you can add your field and get the Godown name.......

    i.e. After field "DSP VchValue"
    Also you will need to write a collection which will walk all the Inventory entries and compute the Godownname in that collection.
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    In which report ??? explain the steps to this report.
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    In this Report...it is basically still a Ledger A/c field.... please refer ........... FIELD : DSP VchAccount..............in TDE
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  8. Bipin Damania

    Bipin Damania Active Member


    In Stock Journal Register.

    upload_2019-2-18_22-17-52.png
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    For your title...you are referencing the wrong "LINE" hence it is not coming.

    2nd to get the Godown name....make a new collection on BATCH to fetch the godownname and then in your Set As....use $$Collectionfield formula to get the godown name.
     


Share This Page