FridgeMagnet
From Whitespace (Hackerspace Gent)
(Difference between revisions)
| (One intermediate revision by one user not shown) | |||
| Line 5: | Line 5: | ||
|Events= | |Events= | ||
|Short description=To create a barcode-reader backed system to pay for drinks | |Short description=To create a barcode-reader backed system to pay for drinks | ||
| − | }}<pre> | + | }} |
| − | + | ||
| + | Feel free to hack along : https://github.com/HansF/Fridgemagnet | ||
| + | |||
| + | <pre> | ||
| + | Hackerspace Brussels/Whitespace Ghent | ||
presents | presents | ||
| Line 19: | Line 23: | ||
| − | Licensed gpl V3 http://www.gnu.org/licenses/gpl.html | + | Licensed gpl V3 http://www.gnu.org/licenses/gpl.html |
| + | Homepage: http://0x20.be/FridgeMagnet | ||
| − | + | Goal of this software | |
| + | --------------------- | ||
| − | To create a barcode-reader backed system to pay for drinks out | + | To create a barcode-reader backed system to pay for drinks out |
| − | the fridge and to keep tab of the credit of the | + | of the fridge and to keep tab of the credit of the people using |
| − | The goal is to make it as easy as possible for all actors. | + | the system. |
| + | |||
| + | The goal is to make it as easy as possible for all actors. | ||
| − | - the member who gets the drink and needs to pay for it | + | - the member who gets the drink and needs to pay for it |
| − | - the person financially responsible to follow up on income | + | - the person financially responsible to follow up on income |
| − | + | We accept patches | |
| + | ----------------- | ||
| − | Please feel free to help and to patch this software, | + | Please feel free to help and to patch this software, |
| + | I welcome all help I can get. | ||
| − | + | Installation | |
| + | ------------ | ||
| − | 1) unzip to webdir | + | 1) unzip to webdir |
| − | 2) import extra/dbschema.sql in your database | + | 2) import extra/dbschema.sql in your database |
| − | 3) edit inc/settings.php | + | 3) edit inc/settings.php |
| − | 4) Set the right ean-codes and users in the db | + | 4) Set the right ean-codes and users in the db |
| + | 5) Fill fridge with drinks | ||
| + | 6) Sell drinks to members | ||
| + | 7) Profit! | ||
</pre> | </pre> | ||
Latest revision as of 13:33, 11 January 2011
| FridgeMagnet |
|---|
|
| What: |
| To create a barcode-reader backed system to pay for drinks |
| Participants: |
| Hans |
| Locations: |
| Whitespace |
|
|
Feel free to hack along : https://github.com/HansF/Fridgemagnet
Hackerspace Brussels/Whitespace Ghent
presents
______ _ _ __ __ _
| ____| (_) | | | \/ | | |
| |__ _ __ _ __| | __ _ ___| \ / | __ _ __ _ _ __ ___| |_
| __| '__| |/ _` |/ _` |/ _ \ |\/| |/ _` |/ _` | '_ \ / _ \ __|
| | | | | | (_| | (_| | __/ | | | (_| | (_| | | | | __/ |_
|_| |_| |_|\__,_|\__, |\___|_| |_|\__,_|\__, |_| |_|\___|\__|
__/ | __/ |
|___/ |___/
Licensed gpl V3 http://www.gnu.org/licenses/gpl.html
Homepage: http://0x20.be/FridgeMagnet
Goal of this software
---------------------
To create a barcode-reader backed system to pay for drinks out
of the fridge and to keep tab of the credit of the people using
the system.
The goal is to make it as easy as possible for all actors.
- the member who gets the drink and needs to pay for it
- the person financially responsible to follow up on income
We accept patches
-----------------
Please feel free to help and to patch this software,
I welcome all help I can get.
Installation
------------
1) unzip to webdir
2) import extra/dbschema.sql in your database
3) edit inc/settings.php
4) Set the right ean-codes and users in the db
5) Fill fridge with drinks
6) Sell drinks to members
7) Profit!
