This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbudget.js
63 lines (43 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
process.exit(
0.00 // budget.js - keeping the books for @fullstacknights
// Inspired by @brooklyn_js
// for details, see our accountant:
// https://travis-ci.org/fullstacknights/fullstacknights.github.io
// Fullstack Nights v3, 2016-03-29 at @prsciencetrust
// featuring @pedrocruzvr and @_xiomara7
+ 385.00 // ticket sales @eventbrite
- 97.79 // processing fees @eventbrite
- 110.95 // pizzas @costco
- 29.92 // refreshments SuperMax
// Fullstack Nights v4, 2016-05-23 at @prsciencetrust
// featuring @theavatare and @Makobi93
+ 305.00 // ticket sales @eventbrite
- 77.47 // processing fees @eventbrite
- 133.00 // pizzas @costco
// Fullstack Nights v5, 2016-07-26 at @prsciencetrust
// featuring @gcollazo and @nexomorales
+ 240.00 // ticket sales @eventbrite
- 59.69 // processing fees @eventbrite
- 110.95 // pizzas @costco
- 29.92 // refreshments SuperMax
// Fullstack Nights v6, 2016-11-28 at @prsciencetrust
// featuring @elbuo8 and @Carlos_Perez
+ 265.00 // ticket sales @eventbrite
- 67.31 // processing fees @eventbrite
- 110.95 // pizzas @costco
- 12.48 // refreshments SuperMax
- 30.00 // ads @facebook
// Fullstack Nights v7, 2017-01-23 at @prsciencetrust
// featuring @m3arnett and @e_betan
+ 240.00 // ticket sales @eventbrite
- 60.96 // processing fees @eventbrite
- 110.95 // pizzas @costco
- 38.91 // refreshments SuperMax
// Fullstack Nights v8, 2017-03-20 at @prsciencetrust
// featuring @gutigon and @stringhq
+ 450.00 // ticket sales @eventbrite
- 113.03 // processing fees @eventbrite
- 167.19 // food @costco
- 32.40 // refreshments SuperMax
- 20.00 // ads @facebook
);