Thank you for the great video! I noticed there is a very low frequency sound coming through from the microphone. Possibly vibrations from the mount? Is the microphone mount isolated from the desk? I really notice it if I'm watching with headphones.
Hi Erik, Great video. Can we create buttons like we have in LS retail also multiple payment method like cash, care, gift card, etc. multiple colors, etc. Also one suggestion " May I please request you to have unique number to particular video, so that we know the series of video on particular topic".
I try to place videos that belong together in playlists. Check them out :) Yes, you can create a button like in LS, check this ruclips.net/video/wEIEFwHUEkM/видео.html
Using a enum would require me to support that it could be extended, beyond the scope of an already very long video .. .But maybe a subject for another video, thanks :)
Won't SetFilter("No.",'%1','') be equal to SetRange("No.",'')? Also, SetrFilter("No.",SH."No.") be equal to SetRange("No.",SH."No.") In general, what are your thoughts what to use in which case?
I do like the %1 notation - For me (at least) I can very fast read what the purpose is. We had a long discussion on the facebook page awhile ago about setrange vs setfilter - see if you can find that...
Hello! I've been trying to reproduce this development. I'm using 17.3 with Chrome/Edge. I can see the barcode result on the console event of the browser but I think that InvokeExtensibilityMethod is not working... Which version did you use for this video?
As far Main Page (POS Sales Page) closing, NAV closes a Order Page if the record is deleted (no longer exists) . This is how it behaves in windows client as well.
Take a look at chrome Kiosk mode - stackoverflow.com/questions/27649264/run-chrome-in-fullscreen-mode-on-windows. I have made a PowerShell script which opens chrome in kiosk mode, and if it is closed opens it again
Wow Erik amazing video fully with useful practical code. Thanks
Thank you for the great video!
I noticed there is a very low frequency sound coming through from the microphone. Possibly vibrations from the mount? Is the microphone mount isolated from the desk? I really notice it if I'm watching with headphones.
Microphone is on a boom, so quite isolated. I just moved the office around, so the setup is still getting finalized.
Hi Erik, Great video. Can we create buttons like we have in LS retail also multiple payment method like cash, care, gift card, etc. multiple colors, etc.
Also one suggestion " May I please request you to have unique number to particular video, so that we know the series of video on particular topic".
I try to place videos that belong together in playlists. Check them out :)
Yes, you can create a button like in LS, check this ruclips.net/video/wEIEFwHUEkM/видео.html
Dear Mr.Erick, Store/Shop need license if want to used this POS?
You'll need BC license, but you can grab the source code for this little thing if you want (link under the video)
Question about Option and Enum: will it be sufficient to create new Enum PosStatus instead of using Option?
Using a enum would require me to support that it could be extended, beyond the scope of an already very long video .. .But maybe a subject for another video, thanks :)
Won't SetFilter("No.",'%1','') be equal to SetRange("No.",'')?
Also, SetrFilter("No.",SH."No.") be equal to SetRange("No.",SH."No.")
In general, what are your thoughts what to use in which case?
I do like the %1 notation - For me (at least) I can very fast read what the purpose is. We had a long discussion on the facebook page awhile ago about setrange vs setfilter - see if you can find that...
@@Hougaard if possible to use setrange, better to use it, because setfilter work very slow on big databases
@@Lekrays No, the same filter set with either setrange or setfilter will give the same performance.
Hello! I've been trying to reproduce this development. I'm using 17.3 with Chrome/Edge. I can see the barcode result on the console event of the browser but I think that InvokeExtensibilityMethod is not working... Which version did you use for this video?
I think this started in v16, 17 should work.
As far Main Page (POS Sales Page) closing, NAV closes a Order Page if the record is deleted (no longer exists) . This is how it behaves in windows client as well.
But that do not explain why it worked from the scanner and not from the action...
@@Hougaard Probably NAV page behavior doesn't from the scanner.
@@Hougaard could it be because in the pay function you missed CurrPage.Update(False)?
Nope, it's there, second last line. And the PayAndPost is the same function called from both places.
@@Hougaard Weird..... isn't it?
Maybe make the browser full screenmode?
Could be...
Take a look at chrome Kiosk mode - stackoverflow.com/questions/27649264/run-chrome-in-fullscreen-mode-on-windows.
I have made a PowerShell script which opens chrome in kiosk mode, and if it is closed opens it again
I watched a video to open webpage in BC itself. But unable to find it now. Can you please help me in finding that video. Thank you in advance.
ruclips.net/video/8TurwMAq54c/видео.html
Thank you so much.
the control add-in seem doesn't work for my computer.
What happens? Any errors in the browser console?
@@Hougaardwhen i scanned there is nothing happened at all.