Archimedes Smith
Archimedes Smith
People may have more than one ledgers: personal, family, work, project, etc. It would be good if they can be seen in a merged view. However, this cannot be simply...
Currently there are three type of viewpoints. * `raw`: when the plugin is not enabled. This shows the original ledger in a global perspective. * `all`: when the plugin is...
In certain scenarios, it may make sense to split a posting based on the share of other postings. A common example is service charge. * The prorated split should be...
The tag "输入/输出" in https://vijos.org/d/dreamerjack_oj/p/1001 currently links to https://vijos.org/d/dreamerjack_oj/p/category/%E8%BE%93%E5%85%A5/%E8%BE%93%E5%87%BA (404: Not Found) as the slash wasn't encoded.
This extends the syntax of price expression with an optional multiplier to be applied on the source prices. For example `GBP:0.01*yahoo/XSDR.L` will fetch `16824.00` (pence) form yahoo and turn it...
Currently, the output of this parser is the AST from Lark, which I feel is not ideal for a few reasons. * The AST usually requires some common post processing....