Display field in daybook

Discussion in 'Free Source Codes' started by A Sam, Jan 23, 2022.

    
  1. A Sam

    A Sam Member


    Hi All,

    The below display reference number in daybook after the column account title

    [#Line: DBTitle1]
    Add : Field : After : DSP VchAcctTitle : BILLCol20

    But why it dont allow to display field after voucher type or voucher number?

    The below not seems to be working

    [#Line: DBTitle1]
    Add : Field : After : DSP VchNumberTitle : BILLCol20

    Or

    [#Line: DBTitle1]
    Add : Field : After : DSP VchTypeTitle : BILLCol20


    [Field:BILLCol20]
    Set as : "Reference No."
    Width : 20
    Align : center
    Style : Normal
    border : thin right left
    Border : Thin bottom
    Line : 0


    Thanks
     


  2. Ria

    Ria Member


    use, add : left field
    in place of, add : field

    vchacctTitle is declared as left field
     


Share This Page