How to set user name ?

Discussion in 'Free Source Codes' started by ebek, May 30, 2020.

    
  1. ebek

    ebek Member


    Daybook narration voucher each display but username don't display. Solve please.
     

    Attached Files:



  2. Nershad

    Nershad New Member


    do u get this
     


  3. Neeru

    Neeru Active Member


    ;;;;; first understand the code and then use

    ;;;For Entry Time
    [#Part: VCHTitle2Left]
    Add:Line:After:VCH Ref:TUName
    [Line: TUName]
    Add: Field: UseNameOfTally


    [Field: UseNameOfTally]
    Fields : Simple Prompt, Name Field
    Local : Field : Simple Prompt: Set as : "Tally Use Name:"
    Local : Field : Simple Prompt:Border:Thin Box
    Local : Field : Name Field : Set as : $ENTEREDBY
    Local : Field : Name Field: Color:Red
    Local : Field : Name Field : Skip:Yes

    ;;;;;For Daybook
    [#Line: DBTitle1]
    Add:Field:After:DSP VchAcctTitle:DD

    [Field: DD]
    Use : Name Title Field
    Info : "Tally Use Name"
    Space Right :2

    [#Line: DSP VchDetail]
    Add:Right Fields:Before:DSP VchType:DD2

    [Field:DD2]
    Fields : Name Field
    Local : Field : Name Field: Set as :$ENTEREDBY
    Local : Field : Name Field:Color:Red


    [#Collection: Daybook Vouchers of Company]
    Fetch:AllLedgerEntries;.BankAllocations.BankersDate
    Fetch:ENTEREDBY
     


Share This Page