-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
44 lines (33 loc) · 1.47 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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!