Display Narration In All Vouchers & DayBook

Discussion in 'Free Source Codes' started by M. Zubair S. Mansoori, Apr 13, 2020.

    

  1. [#Line: DSP VchAccTitles]
    Add: Right Field: After: DSP VchNumberTitle : DSP VchRefTitle123
    [Field: DSP VchRefTitle123]
    Use: name field
    Set as: "Narration."
    Style: Normal
    [#Line: DSP VchDetail]
    Add: Right Field: After: DSP VchNumber : DSP Narration
    [Field: DSP Narration]
    Use: name field
    Set As:$Narration
    Color: Blue
    Style: Normal
    [#Collection : Vouchers of Ledger]
    Fetch:Narration
     


  2. Umashankar

    Umashankar Member


    Excellent Zubiar.
    Thanks
     


  3. ABDUL AZIZ

    ABDUL AZIZ Member


    Narration Title is not showing..
     
    Last edited: Apr 20, 2020


  4. Rupesh H

    Rupesh H New Member


    Thanks for great work
    Sir can you make available tdl for narration display on outstanding receivale and payable
    I want required this tdl
    Can you provide
    roopeshrh@gmIl.com
     


  5. Mukesh1001

    Mukesh1001 New Member


    [#Line: DSP VchAccTitles]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add: Right Field: After: DSP VchNumberTitle : DSP VchRefTitle123

    [#Line: DBTitle1]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add : Right Field : After: DSP VchNumberTitle : DSP VchRefTitle123

    [Field : AGSLVSLNoT1]
    Used : NameField
    Width : 4
    Set as : "SL.No"
    Color : Red
    Align : Center

    [Field: DSP VchRefTitle123]
    Use: name field
    Set as: "Narration"
    Style: Normal
    Color : Red
    Align : Center

    [#Line: DSP VchDetail]
    Add : Left Field :At Beginning : AGSLVSLNo1
    Add: Right Field: After: DSP VchNumber : DSPNarration

    [Field : AGSLVSLNo1]
    Use : NameField
    Width : 4
    Set as : $$Line
    Color : red
    Align : Center
    Border : Thin Right


    [Field: DSPNarration]
    Use: name field
    Set As:$Narration
    Color: Red
    Align : Center
    Border : Thin Left Right ;;Style: Normal

    [#Collection : Vouchers of Ledger]
    Fetch:Narration




    upload_2020-11-22_9-30-4.png
     
    Last edited: Nov 22, 2020
    mkraju_mst likes this.


  6. mkraju_mst

    mkraju_mst New Member


    Narration type Cost Center Name display in daybook and ledger is it posible
     


  7. mkraju_mst

    mkraju_mst New Member


    Narration Title Not shown please corrct code

    [#Line: DSP VchAccTitles]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add : Right Field : Before: DSP VchType : DSP VchRefTitle123

    [#Line: DBTitle1]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add : Right Field : Before: DSP VchType : DSP VchRefTitle123

    [Field : AGSLVSLNoT1]
    Use : NameField
    Width : 4
    Set as : "SL.No"
    Color : Red
    Align : Center

    [Field: DSP VchRefTitle123]
    Use: name field
    Set as: "Narration"
    Style: Normal
    Color : Red
    Align : Left

    [#Line: DSP VchDetail]
    Add : Left Field :At Beginning : AGSLVSLNo1
    Add: Right Field: Before: DSP VchType : DSPNarration

    [Field : AGSLVSLNo1]
    Use : NameField
    Width : 4
    Set as : $$Line
    Color : red
    Align : Center
    Border : Thin Right


    [Field: DSPNarration]
    Use: name field
    Set As:$...Narration
    Color: Red
    Align : Left
    ;Border : Thin Left Right ;;Style: Normal
    Line: 0

    [#Collection : Vouchers of Ledger]
    Fetch:Narration
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Check the Field Name..............

    For your narration TITLE you are referencing the Data Field not the Title Field.

    Check again the Line : DBTitle1
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Your code is same as in previous POST above by @Mukesh1001 .....then how come there was a NAME change or error in copy/paste ???
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes possible, but only in the EXPLODED Part........
     


  11. udaya

    udaya Active Member


    Use This mkraju_mst....

    [#Line: DSP VchAccTitles]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add: Right Field: After: DSP VchNumberTitle : DSP VchRefTitle123

    [#Line: DBTitle1]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add : Right Field : After: DSP VchNumberTitle : DSP VchRefTitle123

    [Field : AGSLVSLNoT1]
    Used : NameField
    Width : 4
    Set as : "SL.No"
    Color : Red
    Align : Center

    [Field: DSP VchRefTitle123]
    Use: name field
    Set as: "Narration"
    Style: Normal
    Color : Red
    Align : Center

    [#Line: DSP VchDetail]
    Add : Left Field :At Beginning : AGSLVSLNo1
    Add: Right Field: After: DSP VchNumber : DSPNarration

    [Field : AGSLVSLNo1]
    Use : NameField
    Width : 4
    Set as : $$Line
    Color : red
    Align : Center
    Border : Thin Right


    [Field: DSPNarration]
    Use: name field
    Set As:$Narration
    Color: Red
    Align : Center
    Border : Thin Left Right ;;Style: Normal

    [#Collection : Vouchers of Ledger]
    Fetch:Narration
     


  12. Mukesh1001

    Mukesh1001 New Member


    [#Line: DSP VchAccTitles]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add: Right Field: After: DSP VchNumberTitle : DSP VchRefTitle123

    [#Line: DBTitle1]
    Add : Left Field : At Beginning : AGSLVSLNoT1
    Add : Right Field : After: DSP VchNumberTitle : DSP VchRefTitle123

    [Field : AGSLVSLNoT1]
    Used : NameField
    Width : 4
    Set as : "SL.No"
    Color : Red
    Align : Center

    [Field: DSP VchRefTitle123]
    Use: name field
    Set as: "Narration"
    Style: Normal
    Color : Red
    Align : Center

    [#Line: DSP VchDetail]
    Add : Left Field :At Beginning : AGSLVSLNo1
    Add: Right Field: After: DSP VchNumber : DSPNarration

    [Field : AGSLVSLNo1]
    Use : NameField
    Width : 4
    Set as : $$Line
    Color : red
    Align : Center
    Border : Thin Right


    [Field: DSPNarration]
    Use: name field
    ;;Set as : $$FullList:Narration:$Narration
    Set As:$Narration
    Color: Red
    ;;Align : left
    <TR><TH ALIGN="LEFT">%s</TH></TR></TABLE>
    Border : Thin Left Right
    Style: Normal
    Line : 0

    [#Collection : Vouchers of Ledger]
    Fetch:Narration


    [ upload_2020-11-24_16-36-21.png
     
    Last edited: Nov 24, 2020
    mukesh1984 likes this.


  13. MZMS

    MZMS New Member


    Sir How can we fetch groups in voucher like narration
     
    M. Zubair S. Mansoori likes this.


  14. SUSHIL SHARMA

    SUSHIL SHARMA Member


    SIR
    SIR ISME PRIENT OR DISPLAY DONO ME VOUCHER NUMBER OR DRBIT OR CREDT AMOUNT BOLD OR DIFFRENT COLOR ME HO SKATA HAI KIA SIR
     


  15. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes ... ho sakta hai.......... FIELD mei conditional define kar do.............
     


  16. SUSHIL SHARMA

    SUSHIL SHARMA Member


    SIR MUJHE SAMAJ HI NHI AAATA KARNA KIYA H ME TO SARA DIN BS WAIST KR DETA HU :(:(:(:(:(
     


  17. mukesh1984

    mukesh1984 New Member


    SALE REGISTER DAY BOOK NOTES TDL
     


  18. N.Balakumar

    N.Balakumar New Member


    Thanks Sir...
     


Share This Page