Ref# not showing in Day Book. what is missing in code ?

Discussion in 'Free Source Codes' started by M. Sajid Razzaq, Feb 28, 2022.

    

  1. [#Line: DSP VchAccTitles]
    Add :Right Field :Before :DSP VchTypeTitle :DSP VchRefTitleFld

    [#Line: DBTitle1]
    Add :Right Field :Before :DSP VchTypeTitle :DSP VchRefTitleFld

    [Field: DSP VchRefTitleFld]
    Use : Name Field
    Set as :"Ref#"
    Width :5
    Style :Normal Bold
    Align :Center
    Color : Red

    [#Line: DSP VchDetail]
    Add :Right Field :Before :DSP VchType :DSP VchRefNumberFld
    [Field: DSP VchRefNumberFld]
    Use : Name Field
    Set As :$Reference
    Width :5
    Color :Red
    Border : Thin Right
    Align : Center

    [#Collection: Vouchers of Ledger]
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Fetch "Reference" in the collection.
     



  3. Thank you Amit Sir for replying. I add this line but still not working. I mean Ref.# not showing in Day Book
     


  4. sattam

    sattam Active Member


    [#Collection: Daybook Vouchers of Company]

    Fetch : Reference

    [#Collection: NRM Vouchers of Company]
    Fetch : Reference

    [#Collection: Vouchers of Ledger]
    Fetch : Reference
     



  5. Sattam Sir, you are great. Thank you very much for correct my code. Again Thanks
     


Share This Page