Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Developing a Restaurant Billing System

Developing a Restaurant Billing System

Scheduled Pinned Locked Moved Visual Basic
sysadminquestionmobiledatabasesql-server
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Meax
    wrote on last edited by
    #1

    i am thinking of developing a restaurant billing system.

    here is how my set up going to be.

    1 desktop PC(SQLServer) to run SQL server. OS windows server.
    2 desktop PCs(Cashier1,Cashier2) for cashiers.

    SQLServer, Cashier1 and Cashier2 will be connected to local network(wired)

    5 Tablet for waiters to take orders (enter orders to SQLServer). These Tablets will have wifi connections to enter customer orders into SQLServer

    bills will be printed from Cashier1 and Cashier2

    5 Tablets will be using unique user logins to take orders.

    now my question is. will it be too slow or the system will hang when staffs use tablets to take orders?

    L D 2 Replies Last reply
    0
    • M Meax

      i am thinking of developing a restaurant billing system.

      here is how my set up going to be.

      1 desktop PC(SQLServer) to run SQL server. OS windows server.
      2 desktop PCs(Cashier1,Cashier2) for cashiers.

      SQLServer, Cashier1 and Cashier2 will be connected to local network(wired)

      5 Tablet for waiters to take orders (enter orders to SQLServer). These Tablets will have wifi connections to enter customer orders into SQLServer

      bills will be printed from Cashier1 and Cashier2

      5 Tablets will be using unique user logins to take orders.

      now my question is. will it be too slow or the system will hang when staffs use tablets to take orders?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Meax wrote:

      now my question is. will it be too slow or the system will hang when staffs use tablets to take orders?

      Should work without problems, even on a slow network. It's not like you will be downloading a lot of data for placing an order.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      M 1 Reply Last reply
      0
      • M Meax

        i am thinking of developing a restaurant billing system.

        here is how my set up going to be.

        1 desktop PC(SQLServer) to run SQL server. OS windows server.
        2 desktop PCs(Cashier1,Cashier2) for cashiers.

        SQLServer, Cashier1 and Cashier2 will be connected to local network(wired)

        5 Tablet for waiters to take orders (enter orders to SQLServer). These Tablets will have wifi connections to enter customer orders into SQLServer

        bills will be printed from Cashier1 and Cashier2

        5 Tablets will be using unique user logins to take orders.

        now my question is. will it be too slow or the system will hang when staffs use tablets to take orders?

        D Offline
        D Offline
        David Mujica
        wrote on last edited by
        #3

        Are you going to integrate it with your kitchen and bar ? Once the order is taken, it should notify the kitchen and bar. When the server picks up the order, it should perform a timestamp on pickup so you can see how long an order takes to process. Just a thought. :java:

        M 1 Reply Last reply
        0
        • L Lost User

          Meax wrote:

          now my question is. will it be too slow or the system will hang when staffs use tablets to take orders?

          Should work without problems, even on a slow network. It's not like you will be downloading a lot of data for placing an order.

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

          M Offline
          M Offline
          Meax
          wrote on last edited by
          #4

          my client having doubts. saying that tablets will hang and slow. currently they are using ipads and running the application by remote desktop. billing system is installed in a PC and waiters are using ipads via remote desktop to make entries. at the moment they are facing lot of problems. every now and then their ipads remote access connections gets disconnected. and sometimes even wifi connections are getting lost. so, i proposed my methodology(explained in the original post). but my client having doubts. saying tablets will face same issue as ipads.

          Richard DeemingR L 2 Replies Last reply
          0
          • D David Mujica

            Are you going to integrate it with your kitchen and bar ? Once the order is taken, it should notify the kitchen and bar. When the server picks up the order, it should perform a timestamp on pickup so you can see how long an order takes to process. Just a thought. :java:

            M Offline
            M Offline
            Meax
            wrote on last edited by
            #5

            kitchen and bar also will be notified. my client having doubts. saying that tablets will hang and slow. currently they are using ipads and running the application by remote desktop. billing system is installed in a PC and waiters are using ipads via remote desktop to make entries. at the moment they are facing lot of problems. every now and then their ipads remote access connections gets disconnected. and sometimes even wifi connections are getting lost. so, i proposed my methodology(explained in the original post). but my client having doubts. saying tablets will face same issue as ipads.

            L 1 Reply Last reply
            0
            • M Meax

              my client having doubts. saying that tablets will hang and slow. currently they are using ipads and running the application by remote desktop. billing system is installed in a PC and waiters are using ipads via remote desktop to make entries. at the moment they are facing lot of problems. every now and then their ipads remote access connections gets disconnected. and sometimes even wifi connections are getting lost. so, i proposed my methodology(explained in the original post). but my client having doubts. saying tablets will face same issue as ipads.

              Richard DeemingR Offline
              Richard DeemingR Offline
              Richard Deeming
              wrote on last edited by
              #6

              Don't run it as a remote desktop application. Either have a native app on the tablet, or use a web application. And if the wifi connections are getting lost, you need to install some wifi boosters. Nothing you can do in your code will solve that.


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

              1 Reply Last reply
              0
              • M Meax

                my client having doubts. saying that tablets will hang and slow. currently they are using ipads and running the application by remote desktop. billing system is installed in a PC and waiters are using ipads via remote desktop to make entries. at the moment they are facing lot of problems. every now and then their ipads remote access connections gets disconnected. and sometimes even wifi connections are getting lost. so, i proposed my methodology(explained in the original post). but my client having doubts. saying tablets will face same issue as ipads.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Sounds your client already made up his mind about it, but should be as fast on a tablet as loading the average webpage.

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                1 Reply Last reply
                0
                • M Meax

                  kitchen and bar also will be notified. my client having doubts. saying that tablets will hang and slow. currently they are using ipads and running the application by remote desktop. billing system is installed in a PC and waiters are using ipads via remote desktop to make entries. at the moment they are facing lot of problems. every now and then their ipads remote access connections gets disconnected. and sometimes even wifi connections are getting lost. so, i proposed my methodology(explained in the original post). but my client having doubts. saying tablets will face same issue as ipads.

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  Only one client can use "remote desktop" at a time, AFAIK. Use wi-fi with the tablets. "Food orders" are trivial compared to "side-loading" apps over wi-fi (which works fine). It should be trivial to arrange a demo of a PC, router and tablets.

                  It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups