-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am implementing a Point-of-Sale system. In the system I represent an Item in three places, and I wounder how I should represent them in OOP.
First I have the WarehouseItem, that contains price, purchase price, info about the supplier, suppliers price, info about the product and quantity in warehouse…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our company has a point of sale system with many extras, such as ordering and receiving functionality, sales and order history etc. Our main issue is that the system was not designed properly from the ground up, so it takes too long to make fixes and handle requests from our customers. Also, the current…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Problem - I have Point of Sale V9 -intuit When ringing up a customer by using a barcode scanner for 1 item and the customer wants multiple of that same item but the receipt shows a long list of that same item. How can I get that program to set it where it would just self update without having to physically…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a customer with two point of sale systems, a few workstations and a Windows 2003 SBS Server.
The point of sale systems are typically running QuickBooks Point of Sale and are logged in with a user who has restricted permissions / access (via Group Policy). Occasionally, one of the managers…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am designing a Point-Of-Sale system for a small shop. The shop just have one Point-Of-Sale but often they are one to three users (sellers) in the shop. Each user have their own user account in the system so they login and logout very often. How should I design the login/logout system in a good way…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
The other day we looked at sharing a printer between Windows 7 machines, but you may only have one Windows 7 machine and the printer is connected to a Vista or XP computer. Today we show you how to share a printer from either Vista or XP to Windows 7.
We previously showed you how to share files and…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
The other day we looked at sharing a printer between Windows 7 machines, but you may only have one Windows 7 machine and the printer is connected to a Vista or XP computer. Today we show you how to share a printer from either Vista or XP to Windows 7.
We previously showed you how to share files and…
>>> More
-
as seen on Super User
- Search for 'Super User'
For a friend, I am trying to share a USB Canon pixma ip3000 printer between two computers in his home network. But I can't get it to work due tot a Canon driver problem.
The printer is connected to the Windows 7 (64 bit) computer, and we would like to be able to print from a Windows XP computer.…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
Small office, <10 users.
USB printer which also has a network port. Is it better to share the printer by plugging the usb into the sevrer, and do a windows share, or use the built in network port?
We are using the built in network port at the moment, but don't have control to delete jobs…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I need to retrieve the last 20 values from my database.For example I have the following table
Service_ID Service_Type consumer_feedback
| 36 | Printer | 0 |
| 36 | Printer | 1 |
| 36 | Printer | …
>>> More