Charge and Cash Receipts

In RMS when i do a cash receipt i would like to see 'CASH BILL' somewhere at the top of the receipt and similarly when i do a charge receipt i'd like to see 'CHARGE BILL' at the top of the receipt. Can anyone tell me how to edit the receipt format to achieve this?

Regards, Terry

Reply to
Terry
Loading thread data ...

I doubt if you could do that becuase...only in the end of transaction you come to know what mode of payment the customer wants to pay...

You could print that header below..if you still want to know if cash bill or charge bill but problem comes when it is a multiple payment ???what you would put as a remark???

I h> In RMS when i do a cash receipt i would like to see 'CASH BILL' somewhere at

Reply to
GregDxb

Reply to
GregDxb

Hi Terry, I think it is possible as you have the variable set for teh Tender Transaction. If you know the programing in XML you can do so it require some basic code: Below is the variable will let you know what the tender type is:

Tender.Descriptor.TenderType

but make sure to have one tender atleast if you have 2 then you will cause some issues. Below code is the for loop for each tender type in your Transaction

Here you can use the conditions

Here is one more simple example:

Transaction.TotalTenderOut Tender.AmountOut 0 | Tender.AmountOutRounding 0 "Change " Tender.Descriptor.Description "|" Tender.AmountOut Tender.Descriptor.TenderType = tenderCreditCard | Tender.Descriptor.TenderType = tenderDebitCard "Card: " Tender.AccountNumberMasked "|" "Auth: " Tender.ApprovalCode "|" (Tender.Descriptor.TenderType = tenderAccount) & ShowAccountBalance

Customer.AccountBalance + Tender.AmountIn - Tender.AmountOut "Previous Balance|" Customer.AccountBalance "New Balance|" NewAccountBalance Tender.AmountOutRounding 0 "Roundoff " Tender.Descriptor.Description "|" Tender.AmountOutRounding "Change Due|" Transaction.TotalTenderOut

"Terry" wrote:

Reply to
Akber Alwani

Hi Akber,

Read the question: In RMS when i do a cash receipt i would like to see 'CASH BILL' somewhere at the top of the receipt and similarly when i do a charge receipt i'd like to see 'CHARGE BILL' at the top of the receipt. Can anyone tell me how to edit the receipt format to achieve this?

----------------------------------------------------------------------------------------------- How will your XML code achieve the header be labeled as 'CASH BILL' or 'CHARGE BILL' ????

"Akber Alwani" wrote:

Reply to
GregDxb

-----------------------------------------------------------------------------------------------

Reply to
Akber Alwani

I know how to do that..the problem is..he wants it to be printed in the header..as I know...the header is printed first then detail..then tender...

now, where > well it is as easy as if you know the programing, i.e. flow control,

-----------------------------------------------------------------------------------------------

Tender.ApprovalCode

Tender.AmountOutRounding

Reply to
GregDxb

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.