Batch Number in Columnar Report

Discussion in 'Tally Developer' started by vishal jayswal, Nov 22, 2015.

    

  1. Dear Admin Sir,

    I want Batch Number in Columnar Report. i tried but it shows in only single line but i have to developed if same item name having 2 or more batch number then it will display in different line.

    Please help me sir...
    for e.g :


    upload_2015-11-22_17-17-20.png

    Herewith I shared the code...

    [#Collection: Columnar Specific Vouchers of Company]

    Fetch : AllInventoryEntries.BatchAllocations.BatchName
    Fetch : AllInventoryEntries.*

    [#Collection: Columnar Filtered Vouchers of Company]

    Fetch : AllInventoryEntries.BatchAllocations.BatchName
    Fetch : AllInventoryEntries.*

    [#Line: DSP ColVchTitle]

    Local : Field : DBC Batch : Info: "Batch Name"

    [#Line: DSP ColVchDetail]

    Add: Field :After : DBC VchNo : DBC Batch

    [Field : DBC Batch]

    Use : Short Name Field
    Width : @@DSPNameWidth ;;(@@DSPNameWidth / 2) - @@DSPIndent - 1
    Set as : $$FullList:BatchAllocations:$BatchName
    Style : Small
    Border : Thin Left Right



    Please help me sir...
     


  2. admin

    admin Administrator Staff Member


    Explode part in the repeated line and in the exploded repeat batch allocations. Thats all

    [#Line: DSP ColVchDetail]
    Expldoe : DSP T Batch Info : ##ExplodeFlag or $$KeyExplode

    [Part: DSP T Batch Info]
    Line : DSP T Batch Info
    Repeat : DSP T Batch Info: Batch Allocations
    Scroll: vertical
    [Line: DSP T Batch Info]
    Field: xxxxx,....
     



  3. S

    Sir its not working... Herewith i shared the screenshot.
    upload_2015-11-23_11-8-35.png

    Batch name Should be display in separate line.
     


  4. admin

    admin Administrator Staff Member


    Send me complete TDL code as attachment to check and revert back
     



  5. Dear Sir,

    Herewith I attached source code..please help me for same.

    i want if same item name have two [2] different batch then it will be print in separate line.
     

    Attached Files:

    SRikanth Dasari likes this.



  6. Dear Admin Sir,

    Please help for same.
     


  7. vishakha

    vishakha New Member


    How to batch name Should be display in separate line in columnar report???
     


Share This Page