flywire
flywire
Outlook displays message from to date subject cc (bcc) in content. These vital parts of the message should be supported, especially when outputted.
Edit Nodes
Edit (add, delete, move) nodes would be useful.
Couple of potential openwrt candidates: - [Simple AdBlock](https://github.com/stangri/openwrt_packages/blob/master/simple-adblock/files/README.md) - [@dibdot's adblock](https://github.com/openwrt/packages/tree/master/net/adblock/files)
`ws.range("B2", "C3").value = [[1, 2], [3, 4]]` Desirable not to include "C3" unless it is intended to truncate the array range. Default should be paste entire xy array at initial...
See #169
[Quickstart](https://piecash.readthedocs.io/en/master/doc/doc.html#quickstart) > book = piecash.open_book("test.gnucash", readonly=True) - Appears intended to be executable but no file provided. Maybe the simplest workflow, with no stock prices, is: ```python from piecash import open_book...
Close #175 Usage: `sphinx-autobuild docs docs/_build/html`
Should use [system locale](https://docs.python.org/3/library/locale.html) for all monetary defaults rather than just 3-letter International currency symbol (#174) with rest from https://github.com/sdementen/piecash/blob/master/piecash/core/currency_ISO.py