Bolding company name in simple printed invoice

Discussion in 'Free Source Codes' started by shyamgsu, Aug 24, 2022.

    
  1. shyamgsu

    shyamgsu New Member


    Hello there,
    I'm trying to increase font size and bolding "company name" field and "consignee" field in simple printed invoice format in Tally Prime.

    I have the following code which does works perfectly in comprehensive format but not in simple invoice format.

    Could be of great help if group members help me out on this.


    [#Line: EXPINV Consignee]
    Local : Field : Name Field : Style : MyOwnStyle
    [Style : MyOwnStyle]
    Font : "Verdana"
    Height : "15"
    Bold : Yes
    Italic: No

    [#Line: EXPINV company]
    Local : Field : Name Field : Style : MyNEWStyle
    Local : Field : Name Field : Border:thin bottom
    [Style : MyNEWStyle]
    Font : "verdana"
    HEight : "23"
    Bold : yes
    Italic: no

    thanks in advance.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The Part/Line are different for Simple invoice.

    Just as you found and altered the fields for comprehensive invoice, find the same for simple invoice and change the field therein.
     


  3. ONKAR

    ONKAR Active Member


    @shyamgsu , try this one , i hope this one help for you

    [Part : OK CustomerAddress]
    Line : OK To, MI PartyName,


    [Line : OSK To]
    Field : Name Field
    Local : Field : Name Field : Set as : $$LocaleString:"To"
    Local : Field : Name Field : Width : 10
    Local:Style:DEFAULT:Height:18
    Space Bottom : 0.5

    [Line : OSK PartyName]
    Field : Medium Prompt, Name Field
    Local : Field : Medium Prompt : Set As : $$LocaleString:"M/S:"
    Local : Field : Medium Prompt : Width : 12
    Local : Field : Medium Prompt : Style : Normal
    Local : Field : Name Field : Set as : $PartyLedgerName
    Local:Style:DEFAULT:Height:18
    Space Bottom : 0.25
    indent : 1

    just change as per your Part / Line
     


Share This Page