Tally POS Invoice print with Logo.!

Discussion in 'Free Source Codes' started by Neeru, Jun 16, 2020.

    
  1. Neeru

    Neeru Active Member


    Hello Everyone

    Pls Help me in Tally POS Invoice print with Logo pic.
     


  2. Johar

    Johar Member


    Hi,

    Iam trying to make one but it is printing only one(1) stock item, without amount, qty. Even if invoice contains more than one item, can anybody help attached code.
     

    Attached Files:



  3. Sanjeev S

    Sanjeev S Active Member


    For Logo you can take this as reference......

    POS Printer being small in width (3 inch) printing logo on the Top is a better option.


    Code:
    [#Part: POS Invoice Top]
    
        ADD    :    Parts        : BEFORE : POS CompanyDetails    :    INSTA LOGO
       
    [Part    :    INSTA LOGO]
    
        Lines                    : EXPINV Logo
        Graph Type        : ##SALogoPath
        Height                : 15 mms
        Width                : 100% Page
        horizontal align    : Center
        Invisible            : If $$InPrintMode OR $$InMailAction OR ($$InExportMode And $$IsSysNameEqual:HTML:##SVExportFormat) then No Else Yes
    
     


  4. Neeru

    Neeru Active Member


    upload_2020-6-18_11-27-32.png

    Thank you all to reply but i fix my logo issue in POS Invoice.
     


  5. Neeru

    Neeru Active Member


    Use Title part and add new line with Repeat.
    set new line as title and set inventory value to print it in invoice. your code is ok but not clear. make it clear and smart.
     


Share This Page