-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbudget.js
41 lines (30 loc) · 1.16 KB
/
budget.js
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
process.exit(
0.00 // budget.js - keeping the books for @tacojs_phl
// by @jedschmidt and @brianloveswords
// for details, see our accountant:
// https://travis-ci.org/tacojs/tacojs.github.io
// TacoJS v0.1, 2016-07-14 at @IndustriousHQ
// featuring @, @, and @lablayers
+ 104.00 // ticket sales @meetup
+ 16.00 // ticket sales @venmo
+ 12.00 // door sales
+ 150.00 // sponsorship @FISGlobal
+ 125.33 // sponsorship @Finland
+ 0.21 // pitch-in @lablayers
- 270.00 // tacos @chipotle
- 4.32 // sodas + sauce @dollartree
- 100.00 // performer
- 12.80 // ticketing @meetup & @wepay
- 8.99 // adapters @amazon
- 7.55 // nametags @walmart
- 3.88 // domain @namecheap
- 0.00 // donation @CodedyByKids
// TacoJS v0.2, 2016-08-25 at @IndustriousHQ
// featuring @m1ketardy, @pamasaur, and @belcherj
+ 250.00 // ticket sales @meetup
+ 171.60 // sponsorship @honda
- 31.25 // ticketing @meetup & @wepay
- 311.89 // 64 tacos @dostacosphilly
- 5.16 // soda/chips @dollartree
- 73.30 // donation @CodedyByKids
)