-
Notifications
You must be signed in to change notification settings - Fork 38
File taxes #1027
Comments
Will do... |
@kaguillera and I talked about this IRL. Here's what we need:
|
Ftr this refers to Gratipay, LLC and Chad Whitacre (me as a consultant). We only need to worry about the former here. |
As requested Expenses information using the pnc.csv files from logs. CHECK 101 - $220.00 Income - $11000.91 Total Other Business Expenses - $5135.39 Total Meals and Entertainment Expenses - $773.46 Total Overnight Travel Expenses - $1790.19 Total Supplies Expenses - $226.20 Total Advertising Expenses - $84.02 Total Legal or Professional Services Expenses - $280.72 Total Local Transportation Expenses - $54.55 The link to the script gist is here let me know if you have trouble with it. |
Oh the checks will have to be explained to your accountant/tax filer 😁 |
We can look at those Thursday here at HQ. |
Legal or Professional Services: CHECK 101 - $220.00 → #319 (comment) Other business expenses: CHECK 103 - $500.00 paramount coworking |
gratipay::MAROON=> select date_trunc('year', "timestamp") as ts, sum(amount) from payments where direction='to-participant' and team='Gratipay' and participant != 'whit537' group by ts order by ts desc;
┌────────────────────────┬──────────┐
│ ts │ sum │
├────────────────────────┼──────────┤
│ 2017-01-01 00:00:00+00 │ 1378.04 │
│ 2016-01-01 00:00:00+00 │ 11067.96 │
│ 2015-01-01 00:00:00+00 │ 10229.86 │
└────────────────────────┴──────────┘
(3 rows)
gratipay::MAROON=> select date_trunc('year', "timestamp") as ts, sum(amount) from payments where direction='to-participant' and team='Gratipay' group by ts order by ts desc;
┌────────────────────────┬──────────┐
│ ts │ sum │
├────────────────────────┼──────────┤
│ 2017-01-01 00:00:00+00 │ 1388.89 │
│ 2016-01-01 00:00:00+00 │ 11164.62 │
│ 2015-01-01 00:00:00+00 │ 10229.86 │
└────────────────────────┴──────────┘
(3 rows) |
😊
|
So that's another $135.38 for Legal and Professional Services. 👍 @JessWhit @kaguillera Good to go?
|
So there is a error in the query above (i.e. no date constraint) The correct amount is of the Legal and Professional Services is $54.86 |
@JessWhit and @kaguillera worked on this together earlier today, I think she has what she needs to file. |
Planning to categorize expenses base on the tax categories as we go forward with the accounting. This should make it easy for tax season. |
Taxes filed! |
@JessWhit has been working on this. She writes:
The text was updated successfully, but these errors were encountered: