@Jesse, @emre Exactly what I have to do , as I have setup customers as (samba card) and I created credit accounts for local businesses so they pay later . it would be very very help if some one guide me how to show in workperiod report so the till matches.
the payment types are cash,eftpos(CC) , Customer balance, account,gift certificate,voucher
Customer balance is what they get 5% promotion back to customers.
Account is settled as account so they pay later , when they pay later example: If they paid cash cant see in report some cash has received in till, credit card also need in show what we received
Also very important is one of my samba card customer want to pre pay and use it later as above question , he did 2 times topup or add funds but unable to see where are the money in report.
My Question is is there any way to direct the payments as cash and credit card ex: add funds Cash will account as cash
Thanks again for wonderful pos
[Summary:3,2]
Income
Cash|$ [=F(TN(‘{ACCOUNT TRANSACTION TOTAL:Payment Transaction:Cash}’),‘#,#0.00’)]
Eftpos|$ [=F(TN(‘{ACCOUNT TRANSACTION TOTAL:Payment Transaction:Eftpos}’),‘#,#0.00’)]
Gift Certifiacte|$ [=F(TN(‘{ACCOUNT TRANSACTION TOTAL:Gift Certificate}’),‘#,#0.00’)]
Customer Balance|$ [=F(TN(‘{ACCOUNT TOTAL:Customer Balance}’),‘#,#0.00’)]
Credit Account|$ [=F(TN(‘{ACCOUNT TRANSACTION TOTAL:Account}’),‘#,#0.00’)]
Total|$ [=F(TN(‘{ACCOUNT TRANSACTION TOTAL:Payment Transaction:Payment Accounts}’)+TN(‘{ACCOUNT TOTAL:Customer Accounts}’),‘#,#0.00’)]
This summary is not exactly what I received in ( Customer balance and Account)