You cannot view this unit as you're not logged in yet.

9 thoughts on “Live Project : Voucher Printing Customization

  1. knbestsolution says:

    from the above
    i was doing to add one field
    iam giving
    [#Part: PPR Sign]
    Background:red
    to check the part is right
    it is not wroking
    y??

    1. background doesn’t work in printing. For background the code is different.
      That you will learn in the subsequent chapters.

  2. dear sir
    please check code, what is mistake in this code
    I am getting “approved by” below reciever’s signature
    [#Part: PPR Sign]

    ;; Space Top : 0.75 inch
    add: Line :After : PPR Sign :Approvedsign

    [Line : Approvedsign]
    Field :Approvedsign

    [Field :Approvedsign]

    Use : simple field
    Set as : “Approved By”

  3. dear sir
    I am getting below recievers signature

    [#Part: PPR Sign]
    ;; Space Top : 0.75 inch
    add: Line :After : PPR Sign :Approvedsign

    [Line : Approvedsign]
    Field :Approvedsign

    [Field :Approvedsign]

    Use : simple field
    Set as : “Approved By”

    1. As explained in the structure of tdl code chapters lines comes vertically like rows in excel sheet as 1,2,3 style
      Fields in TDL are like columns A, B,C in the horizontal style

      So, if you want approved by your code you have to find the default line definitions for the receiver’s signature line and then add fields in that line
      Then it will come side by side within same line

      Since you are adding a new line in the part it will come below the receiver’s signature line which you can easily guess.

  4. FARRAKH HAYAT says:

    Hi Sir,

    Appearing Nothing

    [#Part: PPR Sign]

    Add : Line : At End : ENTERYBYLINE

    [Line: ENTERYBYLINE]

    Field : ENTERYBYTITLE

    [FIELD : ENTERYBYTITLE]
    Use : Name Field
    Set As : “Enter By”

  5. CHANDAN GOYAL says:

    ;; JAI SHREE RAM

    ;; CUSTOMISATION DONE BY CHANDAN GOYAL @ IKESH SOLUTIONS – 9915065402

    [#Line: PPR Sign]

    ;; ADD FILED BEFORE AUTHORISED SIGNATORY
    Add: RIGHT FieldS: BEFORE: SHORT PROMPT: VERIFY BY1

    ;; GIVING VALUE TO NEWLY ADDED FIELD
    Local: Field: VERIFY BY1: Info: $$LocaleString:”VERIFIED BY”
    [Field: VERIFY BY1]
    Use: NAME FIELD

Leave a Reply