Print in Bold in Pre-printed Invoice format

Discussion in 'Tally Developer' started by Bikash Shaw, Feb 26, 2013.

    
  1. Bikash Shaw

    Bikash Shaw Member


    Sir,
    I want to Print all the details of Invoice to be printed in Bold in Pre printed invoice format.

    kindly help me out.
    Thanks in Advance
    Bikash Shaw
     


  2. admin

    admin Administrator Staff Member


    [#Form: Printed Invoice]
    Local : Field : Default : Style : Normal Bold
     
    Bikash Shaw likes this.


  3. Bikash Shaw

    Bikash Shaw Member


    Dear Admin Sir,
    I want to Print "Excise Sales Voucher"/"Excise Invoice".

    the code is not working with Excise Invoices.

    I am still unable to Print invoice in "PrePrinted Invoice" mode
    please help.

    Bikash
     


  4. Bikash Shaw

    Bikash Shaw Member


    Dear admin Sir,
    Kindly Help me out with it.
    Thank You
    Bikash
     


  5. admin

    admin Administrator Staff Member


    [Form: Printed Invoice]

    In the above form lot of optional form are there, add

    below statement in all these optional forms
    Local : Field : Default : Style : Normal Bold
     


  6. Bikash Shaw

    Bikash Shaw Member


    Dear Admin Sir,
    i have tried the code with all the optional forms but unable to do it.

    Below is the codes which i have tried please suggest some solution.
    [​IMG]


    Code:
    [#Form: Printed Invoice]
    Local : Field : Default : Style : Large Bold
     
    [#Form: Excise TraderCommercial]
        Local : Field : Default : Style : Large Bold
     
    [#Form: Excise TraderSimple]
        Local : Field : Default : Style : Large Bold
     
    [#Form: Excise TraderSalExport]
        Local : Field : Default : Style : Large Bold
     
    [#Form: Comprehensive Invoice]
        Local : Field : Default : Style : Large Bold
     
    [#Form: Invoice Bank Info Fetch]
        Local : Field : Default : Style : Large Bold
        
     


  7. Nirav Merchant

    Nirav Merchant Active Member


    Hi U wrote I am still unable to Print invoice in "PrePrinted Invoice" mode
    what u want to print in Preprinted Format - u want to print Tally Default invoice in PrePrinted mode or u have some customized invoice
     


  8. Bikash Shaw

    Bikash Shaw Member


    Sir i want Tally default Invoice in Pre Printed mode.

    The Invoice is Tally Default Excise Invoice.

    The default invoices are printing ok but i am unable to print the Invoice in Excise Format in Bold.
     


  9. Nirav Merchant

    Nirav Merchant Active Member


    Ok this is what i understood - u want to print Excise Invoice ( Default ) on Preprinted format in Bold and in half size of A4 paper. Pls correct if i am wrong
     


  10. Bikash Shaw

    Bikash Shaw Member


    not in half size paper
    paper size is Ok
    i just want it to be printed Bold
     


  11. Bikash Shaw

    Bikash Shaw Member


    "Default Excise Invoice In Bold letters" thats it.
     


  12. Bikash Shaw

    Bikash Shaw Member


    Nirav Sir,

    Did u got my problem.
     


  13. Nirav Merchant

    Nirav Merchant Active Member


    Hi Friend just try this shd work

    /* Shree Ganeyshay Namaha : Jai Mata Dee : jai Shree Krishna
    Tdl : to Print Excise invoice in Bold
    Date : 7.3.13
    */

    [#Form: ExciseMfgr Invoice]
    local : field : default : style : Large bold
     


  14. Bikash Shaw

    Bikash Shaw Member


    [​IMG]No sir its still not working
     


  15. Nirav Merchant

    Nirav Merchant Active Member


    Hi but it's working for me
     


  16. Bikash Shaw

    Bikash Shaw Member


    but not woring for me sir,
     


  17. Bikash Shaw

    Bikash Shaw Member


    This is what i am getting av.jpg
     


  18. Nirav Merchant

    Nirav Merchant Active Member


    Arey dost u told me Preprinted Paper - and u r showing example of Plain Paper ?
     


  19. Bikash Shaw

    Bikash Shaw Member


    Preprinted to jpeg mein export nahi kar pa raha hu isiliye plain paper uplaod kiya hai
     


  20. Bikash Shaw

    Bikash Shaw Member


    Dear Nirav Sir,

    Please See the attache PDF file
     

    Attached Files:



  21. Nirav Merchant

    Nirav Merchant Active Member


    Kindly chk with this code

    /* Shree Ganeyshay Namaha : Jai Mata Dee : jai Shree Krishna
    Tdl : to Print Excise invoice in Bold
    Date : 7.3.13
    */

    [#Form: ExciseMfgr Invoice]
    ;;Local : Part : Local : Line : Local :Field : Default : style : Large bold
    local : field : default : style : Large bold


    [Style : Nirav Style]
    Font : "Times New Roman"
    Height : 12
    Bold : yes

    [#Form: Printed Invoice]
    local : field : default : style : Large bold

    [#Part: EXPINV OpPageBreak]
    local : field : default : style : Large bold

    [#Form: Comprehensive Invoice]
    local : field : default : style : Large bold

    /*[System : Formula]
    excisestyle : $vouchertypename contains "Excise"


    [#field : name Field]
    style : if @@excisestyle then Large bold else normal

    [#Field : Short name field]
    Style : if @@excisestyle then large bold else normal

    */
    [#Line: ExciseMfgrInv InvDetails]
    local : field : default : style : large bold

    [#Line: ExciseMfgrInv Column1]
    local : field : default : style : large bold

    [#Line: ExciseMfgrInv Column2]
    local : field : default : style : large bold

    [#Line: ExciseMfgrInv AccDetails]
    local : field : default : style : large bold

    [#Line: ExciseMfgrInv Totals]
    local : field : default : style : large bold

    [#Part: ExciseMfgrInv CompanyInfoLeft]
    local : field : default : style : large bold

    [#Part: ExciseMfgrInv CompanyInfoRight]
    local : field : default : style : large bold
     
    srbhalaji and Bikash Shaw like this.


  22. Nirav Merchant

    Nirav Merchant Active Member


    If u have Tally Developer

    Kinldy copy and paste my code and check for other lines which are not showing bold
     


  23. Bikash Shaw

    Bikash Shaw Member


    Thanks Nirav Sir,

    It worked and i will do the rest required modification in lines which are not showing Bold.

    why this long codes for this sir, can u please tell.

    Thanks a lot again sir for your kind co operation
     


  24. Anthony dinakaran

    Anthony dinakaran New Member


    Thanks Boss.
    I have used in the standard invoice and was sucessful
     


Share This Page