HOW I CAN FETCH EACH LEDGER NARRATION, PLEASE HELP

Discussion in 'Free Source Codes' started by GOINDI1311, Apr 12, 2019.

    
  1. GOINDI1311

    GOINDI1311 Member


    [Field : Remarks]
    Set as : $
    Width : 60
    Space Left : 1
    Style : StyleAllTextBold
    Border : ST Border
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    $Narration
     


  3. GOINDI1311

    GOINDI1311 Member


    THANK U SIR.
     


  4. GOINDI1311

    GOINDI1311 Member


    upload_2019-4-12_18-41-18.png

    Dear sir
    you already have a code of this tdl
    Please tell me
    how i can remove the last payment source line
    from printing
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Invisible : $$InPrintMode
     


  6. GOINDI1311

    GOINDI1311 Member


    Respected Sir

    I have this code to fetch ledgers name list
    how i can remove only cash ledger from this in while print preview
    using code: Invisible : $$InPrintMode


    [Part : VoucherDetails]
    Space Top: 0.5
    Line : PartyDetailsAll
    Repeat : PartyDetailsAll : AllLedgerEntries
    Border: Thick Left Right

    [Line : PartyDetailsAll]
    Lines : PartyName

    [Line : PartyName]
    Field : PartyLedName
    Explode : PartyLedNarrPart : yes


    [Field : PartyLedName]
    Set as : $LedgerName
    Width : 25
    Space Left : 1
    Style : Courier New Bold
    Border : Thick BOX


    Please Help
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [Field : PartyLedName]
    Set as : $LedgerName
    Width : 25
    Space Left : 1
    Style : Courier New Bold
    Border : Thick BOX
    Invisible : $$InPrintMode AND $$IsBelongsTo:$$GroupCash
     


  8. GOINDI1311

    GOINDI1311 Member


    Respected sir

    I tried this code but its not working.
    Kindly tell me, how to use this code to solve
    the problem.

    Thanks in advance.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [Field : PartyLedName]
    Set as : If $$IsBelongsTo:$$GroupCash Then "" Else $LedgerName
    Width : 25
    Space Left : 1
    Style : Courier New Bold
    Border : Thick BOX
     


Share This Page