Direct print 2 copy sales invoice

Discussion in 'Tally & TDL Learning HUB' started by FB Rocky, Mar 10, 2022.

    
  1. FB Rocky

    FB Rocky New Member


    Any one please help me how to add button for printing 2 copies of sales invoice while saving the invoice
     



  2. Its available by default.
     


  3. FB Rocky

    FB Rocky New Member


    need additional button that can set "number of copies" to 2 and "type of copies" to All without pressing the "Alt + C " in printing page
    So far i've made this


    [Button: GetDoubleCopy]

    Key : Alt+2
    Title : $$LocaleString:"2 Copies"
    Action : Set: SVPrintCopies : 2
    ;; Action : Set: SVPrintCopy : $$LocaleString:"All" ((((This action also need perform with this key but not working))))

    [#Form: SV Print Config]
    Add: Button: GetDoubleCopy
     


  4. _surendrayadav

    _surendrayadav New Member


    Not working on tally prime.
     


Share This Page