I am looking for Net display Receipt with Extended Price Microsoft RMS Store Operations 2.00
Or
someone can provide me the codes to modify the existing receipt.
Thanks in advance.
*This post is locked for comments
Good afternoon Jim,
Thank you for posting your net display question.
The code would be similar to the following; and you will need to add the exprice lines in the appropriate sections of the // displayVariables -- called from QS+ portion of the Net Display Receipt:
NOTE: You should be able to look at where Price is defined similarly and add the code as needed; and may want to make a copy of the Net Display receipt and test using that..
var exprice = "";
lblEx.innerHTML = exprice;
exprice = exprice + currencyToString(entry.ExtendedPrice) + "<br>"
exprice = exprice + "<div class=NewItem>" + currencyToString(entry.ExtendedPrice) + "</div><br>"
Please let me know if this answers your question.
This is Hai Lam from Pacific Ocean Marketplace. I modified the original netdisplay with the extended price for my company. If you still need this file, email me at lamhb@yahoo.com and I can attach the file for you
Hai Lam
To Hai Lam
can you email me the file?
nybluepoint@gmail.com
I tired but did not work.
Try this; dl.dropbox.com/.../receiptchangedue_blk.zip
thank you for your reply on rms forum.
i like it because i was also looking for tendered and changes.
the one you did has them. but still not showing the extended price.
can you fix it? and email me or link ?
Sorry, sent the wrong one;
dl.dropbox.com/.../CPT%20Receipt%20with%20Change%20Due%20and%20Extended%20Price.htm
Thank you Jeff
It works
I have made a better NET DISPLAY with Extended price.
but getting this error
after Perform Blind Closeout when RMS syncs Offline backup file.
https://www.dropbox.com/s/1zceiu4zvqb8xbk/CUSTOMER%20DISPLAY222.HTM?dl=0
please download this file.
var tranType = QSRules.Transaction.TransactionType
if(tranType != 17) { if(tranType != 18) { lblTendered.innerText = currencyToString(QSRules.Transaction.TotalTenderIn); lblChange.innerText = currencyToString(QSRules.Transaction.TotalTenderOut); } }
}
I think this part is something wrong.
any idea?
Hi Jeff, Any chance you could update the link you posted on this thread? It is just what I need as most of my items sold are scale items. Forum post: community.dynamics.com/.../317223 Much appreciated!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.