You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modern accounting uses "[general] ledger" to refer to the entire list of transactions, while a "journal" is a partial record ("a payroll journal"). This confirms what my friend said the other day, too. s/journal/ledger
Transactions encompass one or more debits and credits.
The payment method (exchange route: CC, PayPal) wouldn't touch the chart of accounts; that could just be a variable in the ledger ("source/destination of funds").
PA has a statue against earning interest on escrow. It's aimed at lawyers.
Next steps:
map out all of the things we need to account for and how we currently account for them
refactor each thing in terms of double-entry accounting (chart of accounts + ledger)
I've received and reviewed your engagement letter dated July 31. I plan to make a couple changes to the scope and frequency of services, but otherwise it looks good. I expect to get that executed and in the mail back to you tomorrow, along with the $250 retainer.
Looking ahead, how does your schedule look for the week of September 13? My intention is to build the bulk of Gratipay's new escrow accounting software before our meeting, so that we can use our meeting to review the implementation and come up with a list of final changes to the software before we start using it. I anticipate that you and I will need at least 1.5 hours for this, possibly up to 3 hours. I'd prefer to meet in the morning so we're both fresh. Therefore, could we start at 9am, and end between 10:30 and noon? Would either of the following days work for you?
Good to hear from you – unfortunately neither of those days will work. One of our worst periods of the year are the extended deadlines which are 9/15 for business returns and 10/15 for personal returns. Accordingly, I will be up to my eyeballs on the 14th. And after the 15th is over, I will be taking a short vacation for the rest of the week. How about the following week?
Ok, not a problem. How about Monday the 21st? If you'll have too much digging out to do then, we could also look at Wednesday the 23rd.
P.S. I did mail the engagement letter yesterday, along with a check [$250 retainer]. I wasn't comfortable assuming personal liability, so you'll see that I struck that part and just signed for Gratipay, LLC. There were a few scope changes as well. Let me know how that all looks once you get it.
Using Python string interpolation on the payday.sql file introduces
complexity that leads to bugs. The one I hit was using '%' for
interplation in a Postgres RAISES clause: it would've had to be escaped
to make it through the Python interpolation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picking up from #3618, which had branch name
journal
, which ended up being wrong.