-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ask Code for Science and Society to have a dedicated category and invoice type for our re-billable cloud costs #663
Comments
Update: now have both revenue and costs in "Costs Rebillable to Customers"CS&S have updated their accounting tables, and we now have both revenues and costs in this category. Here is a quick update and we can update the documentation in the future with it: The category for tracking cloud costs is There are two types of transactions in it, differentiated by the
Our current situationHere's a table of our current rebillable cloud costs. Thus far, it seems like we have only billed OceanHackWeek and Alabama Water Institute for cloud costs, and we currently have $20,944.33 in unrecovered cloud costs. Rebillable cloud costs table as of Jan 31, 2023
Related issues |
Spoke with CS&S they're working on making invoices track this informationI spoke with Joe about this via e-mail, and here's what he said:
So once we get access to the Invoice line items table, we should be able to associate specific costs within an invoice to their intent (e.g. cloud cost recovery) |
We need a way to track whether we are re-couping our monthly cloud costs from individual communities. The closest to the "source of truth" for this is to have dedicated accounting codes for pass-through cloud cost recovery. This is an issue to track standardizing and documenting this.
Account category
Currently, we have an
Account
type that is dedicated for this kind of activity:7101 Costs Rebillable to Customers
.This seems like a reasonable category to use, since cloud costs are by far the only thing I can think of where we'd "pass through" the cost.
Costs
Any of our ongoing monthly cloud bills should be categorized under this account type. We should ensure that CS&S knows to categorize Google Cloud, AWS, and Azure bills to this category.
Recovery
We should ensure that we charge monthly cloud fees in a separate invoice, or if on the same invoice, in a separate line item that we can track in our accounting. The cloud fees part of it should also be categorized under the account category above.
Comparison
With this information, we can roughly do this operation on our accounting data to figure out whether we are recovering our cloud costs:
Account == 7101 Costs Rebillable to Customers
Revenue by month
-Cost by month
.Net
is close to 0 in each month.Actions
The text was updated successfully, but these errors were encountered: