A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Point of Sales



 
 
Thread Tools Display Modes
  #1  
Old June 22nd, 2009, 07:29 PM posted to microsoft.public.access.gettingstarted
Bre-x
external usenet poster
 
Posts: 103
Default Point of Sales

Hi,

I have created a Point of Sales software (MS Access from end and, MSSQL
Express back end)

The app is divided on pos_client.mdb, pos_manager.mdb and of course the
database on mssql.

Now I need to send some data to a Monitor, so that the inventory employess
bring the just purchase
items to the from desk where the pos_client.mdb is

I now this in a way is a hardware issue but any pointers would be very much
appreciate.

Thank you all in advance,

Bre-x


  #2  
Old June 23rd, 2009, 05:39 PM posted to microsoft.public.access.gettingstarted
Klatuu
external usenet poster
 
Posts: 7,074
Default Point of Sales

Thid will require a modification to your application. It is not a hardware
issue at all, assuming there is a computer attached to your network in the
inventory area. It will need a copy of Access or the Access RunTime.

You need to add code that when an order is placed or when selected by the
POS user, it will add records to a "Picking Items" table. That would be a
record that would identify what quantity of which items need to be picked.
It also needs Date/Time ordered and Date/Time fulfulled.

Then the inventory computer needs a form that shows all the records from the
Picking Items table that have not been fulfilled. This form needs to have a
timer event so it will refresh the list periodically. It also needs to be
able to for the inventory people to enter that they have picked an item or an
order. It needs to be able to also edit info such as quantity in case the
actual on hand is not the same is in the system.

An extra nice, depending on the business operation would be to also have the
POS on a timer so when an item is marked as picked, the cashier would know it.
--
Dave Hargis, Microsoft Access MVP


"Bre-x" wrote:

Hi,

I have created a Point of Sales software (MS Access from end and, MSSQL
Express back end)

The app is divided on pos_client.mdb, pos_manager.mdb and of course the
database on mssql.

Now I need to send some data to a Monitor, so that the inventory employess
bring the just purchase
items to the from desk where the pos_client.mdb is

I now this in a way is a hardware issue but any pointers would be very much
appreciate.

Thank you all in advance,

Bre-x



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.