Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Ordering system for sandwiches etc..

Nov 12, 2012 7:47PM PST

Hello, since short, in our company we have the possibility to order sandwiches/dishes from a caterer on friday. there are over 100 employees and this takes up way too much time. I would like to automate this system a bit. Maybe some of you could give me help.
The idea is this:

Every department (average 7-10 pple) has a list with the available sandwiches/dishes/desserts,... With a mouseclick, the items on this list are copied to a separate file (Notepad or something simple). Every department sends this file to the secretary, and she mails the separate list to the caterer.
After delivery (packaged separately per department), they can sort out amongst themselves who ordered what.

Any tips are greatly appreciated.

Thanks, JS

Discussion is locked

- Collapse -
Answer
Re: ordering system
Nov 12, 2012 7:56PM PST

The solution that works the most easy is to make a some web-based program running on your Intranet.

Kees

- Collapse -
re:
Nov 13, 2012 5:19PM PST

Make "Some web-based program" running on the intranet.

Thanks for your reply, but I'm no programmer, or I would not be posting my question here. Happy

Basically I would like to know if it's possible to make the items on a list clickable, and copy them in 1 new file.
I can make a Read/Only document, so they can copy/paste it into another file, but it would be nice to have something better.

Thanks, JS

- Collapse -
That still seems like a little bit of programming.
Nov 13, 2012 6:11PM PST

Maybe not web-programming, but macro's in Excel for example.

Kees

- Collapse -
Re:
Nov 13, 2012 7:58PM PST

Appreciate your effort, but I'm in need of a bit more advice then just: do this or do that, especially when you dont seem to know the solution yourself. I'm no IT-guy, so I dont know enough about macro's to make one for this purpose.

- Collapse -
In that case.
Nov 13, 2012 8:05PM PST

Work with the tools you know and use the features you know.

Excel is a nice way to present lists and let people (the department secretary?) fill in something.
Copy paste is a nice way to copy separate lists to one overall-list (by the company secretary?).

Kees

- Collapse -
Excel Spreadsheet,
Nov 13, 2012 8:55PM PST

on your intranet, showing a list of available goodies.

One column per department.

Insert number of items per line

Secretary consolidates list at a certain time, calls it in. Then removes all the numbers from the department columns, ready for the next day.

P

- Collapse -
Re: excel
Nov 13, 2012 9:06PM PST

This is more or less what I thought.

But several departments editing the same spreadsheet at the same time doesn't work well in Excel. So my thoughts were to give each department it's own spreadsheet (filling 1 column), mail it to the central secretary, who then copy/pastes that one column in the right column in her own spreadsheet, to fill the whole 'matrix'.
That's where a macro would be useful. And, having a macro that copies the column to that central spreadsheet, there isn't even a need to mail that file, because each department can just press the 'Order' button in its own spreadsheet.
But as long as macro programming is out of the question they will keep mailing, I'm afraid.

Kees

- Collapse -
Re:
Nov 13, 2012 11:29PM PST

yes, the list should be availble per department to avoid the need for transactional databases and such. It can be very simple: Per department, they can just open the "sandwich list" next to an open email and copy/paste their order. The orderlist will be on 1 computer, so everybody takes a minute to order and then goes back to their space. Send mail to secretary. Done. I was this far before I started the topic.
But I was thinking about turning the items on the list into hyperlinks (or something), which autmatically, copy the item to an email/notepad/word-doc when clicked. But I will learn about macro's if that would give better results according to you guys.

- Collapse -
Answer
Same problem at one of our offices. How we fixed it.
Nov 13, 2012 11:29PM PST

We now only let them pick from the menu. No custom orders. And it's a lot smaller. 3 sandwiches tops, 2 drinks and cookie or cake piece.

At some point you move from catering to cafeteria.
Bob