For every payment, I make the sambapos to print the Kupon but I need it to print in different templates. For cash diferent template and for Credit Card different.
Not if my explanation helps, but you may need to build templates and rules trigger actions and printing the model according to the button (command button automated)
Create Actions to execute different Print Jobs/Templates for your different Payment Types. Then look at the Payment Processed rule, and use the Custom Constraint feature to match the PaymentTypeName to the proper print job action... in other words, create separate/different Rules for "Payment Processed", based on the PaymentTypeName.
3 answers
Not if my explanation helps, but you may need to build templates and rules trigger actions and printing the model according to the button (command button automated)
I think it's possible.
Create Actions to execute different Print Jobs/Templates for your different Payment Types. Then look at the Payment Processed rule, and use the Custom Constraint feature to match the PaymentTypeName to the proper print job action... in other words, create separate/different Rules for "Payment Processed", based on the PaymentTypeName.
what is the difference between your cash and credit card template?
depending on the difference, you may not even change the template.
The differencie is it:
When I click Cash there need to print on fiscal and it is OK, and when i click Credit Card I need to print different printer with different template.
Thank you for response.