-
Notifications
You must be signed in to change notification settings - Fork 62
Copy InvoiceTemplate to Personal Gsheet #563
Comments
Is there any reason for Operations to do all this make-work for the RAMs at all? Why not just say to RAMs: "grab the InvoiceTemplate and make a copy; fill in the green parts: name, ETH and postal address; when you fill in your github name, watch your rewards flow in from rewards.rchain.coop automatically; save as PDF and submit it." |
Because these fields have also to be on the invoice: Pers Folder And an already filled out form with name, postal address, ETH-address gives less errors. So I've chosen to do it like this. p.s. I didn't mean to close this issue at all. Who is the genius who put the "close and comment" button right next to "comment" with no way to undo? |
But let's try your suggestion as well.
|
I can't figure out why you're doing anything related to the monster Pub Bounties at all any more. I guess I don't know why Pers Folder nor TempInvoice belongs on the invoice. Part of me says: it doesn't bother me if you want to do a bunch of extra work. But it does bother me. It means I get paid slower. (We all do.) But I guess I'll let it go, for now. |
You’re right I’m in a kind of tunnel view. We’ve to rethink the payment process. The biggest bottleneck is elsewhere. |
The links don’t point to pub bounty anymore BTW |
Hi @lapin7 , I just requested access so I can help with this. |
Hello @lapin7 i would like to be a collaborator on RChain |
@jasoncruzzy Send a request to join rchain@googlegroups.com, afterwards you will receive an invitation to collaborate on github. |
@dckc please freeze March now. And begin new period April |
Je dois faire quelque chose ?
Le vendredi 30 mars 2018, HJ Hilbolling <notifications@github.com> a écrit :
… Assigned #563 <#563> to
@ChloeCoul <https://github.com/ChloeCoul>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#563 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ahx7B7akrEXQtZWdQo7lzAu9Rp5xwCCWks5tjjhOgaJpZM4TBtqp>
.
|
OK; I updated the current pay period. I haven't finished with the bug where you can still edit votes from pay periods that are not current. |
oops... that didn't work well... now the budget and reward views are empty... let me roll back until I fix those views. |
ok... "Current pay period: 2018-04-01" but the reward and budget tabs still show March as well.
|
OK, March is really locked:
|
Send me message on discord or Telegram @OjimaduChidindu |
|
@dckc
A table that contains the rhoc_price of the month
|
like this? |
Exactly :-) |
I haven't checked this in yet, but the code is: create or replace view invoice_summary as
select pay_period, worker
, group_concat(issue_num separator ', ') as issues
, sum(reward_usd) USD
, sum(reward_usd) * rate RHOC
from reward r
join pay_period pp on pp.start_date = r.pay_period
where r.reward_usd > 0
group by r.pay_period, r.worker; |
per [Jun 4 request from @lapin7][1] [1]: rchain/bounties#563 (comment)
I fixed the computation of
|
reward was paid in 201804 |
Goal: RAM can create an invoice by changing the month of payment
Action: get invoice data from Bounty App to Personal Gsheet.
Budget: $1000
Deadline: 4/1/2018
Restriction: trustable person because of access to private data
Repeated action for 75 collaborators with RAMmain registration
The text was updated successfully, but these errors were encountered: