I was using odoo v8 , and I want to log all customer payment in cash register
I mean when I make customer payment with cash method , I want to find record automatically in cash transacation in cash register ,,
is there any method to do that ??
I saw that in point of sale session , there are customized cash box wich logs all sale orders as cash transactions ,
I want to do similar job for customer payment ,,
I was thinking in make module that find the summation of all customer payments then add the total to cashBox closing balance but I think this will make problem in accounts records ,,