5eaf261875
Dockerfiles: finance/dev-tools: remove default 'ubuntu' user
...
For Ubuntu-based images, remove upstream-added default 'ubuntu' user as
it may conflict with host's given UID/GID during docker-finance build.
2024-06-13 15:20:55 -07:00
958cf11be3
Dockerfiles: finance/dev-tools: remove timezone mount
...
When running `finance` image's `import` command (but only when
container's hledger-flow coinbase/coinbase-pro accounts are imported),
the following error is given:
```
IsADirectoryError: [Errno 21] Is a directory: '/etc/timezone'
Selector name 'id' does not exist as a named header in the given CSV data.
```
specifically, after enabling verbose printing of `csvjoin` (which is only
used within these accounts), the following error is given:
```
File "/home/user/.local/share/pipx/venvs/csvkit/lib/python3.12/site-packages/babel/localtime/_unix.py", line 57, in _get_localzone
with open(tzpath, 'rb') as tzfile:
^^^^^^^^^^^^^^^^^^
```
where all errors prevent the successful import of applicable accounts.
The python error appears to have been introduced in csvkit 2.0.0 and
appears to be the result of an upstream decision (or bug) to not test
whether /etc/timezone is a directory or a file (Arch Linux treats
/etc/timezone as a directory).
Fortunately, docker-finance's mounting of /etc/localtime appears to
satisfy use-case requirements; so, /etc/timezone is no longer needed.
Removing /etc/timezone resolves all errors.
2024-06-13 15:20:33 -07:00
bc1485b4ca
Merge pull request #57 into master
...
80fbd64 README: update keyserver for repo verification (Aaron Fiore)
2024-06-12 22:39:29 -07:00
80fbd64fd1
README: update keyserver for repo verification
...
GnuPG's is proving to be regularly unavailable.
2024-06-11 19:42:46 -07:00
8f03cb0ef8
Merge pull request #56 into master
...
71960c1 hledger-flow: coinbase: allow 1INCH parsing (Aaron Fiore)
ce61e85 hledger-flow: gemini: allow 1INCH transfers (Aaron Fiore)
2024-06-11 16:14:33 -07:00
71960c106a
hledger-flow: coinbase: allow 1INCH parsing
2024-06-10 18:09:13 -07:00
ce61e854ae
hledger-flow: gemini: allow 1INCH transfers
2024-06-10 18:05:07 -07:00
a85ce38ef3
Merge pull request #55 into master
...
a3d4726 hledger-flow: ethereum-based: add to Ethereum spam rules (Aaron Fiore)
2024-06-07 13:58:13 -07:00
3f2328d3df
Merge pull request #54 into master
...
168ff32 hledger-flow: algorand: add to spam rules (Aaron Fiore)
2024-06-07 13:56:25 -07:00
4be51e384b
Merge pull request #53 into master
...
a08ae20 hledger-flow: ally: add eCheck deposit rule (Aaron Fiore)
290aa7c hledger-flow: ally: comment cleanup (Aaron Fiore)
36d99e1 hledger-flow: ally: regex anchor for Direction (Aaron Fiore)
f12754c hledger-flow: ally: remove quotes in Description (Aaron Fiore)
3040fb9 hledger-flow: ally: fix Description (Aaron Fiore)
2024-06-07 13:53:51 -07:00
a08ae2098e
hledger-flow: ally: add eCheck deposit rule
2024-06-07 13:33:01 -07:00
a3d4726c18
hledger-flow: ethereum-based: add to Ethereum spam rules
2024-06-06 19:12:57 -07:00
168ff3219b
hledger-flow: algorand: add to spam rules
2024-06-06 18:52:59 -07:00
290aa7c933
hledger-flow: ally: comment cleanup
...
Case-sensitive representation of header columns
2024-06-06 18:42:30 -07:00
36d99e1da3
hledger-flow: ally: regex anchor for Direction
2024-06-06 18:42:28 -07:00
f12754c98a
hledger-flow: ally: remove quotes in Description
2024-06-06 18:34:08 -07:00
3040fb9e60
hledger-flow: ally: fix Description
...
Descriptions with leading space were falsely included as `Type` tag
2024-06-06 18:32:22 -07:00
51c78ab5e1
Merge pull request #52 into master
...
e6ab8b5 hledger-flow: gemini: allow optional on-chain transfers (Aaron Fiore)
2024-05-30 15:25:03 -07:00
e6ab8b5ddf
hledger-flow: gemini: allow optional on-chain transfers
...
Fixes "does not exist as a named header in the given CSV data." when
on-chain transfer does not (yet) exist for given year.
2024-05-29 19:36:28 -07:00
cc0cbd06b5
Merge pull request #50 into master
...
71a57e3 hledger-flow: coinbase: Coinbase Trade: remove comment2 overwrite (Aaron Fiore)
2024-05-10 20:56:53 -07:00
71a57e3869
hledger-flow: coinbase: Coinbase Trade: remove comment2 overwrite
...
- Use Buy total for cost-basis instead of subtotal overwrite
- Remove redundant Sell overwrite
Fixup to pull request #49
2024-05-06 18:56:10 -07:00
34034135a0
Merge pull request #49 into master
...
71fc44b hledger-flow: coinbase: update mockups (SIWC V2 compliant) (Aaron Fiore)
f65a15a hledger-flow: coinbase: new implementation (SIWC V2 compliant) (Aaron Fiore)
e70c899 fetch: php: coinbase: add debug printing, tiny refactor (Aaron Fiore)
2024-05-06 15:09:16 -07:00
71fc44bb63
hledger-flow: coinbase: update mockups (SIWC V2 compliant)
2024-05-06 14:55:53 -07:00
f65a15af2c
hledger-flow: coinbase: new implementation (SIWC V2 compliant)
...
- Support for Coinbase SIWC Spring 2024's breaking API changes
- Coinbase Advanced Trade lot calculation fixes
- bitcoin.tax undocumented cost-basis "feature" fixes
* Coinbase Trade / Advanced Trade
- bitcoin.tax cost-basis related improvements
* Coinbase Card / Earn
- Support non-fiat pairings
* Coinbase Trade / Advanced Trade
- Add more fiat support
* 99% supported (see backreference TODOs)
- Subaccount improvements
- New tags / improved tags
- Refactoring / optimizations
2024-05-06 14:55:53 -07:00
e70c899f90
fetch: php: coinbase: add debug printing, tiny refactor
2024-05-03 17:01:23 -07:00
3c0e236aba
Merge pull request #47 into master
...
10a08af hledger-flow: paypal-business: account for Account Hold (Aaron Fiore)
2024-05-03 16:52:22 -07:00
10a08af7c8
hledger-flow: paypal-business: account for Account Hold
2024-04-22 16:25:44 -07:00
cc4994f6e1
Merge pull request #46 into master
...
b0794b3 hledger-flow: algorand: add to Governance Rewards (Aaron Fiore)
7437f87 hledger-flow: algorand: add to spam rules (Aaron Fiore)
2024-04-15 16:00:29 -07:00
b0794b3650
hledger-flow: algorand: add to Governance Rewards
2024-04-15 15:56:28 -07:00
7437f87f20
hledger-flow: algorand: add to spam rules
2024-04-15 15:56:28 -07:00
bca788007b
Merge pull request #45 into master
...
784f576 hledger-flow: ethereum-based: add Aave V2 -> V3 Migration Helper support (Aaron Fiore)
d31ed3a hledger-flow: ethereum-based: add to Ethereum spam rules (Aaron Fiore)
2024-04-08 16:10:13 -07:00
784f576eab
hledger-flow: ethereum-based: add Aave V2 -> V3 Migration Helper support
2024-04-03 00:08:18 -07:00
d31ed3a18b
hledger-flow: ethereum-based: add to Ethereum spam rules
2024-04-03 00:08:09 -07:00
0eb6813511
Merge pull request #44 into master
...
937a217 hledger-flow: btcpayserver: preprocess: fix YYY comment typo (Aaron Fiore)
2024-03-27 23:28:55 -07:00
616a808b50
Merge pull request #43 into master
...
bab3021 hledger-flow: electrum: add GIFTIN fiat_value cost-basis note (Aaron Fiore)
5951faf hledger-flow: electrum: add fiat_value to all outgoing expenses (Aaron Fiore)
5d0942e hledger-flow: electrum: add subaccount to applicable memos (Aaron Fiore)
8786090 hledger-flow: electrum: clarify SPEND comment (Aaron Fiore)
2024-03-27 23:26:38 -07:00
59011109b3
Merge pull request #42 into master
...
7e2e422 client: Dockerfiles: remove obsolete 'version' element (Aaron Fiore)
2024-03-27 23:23:05 -07:00
0f11307bfe
Merge pull request #40 into master
...
0b814eb README: add support for AdaLite (Aaron Fiore)
d2b40ec client: fetch.yaml.in: add cardano/ADA (Aaron Fiore)
e66b06e hledger-flow: add support for AdaLite (Aaron Fiore)
2024-03-27 23:06:57 -07:00
937a217245
hledger-flow: btcpayserver: preprocess: fix YYY comment typo
2024-03-27 00:48:43 -07:00
bab3021ec7
hledger-flow: electrum: add GIFTIN fiat_value cost-basis note
2024-03-27 00:24:08 -07:00
5951faf1da
hledger-flow: electrum: add fiat_value to all outgoing expenses
2024-03-27 00:23:46 -07:00
5d0942e9e0
hledger-flow: electrum: add subaccount to applicable memos
2024-03-27 00:18:39 -07:00
87860903f7
hledger-flow: electrum: clarify SPEND comment
2024-03-26 23:43:34 -07:00
7e2e4227b1
client: Dockerfiles: remove obsolete 'version' element
...
Resolves warning when internally running docker compose.
2024-03-26 22:53:23 -07:00
0b814ebf1c
README: add support for AdaLite
2024-03-19 21:57:00 -07:00
d2b40ec4c3
client: fetch.yaml.in: add cardano/ADA
2024-03-19 21:57:00 -07:00
e66b06ede3
hledger-flow: add support for AdaLite
2024-03-19 21:57:00 -07:00
b621e87df2
docker-finance | modern accounting for the power-user
...
Dedicated to Michael Morgan: a beautiful, beautiful soul.
---
Internal signing keys:
Aaron Fiore (sole author)
- 518A22F85BEFD32BCC99C48603F90C4F35E0213E
- 31ECA5C347A0CC0815EDE730A3EACCFCDA7E685E
- C8187C585CB07A4DA81CC0F37318B50EBE9C0DA8
Internal repositories (rebased from):
Staging:
$ git log -n1 --pretty=format:"%H"
c8e0cd66f6c89fa7b3c62f72fb524a4cc454b7b6
$ git rev-list --max-parents=0 HEAD
ac3863b8c234755855f1aea3a07a853122decdf2
Private:
$ git log -n1 --pretty=format:"%H"
69bb3591eaa2990a9637832bb484690e00c4f926
$ git rev-list --max-parents=0 HEAD
a5c1cc9fb593c4cf09bc0adfef6cb6d2964511ae
v1.0.0-beta
2024-03-08 23:42:21 -08:00