Customer address, phone number and vehicle number are not show

Discussion in 'Requests' started by PONNUSAMY, Nov 13, 2021.

    
  1. PONNUSAMY

    PONNUSAMY New Member


    Customer address, phone number and vehicle number are not show. Help someone


    code are given below

    [#Form: Sales Color]

    Add : Print : TSPL FFE LabelPrint
    Add : Button : TSPL FFE LabelPrint


    [Button : TSPL FFE LabelPrint]
    Action :print Report: TSPL FFE LabelPrint
    Key :ctrl+F6
    ;;Label Printing Report


    [Report: TSPL FFE LabelPrint]

    Form : TSPL FFE LabelPrint
    Object : Voucher

    [Form: TSPL FFE LabelPrint]

    Part : TSPL FFE LabelPrint
    Width : 125 MMS
    FullHeight : Yes


    [Part: TSPL FFE LabelPrint]

    Line : TSPL FFE LabelPrint
    Repeat : TSPL FFE LabelPrint : Inventory Entries , LEDGER ENTRIES
    Scroll : Vertical


    [Line: TSPL FFE LabelPrint]

    Field : TSPL FFE StkItemLabel1
    Explode : TSPL FFENLine
    Explode : TSPL FFE MoreLabels : $$Number:$BilledQty > 1
    Space Bottom : .75




    [Part : TSPL FFENLine]
    Part:TSPL FFENLine1,TSPL FFENLine2
    Vertical: Yes


    [Part: TSPL FFENLine2]

    Lines: rpfrom ,priMcmpname,priMcmpadd ,rptin111,rptin11
    repeat : primcmpadd : company address




    [line : primcmpname]
    field : primcmpname


    [field : primcmpname]
    use : name field
    ;; width : 75% page
    set as : @@cmpmailname
    style :Large bold
    align :left
    full width : yes


    [line : rpfrom]
    field : rpfrom
    Space Top: 1% page

    [field : rpfrom]
    use : name field
    ;; width : 75% page
    set as : "From :"
    style :Large bold
    align :left
    full width : yes




    [line : primcmpadd]

    field : primcmpadd

    [field : primcmpadd]
    use : name field
    ;;width : 75% page
    set as : $address;if @@cmpmailname="SRI GANAPATHY TRADERS" then "39/879, Rangai Gowder Street Backside,Coimbatore-641001." else "874, Rangai Gowder Street,Coimbatore-641001."
    style : qq1
    align :left
    full width : yes







    [line : rptin11]

    field : rp1,rp2;,rptin11
    SPACE TOP :1 MMS

    [field : rptin11]
    ;use : name field
    ;;width : 100% page
    set as : ($$ExplodeLevel+$$Line) - 1
    style : qq2
    align :Left
    full width : yes


    [field : rp1]
    ;use : name field
    ;;width : 100% page
    set as : "Cases : "
    style : qq2
    align :Left
    ;full width : yes

    [field : rp2]
    use : name field
    ;;width : 100% page
    set as : $BasicShippedBy
    style : qq2
    align :Left
    ;full width : yes



    [line : rptin111]

    field : rptin111
    SPACE TOP :1 MMS

    [field : rptin111]
    use : name field
    ;;width : 100% page
    set as : $VOUCHERNUMBER ;"*" +$VOUCHERNUMBER + "*"
    Style : BarCode
    align :Left
    full width : yes




    [Part: TSPL FFENLine1]

    Line :RPADD1,primpname1,primpadd1,partin,priMto ;, rpfrom ,priMcmpname,priMcmpadd ,rptin111,rptin11
    ;Repeat : primpadd1: PARTYAddress
    ;Height: 50% PAGE

    [line : RPADD1]

    field : RPADD1

    [field : RPADD1]
    use : name field
    width : 50% Page
    set as : "To.,"
    style : qq1
    ALIGN : left




    [line : primpname1]
    space top : 1 mms
    field : primpname1

    [field : primpname1]
    use : name field
    width : 50% Page
    set as : $partyname
    style : qq2
    ALIGN : left


    [line : primpadd1]
    field : primpadd1

    [field : primpadd1]

    use : name field
    width : 50% Page
    set as : $ADDRESS;$$FullList:pARTYAddress:$PARTYAddress;$CollectionField:$Address:1:partyAddress;$PartyAddress;$$CollectionField:$PARTYADDRESS:1:pARTYLEDGER;;$address
    style : qq1
    ALIGN : left

    [line :partin]
    field : partin;;,TraderInv ExcTitlera1
    space top :3 mms

    [field : partin]
    use : name field
    width : 50% Page
    set as : "GSTIN No."+$ConsigneeGSTIN
    style : qq1
    ALIGN : left



    [line :priMto]
    field : priMto;;,TraderInv ExcTitlera1
    space top :3 mms

    [field : priMto]
    use : name field
    width : 50% Page
    set as : "Contact : " +$LedgerMobile:ledger:$ledgername
    style : qq1
    ALIGN : left




    [Part: TSPL FFE MoreLabels]

    Line : TSPL FFE MoreLabels


    [Line: TSPL FFE MoreLabels]

    Field : TSPL FFE StkItemLabel1
    Explode: TSPL FFENLine
    Explode : TSPL FFE MoreLabels : $$Number:$BilledQty > ($$ExplodeLevel+$$Line)
    Space bottom : .75


    [Field: TSPL FFE StkItemLabel1]

    ;se : Name Field
    Set as : "";($$ExplodeLevel+$$Line)
    Style : NORMAL
    ; Width : 125 MMS
    ;Invisible: Yes




    [Style : BarCode]
    Font : "IDAHC39M Code 39 Barcode"
    Height :10
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You need to fetch the same in the relevant COLLECTION......
     


  3. PONNUSAMY

    PONNUSAMY New Member


    Thank you sir,
    Problem Solved
     


Share This Page