Topic: Add Salesman to Direct Sales Invoice

I want to change the form Direct Sales Invoice, I need to display the salesman. What is the file that I need to change for do that?
Also i need to change other option.

Thanks,

Rodrigo Cuadra

Re: Add Salesman to Direct Sales Invoice

There is no link to the salesman from the table debtor_trans. The Salesman is linked to the Customer Branch.
So even if you put this info on Sales Invoice it wont be printed.
The file for handling direct invoice is /sales/sales_order_entry.php. This file is common for sales order/direct delivery/direct invoice. The include file for these operations is /sales/includes/ui/sales_order_ui.inc

As an alternative you could put the salesman in the 'Comments' field below right. It will then be printed after the invoice lines.

/Joe