Creating a Point Of Sale System in Business Central

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 30

  • @mauriciovillatoro9361
    @mauriciovillatoro9361 2 года назад

    Wow Erik amazing video fully with useful practical code. Thanks

  • @drewkipfer5404
    @drewkipfer5404 4 года назад

    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.

    • @Hougaard
      @Hougaard  4 года назад +1

      Microphone is on a boom, so quite isolated. I just moved the office around, so the setup is still getting finalized.

  • @yogeshmanikpure
    @yogeshmanikpure 3 года назад

    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".

    • @Hougaard
      @Hougaard  3 года назад

      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

  • @myudhatristianto2774
    @myudhatristianto2774 Год назад

    Dear Mr.Erick, Store/Shop need license if want to used this POS?

    • @Hougaard
      @Hougaard  Год назад

      You'll need BC license, but you can grab the source code for this little thing if you want (link under the video)

  • @ant1d0te
    @ant1d0te 4 года назад

    Question about Option and Enum: will it be sufficient to create new Enum PosStatus instead of using Option?

    • @Hougaard
      @Hougaard  4 года назад

      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 :)

  • @ant1d0te
    @ant1d0te 4 года назад +1

    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?

    • @Hougaard
      @Hougaard  4 года назад

      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...

    • @Lekrays
      @Lekrays 4 года назад

      @@Hougaard if possible to use setrange, better to use it, because setfilter work very slow on big databases

    • @Hougaard
      @Hougaard  4 года назад

      @@Lekrays No, the same filter set with either setrange or setfilter will give the same performance.

  • @SergioCarbajo
    @SergioCarbajo 3 года назад

    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?

    • @Hougaard
      @Hougaard  3 года назад

      I think this started in v16, 17 should work.

  • @ara3n
    @ara3n 4 года назад

    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.

    • @Hougaard
      @Hougaard  4 года назад

      But that do not explain why it worked from the scanner and not from the action...

    • @ara3n
      @ara3n 4 года назад

      @@Hougaard Probably NAV page behavior doesn't from the scanner.

    •  4 года назад

      @@Hougaard could it be because in the pay function you missed CurrPage.Update(False)?

    • @Hougaard
      @Hougaard  4 года назад

      Nope, it's there, second last line. And the PayAndPost is the same function called from both places.

    •  4 года назад

      @@Hougaard Weird..... isn't it?

  • @ara3n
    @ara3n 4 года назад

    Maybe make the browser full screenmode?

    • @Hougaard
      @Hougaard  4 года назад

      Could be...

    • @bentpedersen8896
      @bentpedersen8896 4 года назад

      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

  • @vishalmittal8223
    @vishalmittal8223 4 года назад

    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.

    • @Hougaard
      @Hougaard  4 года назад

      ruclips.net/video/8TurwMAq54c/видео.html

    • @vishalmittal8223
      @vishalmittal8223 4 года назад

      Thank you so much.

  • @xkhrachana140
    @xkhrachana140 3 года назад

    the control add-in seem doesn't work for my computer.

    • @Hougaard
      @Hougaard  3 года назад

      What happens? Any errors in the browser console?

    • @xkhrachana140
      @xkhrachana140 3 года назад

      ​@@Hougaard​when i scanned there is nothing happened at all.