Hello Emre
I have spent some time implementing Actions and Rules and can now split bills and print receipts for individual payments made customers.
The trouble I still have is getting an Auto printed receipt, it works but will only Auto print on first split payment and not on any remaining payments. I was able to get round this by creating an Action and Rule to execute a Print Job each time a payment is received and this works.
I think I will be removing the 1/2, 1/3, 1/4 and 1/n buttons as there still does seem to be a logical process when these buttons are pushed and I cannot find either Action, Rule or Trigger which relates to these buttons.
The users seem confused by these buttons when trying to split a bill in four, as you have to push 1/4 first time, then 1/3 next time and finally 1/2 next time to get 4 equal payments. Splitting individual items on the tickets into new tickets is actually easier but unfortunately if two people just want to split the bill in 2 it works but I think the process could be more logical.
I have never coded in C# but have used VS for VB so I may have a go at implementing something for our purposes which seems more logical - perhaps its a UK thing (splitting bills by 2 or 3 people that it).
Can you just confirm that it is correct for the Auto Print to only work with the first payment only ?
Thanks for your help in advance.