When I make new Sale Order and when I add a product and click the 'Speichern als Entwurf' button, it should perform two functions:
a. It should print the customer's name and date on one printer.
b. On a second printer, it should print labels with the product name, price, and quantity, printing copies according to the quantity. For example, if the quantity is one, it should print once; if the quantity is two, it should print twice, and so on."Can Be Done?And How?