Custom Sales Invoice Printing When Security Enabled

Discussion in 'Tally Developer' started by kamal, Aug 2, 2012.

    
  1. kamal

    kamal Member


    Dear sir,

    i have customised sales invoice its working fine. i have enabled security for user not to modify saved vouchers and only permitted to display and print using ALT + ENTER key and when printing customised invoice its not working its getting default print. pls help me to configure the code.

    [#Form : sales color]
    Delete : print : printed invoice
    print : sales invoice
    [report : sales invoice]
    object : voucher
    Filtered : yes
    Form : sales invoice
    [Part : Amains]
    Lines : STDInvoice top
    invisible : yes
    [form : sales invoice]
    Parts.................................
     


  2. Vikram

    Vikram Member


    Please follow the checklist
    1.Concentrate on Coding alignment
    2.Whenever you delete something ,please mention ADD to add some thing

    [#Form : sales color]
    Delete : print : printed invoice
    Add : print : sales invoice ;;; Here you have to use add ,since delete will remove action specified .
    [report : sales invoice]
    object : voucher
    Filtered : yes
    Form : sales invoice
    [Part : Amains]
    Lines : STDInvoice top
    invisible : yes
    [form : sales invoice]
    Parts.................................[/quote]




     


  3. kamal

    kamal Member


    Thanks Vikram Sir its working fine
     


Share This Page