!!$      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   !!!!!!"" # # $ $ $$$$%%&&&&&&''''''' '!'"'#'(NoneQhledger@Consistent converter to structure with sensitive data anonymizedRhledger+Anonymize account name preserving hierarchyPQRPQRNoneWXhledgerThese are all the main hledger manuals, in man, txt, and info formats. Only files under the current package directory can be embedded, so most of these are symlinked here from the other package directories. WXYZ[\]^_` WXY[Z\]_`^NoneehledgerGiven a program name, return a precise platform-specific executable name suitable for naming downloadable binaries. Can raise an error if the version and patch level was not defined correctly at build time.abcdeabcdeNone >HVWX0%fhledger"Command line options, used in the hledger package and above. This is the "opts" used throughout hledger CLI code. representing the options and arguments that were provided at startup on the command-line.ohledgerdebug level, set by  --debug[=N] . See also ().qhledger"the --width value provided, if anyrhledgerestimated usable screen width, based on 1. the COLUMNS env var, if set 2. the width reported by the terminal, if supported 3. the default (80)shledgerrA command's documentation. Used both as part of CLI help, and as part of the hledger manual. See parseCommandDoc.thledger0Common help flags: --help, --debug, --version...uhledger.A hidden flag just for the hledger executable.vhledger<Common input-related flags: --file, --rules-file, --alias...whledger3Common report-related flags: --period, --cost, etc.xhledgerFlags for selecting flat/tree mode, used for reports organised by account. With a True argument, shows some extra help about inclusive/exclusive amounts.yhledgerYCommon flags that are accepted but not shown in --help, such as --effective, --aux-date.zhledger>Common output-related flags: --output-file, --output-format...hledgerAn empty cmdargs mode to use as a template. Modes describe the top-level command, ie the program, or a subcommand, telling cmdargs how to parse a command line and how to generate the command's usage text.hledgerA cmdargs mode suitable for a hledger built-in command with the given names (primary name + optional aliases). The usage message shows [QUERY] as argument.hledgermA cmdargs mode representing the hledger add-on command with the given name, providing hledger's common input reporting,help flags. Just used when invoking addons.hledgerBuild a cmdarg mode for a hledger command, from a help template and flag/argument specifications. Reduces boilerplate a little, though the complicated cmdargs flag and argument specs are still required.$hledger,Parse a command's documentation, as follows:\First line: the command name then any aliases, as one or more space or comma-separated wordsHSecond line to a line containing just _FLAGS, or the end: the short helpDAny lines after _FLAGS: the long help (split into lines for cmdargs)The CLI help displays the short help, then the cmdargs-generated flags list, then the long help (which some day we might make optional again). The manual displays the short help followed by the long help, with no flags list.hledger6Get a mode's usage message as a nicely wrapped string.hledgerGet the most appropriate documentation topic for a mode. Currently, that is either the hledger, hledger-ui or hledger-web manual.hledger1Add command aliases to the command's help string.hledgerGDefault width for hledger console output, when not otherwise specified.hledger{Replace any numeric flags (eg -2) with their long form (--depth 2), as I'm guessing cmdargs doesn't support this directly.hledgerParse raw option string values to the desired final data types. Any relative smart dates will be converted to fixed dates based on today's date. Parsing failures will raise an error. Also records the terminal width, if supported.hledgerLDo final validation of processed opts, raising an error if there is trouble.hledgerfA helper for addon commands: this parses options and arguments from the current command line using the given hledger-style cmdargs mode, and returns a CliOpts. Or, with --help or -h present, it prints long or short help, and exits the program. When --debug is present, also prints some debug output. Note this is not used by the main hledger executable.The help texts are generated from the mode. Long help includes the full usage description generated by cmdargs (including all supported options), framed by whatever pre- and postamble text the mode specifies. It's intended that this forms a complete help document or manual.#Short help is a truncated version of the above: the preamble and the first part of the usage, up to the first line containing "flags:" (normally this marks the start of the common hledger flags); plus a mention of --help and the (presumed supported) common hledger options not displayed.hTips: Empty lines in the pre/postamble are removed by cmdargs; add a space character to preserve them.hledger&Get the (tilde-expanded, absolute) journal file path from 1. options, 2. an environment variable, or 3. the default. Actually, returns one or more file paths. There will be more than one if multiple -f options were provided. File paths can have a READER: prefix naming a reader/data format.hledger^Get the expanded, absolute output file path from options, or the default (-, meaning stdout).hledgerGet the output format from the --output-format option, otherwise from a recognised file extension in the --output-file option, otherwise the default (txt).%hledger\Get the last file extension, without the dot, from a file path. May return the null string.hledger>Get the (tilde-expanded) rules file path from options, if any.hledgerGet the width in characters to use for console output. This comes from the --width option, or the COLUMNS environment variable, or (on posix platforms) the current terminal width, or 80. Will raise a parse error for a malformed --width argument.hledgerGet the width in characters to use for the register command's console output, and also the description column width if specified (following the main width, comma-separated). The widths will be as follows:  no --width flag - overall width is the available width (COLUMNS, or posix terminal width, or 80); description width is unspecified (auto) --width W - overall width is W, description width is auto --width W,D - overall width is W, description width is D < Will raise a parse error for a malformed --width argument.hledgercParse the format option if provided, possibly returning an error, otherwise get the default value.hledgerQDefault line format for balance report: "%20(total) %2(depth_spacer)%-(account)"hledgerGet the sorted unique canonical names of hledger addon commands found in the current user's PATH. These are used in command line parsing and to display the commands list.Canonical addon names are the filenames of hledger-* executables in PATH, without the "hledger-" prefix, and without the file extension except when it's needed for disambiguation (see below).When there are exactly two versions of an executable (same base name, different extensions) that look like a source and compiled pair (one has .exe, .com, or no extension), the source version will be excluded (even if it happens to be newer). When there are three or more versions (or two versions that don't look like a source/compiled pair), they are all included, with file extensions intact.hledgerGet all sorted unique filenames in the current user's PATH. We do not currently filter out non-file objects or files without execute permission.hledgerGGet the sorted unique filenames of all hledger-* executables in the current user's PATH. These are files in any of the PATH directories, named hledger-*, with either no extension (and no periods in the name) or one of the addonExtensions. We do not currently filter out non-file objects or files without execute permission.5fgiqhjklmnoprstuvwxyz{|}~5tuxyvwz{}~|fgiqhjklmnoprsNone"#XhledgerDStandard error message for a bad output format specified with -O/-o.hledgerParse the user's specified journal file(s) as a Journal, maybe apply some transformations according to options, and run a hledger command with it. Or, throw an error.hledgerApply some extra post-parse transformations to the journal, if specified by options. These happen after journal validation, but before report calculation. They include:)adding forecast transactions (--forecast) pivoting account names (--pivot)anonymising (--anonymise).hledgerBApply the pivot transformation on a journal, if option is present.hledgerIApply the anonymisation transformation on a journal, if option is presenthledgerGenerate periodic transactions from all periodic transaction rules in the journal. These transactions are added to the in-memory Journal (but not the on-disk file).When --auto is active, auto posting rules will be applied to the generated transactions. If the query in any auto posting rule fails to parse, this function will raise an error.The start & end date for generated periodic transactions are determined in a somewhat complicated way; see the hledger manual -> Periodic transactions.hledgeroWrite some output to stdout or to a file selected by --output-file. If the file exists it will be overwritten.hledgerRe-read the journal file(s) specified by options, applying any transformations specified by options. Or return an error string. Reads the full journal, without filtering.hledgerqRe-read the option-specified journal file(s), but only if any of them has changed since last read. (If the file is standard input, this will either do nothing or give an error, not tested yet). Returns a journal or error message, and a flag indicating whether it was re-read or not. Like withJournalDo and journalReload, reads the full journal, without filtering.hledgerKHas the journal's main data file changed since the journal was last read ?hledgerfHas the specified file (presumably one of journal's data files) changed since journal was last read ?hledgerzGet the last modified time of the specified file, or if it does not exist or there is some other error, the current time.hledger>Attempt to open a web browser on the given url, all platforms.hledgerBack up this file with a (incrementing) numbered suffix then overwrite it with this new text, or give an error, but only if the text is different from the current file contents, and return a flag indicating whether we did anything.{The given text should have unix line endings (n); the existing file content will be normalised to unix line endings before comparing the two. If the file is overwritten, the new file will have the current system's native line endings (n on unix, rn on windows). This could be different from the file's previous line endings, if working with a DOS file on unix or vice-versa.hledgerqBack up this file with a (incrementing) numbered suffix, then overwrite it with this new text, or give an error.&hledgerJBack up this file with a (incrementing) numbered suffix, or give an error.'hledgerDoes the second file represent a backup of the first, and if so which version is it ? XXX nasty regex types intruding, add a simpler api to Hledger.Utils.RegexNoneVNone~hledger)Print various statistics for the journal. NoneJ None"#hledger"Print a (posting) register report.hledgerCRender a register report as plain text suitable for console output.hledgerHRender one register report line item as plain text. Layout is like so:   ----------------=width (specified, terminal width, or 80) -------------------- date (10) description account amount (12) balance (12) DDDDDDDDDD dddddddddddddddddddd aaaaaaaaaaaaaaaaaaa AAAAAAAAAAAA AAAAAAAAAAAA  If description's width is specified, account will use the remaining space. Otherwise, description and account divide up the space equally.0With a report interval, the layout is like so:   ----------------=width (specified, terminal width, or 80) -------------------- date (21) account amount (12) balance (12) DDDDDDDDDDDDDDDDDDDDD aaaaaaaaaaaaaaaaaaaaaaaaaaaaa AAAAAAAAAAAA AAAAAAAAAAAA Kdate and description are shown for the first posting of a transaction only.Returns a string which can be multi-line, eg if the running balance has multiple commodities. Does not yet support formatting control like balance reports. None٪(hledgeroReturn a similarity measure, from 0 to 1, for two strings. This is Simon White's letter pairs algorithm from  4http://www.catalysoft.com/articles/StrikeAMatch.html( with a modification for short strings. None)hledger>Invert an amount's price for --invert-cost, somehow ? Unclear.*hledgerGiven a map of standard amount display styles, apply the appropriate one, if any, to this price directive's amount. But keep the number of decimal places unchanged. NoneX`ߊhledger&Command line options for this command.hledgerThe payees command.NoneX`4hledger&Command line options for this command.hledgerThe notes command.NoneWDhledgermList or display one of the hledger manuals in various formats. You can select a docs viewer with one of the `--info`, `--man`,  `--pager`, `--cat` flags. Otherwise it will use the first available of: info, man, $PAGER, less, stdout (and always stdout if output is non-interactive).Nonehledger&Command line options for this command.hledgerThe files command.NoneThledger&Command line options for this command.hledgerThe diff command.NoneX`hledger&Command line options for this command.hledgerThe descriptions command.None.hledger&Command line options for this command.None$X`hledger&Command line options for this command.hledgerThe codes command.None6NoneNoneNone "#$X hledger&Command line options for this command.hledger-The balance command, prints a balance report.+hledger-Render a single-column balance report as CSV.hledger4Render a single-column balance report as plain text.hledgerARender one balance report line item as plain text suitable for console output (or whatever string format is specified). Note, prices will not be rendered, and differently-priced quantities of the same commodity will appear merged. The output will be one or more lines depending on the format and number of commodities.,hledger`Render a balance report item using the given StringFormat, generating one or more lines of text.-hledger<Render one StringFormat component for a balance report item..hledgerRender one StringFormat component for a balance report item. This variant is for use with OneLine string formats; it squashes any multi-line rendered values onto one line, comma-and-space separated, while still complying with the width spec.hledgerRender a multi-column balance report as CSV. The CSV will always include the initial headings row, and will include the final totals row unless --no-total is set.hledger-Render a multi-column balance report as HTML.hledgerRender the HTML table rows for a MultiBalanceReport. Returns the heading row, 0 or more body rows, and the totals row if enabled./hledger>Render one MultiBalanceReport heading row as a HTML table row.0hledger;Render one MultiBalanceReport data row as a HTML table row.1hledger=Render one MultiBalanceReport totals row as a HTML table row.hledgerORender a multi-column balance report as plain text suitable for console output.hledgerBuild a 2$ from a multi-column balance report.hledgerSGiven a table representing a multi-column balance report (for example, made using ), render it in a format suitable for console output. Amounts with more than two commodities will be elided unless --no-elide is used. None"#_) hledgerDescription of a compound balance report command, from which we generate the command's cmdargs mode and IO action. A compound balance report command shows one or more sections/subreports, each with its own title and subtotals row, in a certain order, plus a grand totals row if there's more than one section. Examples are the balancesheet, cashflow and incomestatement commands.Compound balance reports do sign normalisation: they show all account balances as normally positive, unlike the ordinary BalanceReport and most hledger commands which show income liabilityequity balances as normally negative. Each subreport specifies the normal sign of its amounts, and whether it should be added to or subtracted from the grand total.hledger'the command's name(s) and documentationhledgeroverall report titlehledgersubreport detailshledgergthe "balance" type (change, cumulative, historical) this report shows (overrides command line flags)hledgerVGenerate a cmdargs option-parsing mode from a compound balance command specification.hledgerJGenerate a runnable command from a compound balance command specification.3hledgerSummarise one or more (inclusive) end dates, in a way that's visually different from showDateSpan, suggesting discrete end dates rather than a continuous span.4hledgerKRender a compound balance report as plain text suitable for console output.5hledgerEAdd the second table below the first, discarding its column headings.6hledgerRender a compound balance report as CSV. Subreports' CSV is concatenated, with the headings rows replaced by a subreport title row, and an overall title row, one headings row, and an optional overall totals row is added.7hledger)Render a compound balance report as HTML.None*oNone"#*None"#+KNone"#+None"#$7dhledger9Print an account register report for a specified account.8hledgerCRender a register report as plain text suitable for console output.9hledgerPRender one account register report line item as plain text. Layout is like so:   ----------------=width (specified, terminal width, or 80) -------------------- date (10) description other accounts change (12) balance (12) DDDDDDDDDD dddddddddddddddddddd aaaaaaaaaaaaaaaaaaa AAAAAAAAAAAA AAAAAAAAAAAA  If description's width is specified, account will use the remaining space. Otherwise, description and account divide up the space equally.^Returns a string which can be multi-line, eg if the running balance has multiple commodities.None "#>UVWX_^:hledger'State used while entering transactions.;hledgercommand line options<hledger7command line arguments remaining to be used as defaults=hledger today's date>hledger%the default date for next transaction?hledgerthe journal we are adding to@hledgerthe most similar historical txnAhledger*postings entered so far in the current txnhledgerRead multiple transactions from the console, prompting for each field, and append them to the journal file. If the journal came from stdin, this command has no effect.Bhledger9Loop reading transactions from the console, prompting, validating and appending each one to the journal file, until end of input or ctrl-c (then raise an EOF exception). If provided, command-line arguments are used as defaults; otherwise defaults come from the most similar recent transaction in the journal.ChledgerGenerate a haskeline completion function from the given completions and default, that case insensitively completes with prefix matches, or infix matches above a minimum length, or completes the null string with the default.hledgerCAppend this transaction to the journal's file and transaction list.hledgerAppend a string, typically one or more transactions, to a journal file, or if the file is "-", dump it to stdout. Tries to avoid excess whitespace.XXX This writes unix line endings (n), some at least, even if the file uses dos line endings (rn), which could leave mixed line endings in the file. See also writeFileWithBackupIfChanged.DhledgerCReplace a string's 0 or more terminating newlines with exactly one.Ehledger8Convert a string of journal data into a register report.hledgerFind the most similar and recent transactions matching the given transaction description and report query. Transactions are listed with their "relevancy" score, most relevant first.FhledgerReturn a similarity measure, from 0 to 1, for two transaction descriptions. This is like compareStrings, but first strips out any numbers, to improve accuracy eg when there are bank transaction ids from imported data.GhledgerReturn a similarity measure, from 0 to 1, for two strings. This was based on Simon White's string similarity algorithm (http:/www.catalysoft.com0articles/StrikeAMatch.html), later found to be  Dhttps://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient,< modified to handle short strings better. Todo: check out  6http://nlp.fi.muni.cz/raslan/2008/raslan08.pdf#page=14 . Nonedfhledger.Print journal transactions in standard format.HhledgerGenerate one CSV record per posting, duplicating the common transaction fields. The txnidx field (transaction index) allows postings to be grouped back into transactions.Ihledger`Print the transaction most closely and recently matching a description (and the query, if any).!None %456_gJhledgerBuild a Kh from any query arguments and --add-posting flags provided on the command line, or throw a parse error.Lhledger.Render list of changed lines as a unified diff"Noneh#Noneh}    $Nonei hledger<Print a bar chart of number of postings per report interval.      %NoneX`khledger&Command line options for this command.hledgerThe accounts command.&NoneLhledgerThe cmdargs subcommand mode (for command-line parsing) and IO action (for doing the command's work) for each builtin command. Command actions take parsed CLI options and a (lazy) finalised journal.Mhledger}The commands list, showing command names, standard aliases, and short descriptions. This is modified at runtime, as follows:,progversion is the program name and version.Lines beginning with a space represent builtin commands, with format: COMMAND (ALIASES) DESCRIPTION These should be kept synced with builtinCommands above, and their docs (Commands/*.md).Lines beginning with + represent known addon commands. These lines will be suppressed if hledger-CMD is not found in $PATH at runtime.OTHER is replaced with additional command lines (without descriptions) for any unknown addon commands found in $PATH at runtime.*TODO: generate more of this automatically.hledger*All names and aliases of builtin commands.hledgerLLook up a builtin command's mode and action by exact command name or alias. NhledgergExtract the command names from commandsList: the first word of lines beginning with a space or + sign.hledgerPrint the commands list, modifying the template above based on the currently available addons. Missing addons will be removed, and extra addons will be added under Misc.hledgerThe test command, which runs the hledger and hledger-lib packages' unit tests. This command also accepts tasty test runner options, written after a -- (double hyphen).LUnlike most hledger commands, this one does not read the user's journal. A O_ argument remains in the type signature, but it should not be used (and would raise an error).S     NonePQRSTUVWXYZ[\]^_`abcdefghi  !"#$%&',+*)(876543210/.-=<;:9>EDCBA@?JIHGFLKMNOjklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnKopqrstuvwxyz{|}~OWXYZ[\]^_`abcdefgiqhjklmnoprstuvwxyz{|}~     P  !"#$%&',+*)(876543210/.-=<;:9>EDCBA@?JIHGFLKMNO'None>hledgerSThe overall cmdargs mode describing hledger's command-line options and subcommands.hledger Let's go!hledgerjParse hledger CLI options from these command line arguments and add-on command names, or raise any error.hledgerA hacky workaround for cmdargs not accepting flags before the subcommand name: try to detect and move such flags after the command. This allows the user to put them in either position. The order of options is not preserved, but this should be ok.Since we're not parsing flags as precisely as cmdargs here, this is imperfect. We make a decent effort to: - move all no-argument helpinput/report flags - move all required-argument helpinputvreport flags along with their values, space-separated or not - not confuse things further or cause misleading errors.  !"#  !"#*Safe+,-+,.+,/+,0+,1+,2+,3+,4+56+57+58+59+5:+5;+5<+=>+=?+=@+=A+=B+CD+EF+EG+EH+EI+EJ+EK+EL+EM+EN+EO+EP+EQ+ER+ES+ET+EU+EV+EW+EX+EY+EZ+E[+E\+E\+E]+E^+E_+E`+Ea+Eb+Ec+Ed+Ee+Ef+Eg+Eg+Eh+Ei+Ej+Ek+El+Em+En+Eo+Ep+Eq+Er+Es+Es+Et+Eu+Ev+Ew+Ew+Ex+Ey+z{+z|+}~       !"#$%&'()* + , -!.!/!0!1!2!3"4"5#6#7$8$9$:$;$<$=%>%?&@&A&B&C&D&E'F'G'H'I'J'K'L'M'N'O'PQRST U V WXYZ[\]^_`abcdefghijklmnopqrstuU v w!xyz{!|&}&~yzyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy y y y y yyyyyyyyyyyyyyyyyyyy y!y"y#y$y$y%y&y'y(y)y*y+y,y-y./y.0y.1y.2y.3y.4y.5y.6y.7y.8y.9y:;y:<y:=y:>y:?y:@yAByACyADyAEyFGyFHyFIyFJyFKyLMyLNyLOyLPyLQyLRyLSyLTyLUyLVyLWyLXyLYyLZyL[yL\yL]yL^yL_yL`yLayLbyLcyLdyLeyLfyLgyLhyLiyLjyLkyLlyLmyLnyLoyLpyLqyLryLryLsyLtyLuyLvyLwyLxyLyyLzyL{yL|yL}yL~yLyLyLyLyLyLyLyLyLyLyLyLyLyLyLyLyLyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy y y y y yyyyyyyyyyyyyyyy y!y"y#y$y%y&y'y(y)y*y+y,y-y.y/y0y1y2y3y4y5y6y7y8y9y:y;y<y=y>y?y@yAyByCyDyEyFyGyHyIyJyKyLyMyNyOyPyQyRySyTyUyVWyVXyVYyVZyV[yV\yV]yV^yV_yV`yVayVbyVcyVdyVeyVfyVgyVhyViyVjyVkyVlyVmyVnyVoyVpyVqyVryVsyVtyuvyuwyuxyuyyuzyu{yu|yu}yu~yuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy y y  y  y y y y y y y y y y y y y y y y y y y  y !y "y #y $y %y &y 'y (y )y *y +y ,y -y .y /y 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y :y ;y <y =y >y ?y @y Ay By Cy Dy Ey Fy Gy Hy Iy Jy Ky Ly My Ny Oy Py Qy RySTySUySVySWySXySYyZ[yZ\yZ]yZ^yZ_yZ`yZayZbyZcyZdyZeyZfyZgyZhyZiy(jy(ky(ly(my(ny(oy(py(qy(ry(sy(ty(uy(vy(wy(xy(yy(zy({y(|y(}y(~y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(y(yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy)yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy y y y y yyyyyyyyyyyyyyyyy !y "y #y $y %y &y 'y (y )y *y +y ,y -y .y /y 0y 1y 2y 3y 4y 5yz6yz7yz8yz9yz:yz;yz<yz=yz>yz?yz@yzAyzByzCyzDyzEyzFyzGyzHyzIyzJyzKyzKyzEyzDyzCyzLyzMyzNyzOyzPyzQyzRyzSyzTyzUyzVyzWyzXyzYyzZyz[yz\yz]yz^yz_yz`yzayzbyzcyzdyzeyzfyzgyzhyziyzjyzkyzlyzmyznyzoyzpyzqyzryzsyztyzuyzvyzwyzxyzxyzyyzzyz{yz|yz}yz~yzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzGyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyz{yzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyzyyyyyyy y y y y yyyyyyyyy !"#$%&'()*+,-,.,/,0,1**2*3*4*5*6*7*89#hledger-1.19-FD1xdS3XYevDDFWHcydb7X Hledger.CliHledger.Cli.AnonHledger.Cli.DocFilesHledger.Cli.VersionHledger.Cli.CliOptionsHledger.Cli.UtilsHledger.Cli.Commands.TagsHledger.Cli.Commands.StatsHledger.Cli.Commands.RoiHledger.Cli.Commands.Register"Hledger.Cli.Commands.RegistermatchHledger.Cli.Commands.PricesHledger.Cli.Commands.PayeesHledger.Cli.Commands.NotesHledger.Cli.Commands.HelpHledger.Cli.Commands.FilesHledger.Cli.Commands.Diff!Hledger.Cli.Commands.Descriptions Hledger.Cli.Commands.CommoditiesHledger.Cli.Commands.CodesHledger.Cli.Commands.CloseHledger.Cli.Commands.CheckdupesHledger.Cli.Commands.CheckdatesHledger.Cli.Commands.Balance"Hledger.Cli.CompoundBalanceCommand$Hledger.Cli.Commands.IncomestatementHledger.Cli.Commands.Cashflow'Hledger.Cli.Commands.Balancesheetequity!Hledger.Cli.Commands.BalancesheetHledger.Cli.Commands.AregisterHledger.Cli.Commands.AddHledger.Cli.Commands.PrintHledger.Cli.Commands.Rewrite Hledger.Cli.Commands.PrintuniqueHledger.Cli.Commands.ImportHledger.Cli.Commands.ActivityHledger.Cli.Commands.AccountsHledger.Cli.CommandsHledger.Cli.Main Hledger.Utils debugLevel Paths_hledger%cmdargs-0.10.20-2I5EC3CdzQ7qCXt6V31JgSystem.Console.CmdArgs.ExplicitflagsVerbosityflagNumericVersion flagVersionflagHelpFormatflagHelpSimpleprocessValueIO processValue processArgs$System.Console.CmdArgs.Explicit.HelphelpText HelpFormatZshHelpFormatBash HelpFormatAll HelpFormatOneHelpFormatDefault HelpFormat(System.Console.CmdArgs.Explicit.Completecomplete CompleteDir CompleteFile CompleteValueComplete'System.Console.CmdArgs.Explicit.Processprocess$System.Console.CmdArgs.Explicit.TypeflagBoolflagArgflagReqflagOptflagNonemodesmode modeEmpty remapUpdateremap2 checkMode fromFlagOpt modeFlags modeModestoGroup fromGroup parseBoolHelpFlagHelp groupNamed groupHidden groupUnnamedGroupmodeGroupFlagsmodeArgsmodeHelpSuffixmodeHelp modeExpandAt modeReform modeCheck modeValue modeNamesmodeGroupModesModeFlagNone FlagOptRareFlagOptFlagReqFlagInfoUpdateflagHelpflagType flagValueflagInfo flagNamesFlag argRequireargTypeargValueArgremapRemap)System.Console.CmdArgs.Explicit.SplitJoin splitArgsjoinArgs,System.Console.CmdArgs.Explicit.ExpandArgsAt expandArgsAtAnonanon anonAccount $fAnonText$fAnonTransaction $fAnonPosting $fAnonJournalTopicdocFiles docTopics lookupDocTxtlookupDocNroff lookupDocInfoprintHelpForTopicrunPagerForTopicrunManForTopicrunInfoForTopicprognameversionprognameandversionprognameanddetailedversionbinaryfilenameCliOptsrawopts_command_file_ inputopts_ reportopts_ output_file_output_format_debug_no_new_accounts_width_available_width_ CommandDoc helpflagsdetailedversionflag inputflags reportflags flattreeflags hiddenflagsoutputFormatFlagoutputFileFlagargsFlaggeneralflagsgroup1generalflagsgroup2generalflagsgroup3defModedefCommandModeaddonCommandModehledgerCommandMode showModeUsage topicForMode withAliases defcliopts defaultWidthreplaceNumericFlagsrawOptsToCliOpts checkCliOptsgetHledgerCliOpts'getHledgerCliOptsjournalFilePathFromOptsoutputFileFromOptsdefaultOutputFormat outputFormatsoutputFormatFromOptsrulesFilePathFromOpts widthFromOptsregisterWidthsFromOptslineFormatFromOptsdefaultBalanceLineFormat hledgerAddonslikelyExecutablesInPathhledgerExecutablesInPath$fDefaultCliOpts $fShowCliOptsunsupportedOutputFormatError withJournalDojournalTransform pivotByOptsanonymiseByOptsjournalAddForecast writeOutput journalReloadjournalReloadIfChangedjournalFileIsNewerjournalSpecifiedFileIsNewerfileModificationTime openBrowserOnwriteFileWithBackupIfChangedwriteFileWithBackupreadFileStrictlytests_Cli_Utilstagsmodetags statsmodestatsroimoderoi $fShowOneSpan registermoderegisterpostingsReportAsTextpostingsReportItemAsTexttests_Registerregistermatchmode registermatch pricesmodeprices payeesmodepayees notesmodenoteshelpmodehelp' filesmodefilesdiffmodediff$fEqPostingWithPath$fShowPostingWithPathdescriptionsmode descriptionscommoditiesmode commodities codesmodecodes closemodeclosecheckdupesmode checkdupescheckdatesmode checkdates balancemodebalancebalanceReportAsTextbalanceReportItemAsTextmultiBalanceReportAsCsvmultiBalanceReportAsHtmlmultiBalanceReportHtmlRowsmultiBalanceReportAsTextbalanceReportAsTablebalanceReportTableAsText tests_BalanceCompoundBalanceCommandSpeccbcdoccbctitle cbcqueriescbctypecompoundBalanceCommandModecompoundBalanceCommandincomestatementmodeincomestatement cashflowmodecashflowbalancesheetequitymodebalancesheetequitybalancesheetmode balancesheet aregistermode aregistertests_AregisteraddmodeaddjournalAddTransactionappendToJournalFileOrStdouttransactionsSimilarTo&$fExceptionRestartTransactionException$fShowEntryState!$fShowRestartTransactionException$fShowTxnParams$fShowPrevInput printmodeprint'originalTransaction rewritemoderewrite$fShowDiffLine$fFunctorDiffLine$fFoldableDiffLine$fTraversableDiffLineprintuniquemode printunique importmode importcmd activitymodebarcharactivity showHistogram printDayWithcountBar accountsmodeaccountsbuiltinCommandsbuiltinCommandNames findCommandprintCommandsListtestcmdtests_Hledger_Climainmodemain argsToCliOptsmoveFlagsAfterCommandisMovableNoArgFlagisMovableReqArgFlagisMovableReqArgFlagAndValueisValue flagstomovenoargflagstomovereqargflagstomoveparseCommandDocfilePathExtension backUpFile backupNumbercompareStrings invertPrice"stylePriceDirectiveExceptPrecisionbalanceReportAsCsvrenderBalanceReportItemrenderComponentrenderComponent1multiBalanceReportHtmlHeadRowmultiBalanceReportHtmlBodyRowmultiBalanceReportHtmlFootRow&tabular-0.2.2.8-CxCAZY3Z4n73GapwIfIYgw Text.TabularTable showEndDatescompoundBalanceReportAsText concatTablescompoundBalanceReportAsCsvcompoundBalanceReportAsHtmlaccountTransactionsReportAsText#accountTransactionsReportItemAsText EntryStateesOptsesArgsesToday esDefDate esJournalesSimilarTransaction esPostingsgetAndAddTransactions completerensureOneNewlineTerminatedregisterFromStringcompareDescriptionstransactionToCSV printMatchtransactionModifierFromOpts&hledger-lib-1.19-9fh02T1n4zjASByyfEEecHledger.Data.TypesTransactionModifier renderPatch commandsListcommandsFromCommandsListJournalbase Debug.Tracetrace)ansi-terminal-0.11-4wmjZYgNWif1HCz52wiJecSystem.Console.ANSI.TypesColorBlackRedGreenYellowBlueMagentaCyanWhiteColorIntensityDullVivid traceMarkerIO traceMarker traceEventIO traceEvent traceStack traceShowMtraceM traceShowId traceShowtraceId putTraceMsgtraceIOGHC.Stack.Types HasCallStack+tasty-hunit-0.10.0.2-6CD6S3yWQkqKAPjhrokYWdTest.Tasty.HUnit.OrigAssertionPredicate Assertableassert HUnitFailureAssertionPredicableassertionPredicate Assertion assertFailure assertBool assertEqual@=?@?=@? assertStringTest.Tasty.HUnit.Steps testCaseStepsTest.Tasty.HUnittestCase testCaseInfoHledger tests_HledgerHledger.Reports tests_ReportsHledger.Reports.BalanceReporttests_BalanceReport balanceReportflatShowsExclusiveBalance BalanceReportBalanceReportItemHledger.Reports.BudgetReporttests_BudgetReportreportPeriodNamebudgetReportAsTablebudgetReportAsText budgetReport BudgetGoal BudgetTotal BudgetAverage BudgetCellBudgetReportRow BudgetReport"Hledger.Reports.MultiBalanceReporttests_MultiBalanceReport tableAsText sortRowsLikesortRowscompoundBalanceReportWithcompoundBalanceReportmultiBalanceReportWithmultiBalanceReportMultiBalanceReportMultiBalanceReportRowCompoundBalanceReport Hledger.Read tests_ReadensureJournalFileExistsrequireJournalFileExistsreadJournalFilereadJournalFilesdefaultJournalPathdefaultJournal readJournal readJournal'PrefixedFilePathHledger.Read.JournalReaderpostingp accountaliaspsplitReaderPrefix findReaderHledger.Read.Common tests_Commonbracketeddatetagsppostingcommentptransactioncommentpfollowingcommentpemptyorcommentlinepmultilinecommentp rawnumberp fromRawNumbernumberp lotpricepbalanceassertionp priceamountpcommoditysymbolp mamountp'amountp'amountpspaceandamountormissingp singlespacepsinglespacedtextsatisfyingpsinglespacedtextp accountnamepmodifiedaccountnamepsecondarydatep datetimepdatep descriptionpcodepstatuspjournalAddFileclearAccountAliasesgetAccountAliasesaddAccountAliasgetParentAccountpopParentAccountpushParentAccountaddDeclaredAccountTypegetAmountStylegetDefaultAmountStylegetDefaultCommodityAndStylesetDefaultCommodityAndStylegetYearsetYearjournalFinaliseparseAndFinaliseJournal'parseAndFinaliseJournaljournalSourcePosgenericSourcePosrejprunErroringJournalParserrjprunJournalParserrtp runTextParserrawOptsToInputOpts definputoptsReaderrFormat rExtensionsrReadFnrParser InputOptsmformat_ mrules_file_aliases_anon_ignore_assertions_new_ new_save_pivot_auto_"Hledger.Reports.TransactionsReporttests_TransactionsReporttransactionsReportByCommoditytransactionsReporttriCommodityBalancetriCommodityAmount triBalance triAmounttriDatetriOrigTransactionTransactionsReportTransactionsReportItem)Hledger.Reports.AccountTransactionsReporttests_AccountTransactionsReporttransactionRegisterDateaccountTransactionsReportItemsaccountTransactionsReportAccountTransactionsReportAccountTransactionsReportItemHledger.Reports.EntriesReporttests_EntriesReport entriesReport EntriesReportEntriesReportItemHledger.Reports.PostingsReporttests_PostingsReportmkpostingsReportItempostingsReportPostingsReportPostingsReportItemHledger.Reports.ReportOptionstests_ReportOptionsreportPeriodOrJournalLastDayreportPeriodLastDayreportPeriodOrJournalStartreportPeriodStartspecifiedEndDatespecifiedStartDatespecifiedStartEndDates reportEndDatereportStartDate reportSpanqueryOptsFromOptsqueryFromOptsOnly queryFromOptsjournalSelectingAmountFromOptsflat_tree_whichDateFromOpts postingDateFntransactionDateFnvaluationTypeIsDefaultValuevaluationTypeIsCostreportOptsToggleStatussimplifyStatusesforecastPeriodFromRawOptsintervalFromRawOptscheckReportOptsrawOptsToReportOpts defreportopts FormatStr BalanceType PeriodChangeCumulativeChangeHistoricalBalanceAccountListModeALFlatALTree ReportOptstoday_period_ interval_ statuses_value_ infer_value_depth_date2_empty_ no_elide_real_format_query_average_related_ txn_dates_ balancetype_accountlistmode_drop_ row_total_ no_total_pretty_tables_ sort_amount_percent_invert_normalbalance_color_ forecast_ transpose_Hledger.Reports.ReportTypesprrDepthprrDisplayName prrFullNametreeDisplayNameflatDisplayNameprMapMaybeName prMapNameprNormaliseSignperiodicReportSpan PercentageChangeBalanceTotalAveragePeriodicReportprDatesprRowsprTotalsPeriodicReportRowprrName prrAmountsprrTotal prrAverageCompoundPeriodicReportcbrTitlecbrDates cbrSubreports cbrTotalsCBCSubreportSpeccbcsubreporttitlecbcsubreportquerycbcsubreportnormalsigncbcsubreportincreasestotal DisplayName displayFull displayName displayDepth Hledger.Data tests_DataHledger.Data.Ledger tests_LedgerledgerCommoditiesledgerDateSpanledgerPostingsledgerLeafAccountsledgerTopAccountsledgerRootAccount ledgerAccountledgerAccountNamesledgerFromJournal nullledgerHledger.Data.Journal tests_Journal samplejournal journalPivotjournalEndDatejournalStartDatejournalDateSpan journalToCost(journalInferMarketPricesFromTransactionscanonicalStyleFromcommodityStylesFromAmountsjournalCommodityStylesjournalApplyCommodityStylesjournalBalanceTransactionsjournalCheckBalanceAssertionsjournalModifyTransactionsjournalUntieTransactionsjournalNumberAndTieTransactionsjournalSetLastReadTimejournalReversemapTransactionPostingsmapJournalPostingsmapJournalTransactionsfilterTransactionPostingsfilterPostingAmountfilterTransactionAmountsfilterJournalAmountsfilterJournalPostingsfilterJournalTransactions journalProfitAndLossAccountQueryjournalBalanceSheetAccountQueryjournalExpenseAccountQueryjournalRevenueAccountQueryjournalEquityAccountQueryjournalLiabilityAccountQueryjournalCashAccountQueryjournalAssetAccountQueryjournalAccountNames$journalAccountNamesDeclaredOrImplied!journalAccountNamesDeclaredOrUsedjournalAccountNamesDeclaredjournalAccountNamesImpliedjournalAccountNamesUsedjournalPostingsjournalDescriptionsjournalPrevTransactionjournalNextTransactionjournalTransactionAtaddPriceDirectiveaddPeriodicTransactionaddTransactionModifieraddTransactionjournalFilePathsjournalFilePath nulljournal Hledger.Data.PeriodicTransaction!checkPeriodicTransactionStartDaterunPeriodicTransactionHledger.Data.AccountshowAccountDebugshowAccountsBoringFlag showAccounts printAccounts lookupAccountaccountDeclarationOrderAndNamesortAccountTreeByDeclarationsortAccountNamesByDeclarationaccountSetDeclarationInfosortAccountTreeByAmountfilterAccountsflattenAccounts pruneAccountsclipAccountsAndAggregate clipAccounts sumAccounts anyAccounts mapAccountsaccountsLevelsparentAccountstieAccountParents accountTreeaccountsFromPostingsnullacctHledger.Data.Timeclocktests_TimeclocktimeclockEntriesToTransactions Hledger.Data.TransactionModifiermodifyTransactions Hledger.Query tests_QuerymatchesPriceDirective matchesTagsmatchesTransactionmatchesPosting matchesAmountmatchesCommoditymatchesMixedAmountmatchesAccountinAccountQuery inAccount queryDepthqueryDateSpan' queryDateSpan queryEndDatequeryStartDatequeryIsStartDateOnly queryIsEmpty queryIsStatus queryIsReal queryIsSym queryIsAmt queryIsAcctqueryIsDateOrDate2 queryIsDate2 queryIsDate queryIsDepth queryIsNull filterQuery simplifyQueryprefixeswords'' parseQuerygeneratedTransactionTagnoteTagpayeeTagQueryAnyRealEmptyAndNotTagNoneOrCodeDescAcctDateDate2StatusQAmtSymDepthQueryOptQueryOptInAcctOnlyQueryOptInAcctHledger.Data.Transactiontests_TransactiontransactionToCosttransactionApplyValuationtransactionTransformPostings txnUntieKnot txnTieKnottransactionDate2annotateErrorWithTransactionbalanceTransactionHelperbalanceTransactionisTransactionBalancedtransactionsPostingsbalancedVirtualPostingsvirtualPostingsassignmentPostings realPostingshasRealPostingsshowAccountNameshowPostingLines%showTransactionUnelidedOneLineAmountsshowTransactionOneLineAmountsshowTransactionUnelidedshowTransactiontransactionNotetransactionPayee transactionnulltransactionshowGenericSourcePossourceFirstLinesourceFilePathHledger.Data.Posting tests_PostingcommentAddTagNextLine commentAddTag commentJoinpostingTransformAmount postingToCostpostingApplyValuationaccountNameApplyAliasesMemoaccountNameApplyAliasesconcatAccountNamesjoinAccountNamesaccountNameWithPostingTypeaccountNameWithoutPostingTypeaccountNamePostingTypeisEmptyPostingisPostingInDateSpan'isPostingInDateSpanrelatedPostingstransactionAllTagspostingAllTags postingStatus postingDate2 postingDate removePrices sumPostingsaccountNamesFromPostingshasBalanceAssignment hasAmountisBalancedVirtual isVirtualisReal showComment showPostingoriginalPostingbalassertTotIncbalassertParInc balassertTot balassert nullassertion nullsourceposvpost'post'vpostpostposting nullpostingHledger.Data.Datesnulldate emptydatespan nulldatespan periodexprpyearp isDateSepChar datesepchar datesepchars smartdate parsedateMprevday fixSmartDatefixSmartDateStrEither'fixSmartDateStrEitherfixSmartDateStr maybePeriodparsePeriodExpr'parsePeriodExprlatestSpanContainingdaysSpan spanUnion spansUnionspanDefaultsFrom spanIntersectspansIntersectperiodContainsDatespanContainsDate daysInSpan splitSpan spansSpan spanYears spanEndYear spanStartYearspanEnd spanStartelapsedSecondsgetCurrentYeargetCurrentMonth getCurrentDayshowDateSpanMonthAbbrev showDateSpanshowDateHledger.Data.StringFormattests_StringFormatdefaultStringFormatStyleparseStringFormat StringFormatOneLine TopAligned BottomAlignedStringFormatComponent FormatLiteral FormatFieldReportItemField AccountFieldDefaultDateFieldDescriptionField TotalFieldDepthSpacerFieldFieldNoHledger.Data.AccountNametests_AccountNameaccountNameToAccountOnlyRegexaccountNameToAccountRegex escapeNameclipOrEllipsifyAccountNameclipAccountNameelideAccountNameaccountNameTreeFromsubAccountNamesFromisSubAccountNameOfisAccountNamePrefixOfparentAccountNamesparentAccountNametopAccountNamesexpandAccountNameexpandAccountNamesaccountNameDropunbudgetedAccountNameaccountNameLevelaccountSummarisedNameaccountLeafNameaccountNameFromComponentsaccountNameComponentsacctsep acctsepcharHledger.Data.Valuationtests_ValuationmarketPriceReversemixedAmountValueAtDateunsupportedValueThenErrormixedAmountApplyValuationpriceDirectiveToMarketPricejournalPriceOracle ValuationTypeAtCostAtThenAtEndAtNowAtDate AtDefault PriceOracleHledger.Data.Amount tests_Amount mixedAmountTotalPriceToUnitPricecanonicaliseMixedAmountshowMixedAmountElided"showMixedAmountOneLineWithoutPricemixedAmountStripPricesshowMixedAmountWithoutPriceshowMixedAmountDebugshowMixedAmountWithPrecisionsetMixedAmountPrecision ltraceamountshowMixedAmountOneLine showMixedAmountWithZeroCommodityshowMixedAmountstyleMixedAmountmixedAmountIsZeromixedAmountLooksZeroisNegativeMixedAmountaverageMixedAmountsmultiplyMixedAmountAndPricedivideMixedAmountAndPricemultiplyMixedAmountdivideMixedAmountmixedAmountCostmapMixedAmountfilterMixedAmountByCommodityfilterMixedAmountamountsunifyMixedAmount*normaliseMixedAmountSquashPricesForDisplaynormaliseMixedAmountmixedmissingmixedamt nullmixedamtcanonicaliseAmountshowAmountWithZeroCommodity cshowAmount showAmountstyleAmountExceptPrecision styleAmountwithDecimalPointsetAmountDecimalPointwithInternalPrecisionsetAmountInternalPrecisionshowAmountWithoutPriceshowAmountDebugsetFullPrecisionsetAmountPrecision withPrecision amountIsZeroamountLooksZeroisNegativeAmountmultiplyAmountAndPricedivideAmountAndPricemultiplyAmount divideAmountamountTotalPriceToUnitPrice amountCostamountWithCommodity@@atpergbpeurusdhrsnum missingamtnullamtamount amountstyleHledger.Data.CommodityconversionRatecommcommoditysymbols commodityquoteCommoditySymbolIfNeededisNonsimpleCommodityCharHledger.Data.RawOptions posintoptintoptmaybeposintopt maybeintoptlistofstringopt maybecharopt stringoptmaybestringopt collectopts choiceoptboolopt inRawOpts setbooloptsetoptRawOpts tests_UtilsembedFileRelativemapM' sequence' minimumStrict maximumStrict sumStrictmaximum'readHandlePortablyreadFileOrStdinPortablyreadFilePortablyexpandHomePath expandPathapplyNgetCurrentZonedTimegetCurrentLocalTimesplitAtElementuncurry4curry4uncurry3curry3uncurry2curry2sixth6fifth6fourth6third6second6first6fifth5fourth5third5second5first5fourth4third4second4first4third3second3first3Hledger.Utils.Text tests_Text readDecimal textWidth textTakeWidthtextPadRightWidetextPadLeftWidefitTexttextConcatTopPadded textUnbracket stripquotesescapeDoubleQuotestextQuoteIfNeeded quoteIfSpacedtextElideRightHledger.Utils.TestassertParseErrorEassertParseEqE assertParseEassertParseStateOnassertParseErrorassertParseEqOn assertParseEq assertParse assertRight assertLefttesttestsHledger.Utils.Debugdbgparse traceParseplogAtplogdbg9IOdbg8IOdbg7IOdbg6IOdbg5IOdbg4IOdbg3IOdbg2IOdbg1IOdbg0IO ptraceAtIOdbgExitdbg9Withdbg8Withdbg7Withdbg6Withdbg5Withdbg4Withdbg3Withdbg2Withdbg1Withdbg0Withdbg9dbg8dbg7dbg6dbg5dbg4dbg3dbg2dbg1dbg0 ptraceAtWithptraceAt traceAtWithtraceAt traceWithptracepshowpprintHledger.Utils.String charWidth stripAnsistrWidth takeWidth padRightWide padLeftWidefitStringMulti fitStringfitto cliptopleftpadrightpadleft padbottompadtopvConcatRightAlignedvConcatLeftAligned concatOneLineconcatBottomPaddedconcatTopPadded unbracketunwords'words'singleQuoteIfNeeded quoteIfNeeded underline formatString elideRight elideLeft stripbrackets singlelinechomprstriplstripstrip uppercase lowercasetakeEndHledger.Utils.ParseeolofskipNonNewlineSpaces'skipNonNewlineSpaces1skipNonNewlineSpaces restoflinespacenonewlineisNonNewlineSpacenonspaceshowDateParseError parseerror fromparseparseWithState'parseWithStateparsewithString parsewith surroundedBy choiceInStatechoice'SimpleStringParserSimpleTextParser TextParser JournalParserErroringJournalParserText.Megaparsec.Custom CustomErrHledger.Data.Json readJsonFile writeJsonFile toJsonTextHledger.Data.PeriodstartOfFirstWeekInMonthfirstMonthOfQuarterquarterContainingMonthyearMonthContainingWeekStarting mondayBefore periodShrink periodGrow periodMoveToperiodPreviousIn periodNextInperiodPrevious periodNext periodEnd periodStartshowPeriodMonthAbbrev showPeriodisStandardPeriodisLastDayOfMonthsimplifyPerioddateSpanAsPeriodperiodAsDateSpannullaccountdeclarationinfonullperiodictransactionnulltransactionmodifier SmartDateSmartAssumeStartSmartFromReference SmartMonth SmartRelative SmartSequenceLastNextThis SmartIntervalQuarterMonthYearDayWeek WhichDate PrimaryDate SecondaryDateDateSpanYearWeek MonthWeekYearDayMonthDayWeekDayPeriod DayPeriod WeekPeriod MonthPeriod QuarterPeriod YearPeriod PeriodBetween PeriodFromPeriodTo PeriodAllInterval NoIntervalDaysWeeksMonthsQuartersYears DayOfMonthWeekdayOfMonth DayOfWeek DayOfYear AccountName AccountTypeAsset LiabilityEquityRevenueExpenseCash AccountAlias BasicAlias RegexAliasSideRLQuantity AmountPrice UnitPrice TotalPrice AmountStyleascommoditysideascommodityspaced asprecisionasdecimalpoint asdigitgroupsAmountPrecision PrecisionNaturalPrecisionDigitGroupStyle DigitGroupsCommoditySymbol CommoditycsymbolcformatAmount acommodity aquantity aismultiplierastyleaprice MixedAmountMixed PostingTypeRegularPostingVirtualPostingBalancedVirtualPostingTagNameTagValueDateTagStatusUnmarkedPendingClearedBalanceAssertionbaamountbatotal bainclusive bapositionPostingpdatepdate2pstatuspaccountpamountpcommentptypeptagspbalanceassertion ptransaction poriginalGenericSourcePosJournalSourcePos Transactiontindextprecedingcomment tsourcepostdatetdate2tstatustcode tdescriptiontcommentttags tpostings tmquerytxttmpostingrules TMPostingRulePeriodicTransaction ptperiodexpr ptintervalptspanptstatusptcode ptdescription ptcommentpttags ptpostings TimeclockCodeIn SetBalanceSetRequiredHoursOutFinalOutTimeclockEntry tlsourcepostlcode tldatetime tlaccount tldescriptionPriceDirectivepddate pdcommoditypdamount MarketPricempdatempfrommptompratejparsedefaultyearjparsedefaultcommodityjparseparentaccounts jparsealiasesjparsetimeclockentriesjincludefilestackjdeclaredaccountsjdeclaredaccounttypes jcommoditiesjinferredcommoditiesjpricedirectivesjinferredmarketprices jtxnmodifiers jperiodictxnsjtxnsjfinalcommentlinesjfiles jlastreadtime ParsedJournal StorageFormatAccountDeclarationInfo adicommentaditagsadideclarationorderAccountanameadeclarationinfoasubsaparentaboring anumpostings aebalance aibalance NormalSignNormallyPositiveNormallyNegativeLedgerljournal laccountsHledger.Utils.RegexregexReplaceAllByregexReplaceUnmemo regexReplace regexMatch toRegexCI'toRegex' toRegexCItoRegexRegexpreString Replacement RegexErrorHledger.Utils.UTF8IOCompat usageError userError'error'Hledger.Utils.Tree treeFromPathsFastTreeTHledger.Utils.ColorbgColorcolor"tasty-1.3.1-ATGMwQTMPdI5M7DbQKSS8BTest.Tasty.Options.CoreTimeout NoTimeout mkTimeoutTest.Tasty.CoreTestTreeDependencyType AllFinish AllSucceedTestName testGroupafter_after'Test.Tasty.Ingredients.IncludingOptionsincludingOptionsTest.Tasty.CmdLinedefaultMainWithIngredients Test.TastydefaultIngredients adjustOption localOption askOption withResource getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName