Help required on Customized Invoice

Discussion in 'Requests' started by Joharfchhil, Apr 25, 2014.

    
  1. Joharfchhil

    Joharfchhil Member


    Dear Experts,

    I have customized invoice in that i have added two new fields but it is not displaying below is the code :


    [Line : ABuyT]
    Field: Info Field
    Local: Field: Info Field: Info: "To,"
    Local: Field: Info Field: Style: Small Serif
    [Line : ABuyer]
    Field: Simple Field
    Local: Field: Simple Field: Set As: $BuyerName
    Local: Field: Simple Field: Style: Normal Bold
    Local: Field: Simple Field: FullWidth: Yes
    [Line : ABuyAdd]
    Field: Simple Field
    Local: Field: Simple Field: Set As: $BuyerAddress
    Local: Field: Simple Field: Style: Normal
    Local: Field: Simple Field: FullWidth: Yes
    [Line : ABuyCont]
    Fields: Short Prompt, Short Name Field, Simple Prompt, Short Name Field
    Local: Field: Short Prompt: Info: "Telephone No. "
    Local: Field: Short Name Field: Set As: $BuyerPhone
    Local: Field: Simple Prompt: Info: "Mobile No. "
    Local: Field: Short Name Field: Set As: $BuyerMobile


    knot able to print Tel No. & Mobile no. can any body help ???
     


  2. Maulik Patel

    Maulik Patel Active Member


    Try this,

    [#Object : Voucher]
    MyBuyerPhone : $BuyerPhone
    MyBuyerMobile : $BuyerMobile

    [Line : ABuyCont]
    Fields: Short Prompt, Short Name Field, Simple Prompt, Short Name Field
    Local: Field: Short Prompt: Info: "Telephone No. "
    Local: Field: Short Name Field: Set As: $BuyerPhone
    Local: Field: Simple Prompt: Info: "Mobile No. "
    Local: Field: Short Name Field: Set As: $BuyerMobile
     


  3. Joharfchhil

    Joharfchhil Member


    Maulikbhai it is not working
     


  4. Maulik Patel

    Maulik Patel Active Member


    OHH.....!!!!
    You have mentioned "Short Name Field" twice in your line please make correction for that and then check it.
     


  5. Joharfchhil

    Joharfchhil Member


    Thanks Maulikbhai my problem got solved, thanks once again:)
     


Share This Page