Preetham Kukkadapu: statutory statements builder and POA generator - #132
Open
preetham1930 wants to merge 1 commit into
Open
Preetham Kukkadapu: statutory statements builder and POA generator#132preetham1930 wants to merge 1 commit into
preetham1930 wants to merge 1 commit into
Conversation
…wer-of-attorney generator
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Preetham Kukkadapu
Two projects, both built on SuperDocs for the round 2 task.
statutory-statements-builder - rolls last year's signed Ind AS accounts forward to this year against a trial balance and this year's event sources. It updates the primary statements and comparatives, regenerates each note's figures, detects a newly required note from the data (a warehouse lease commenced in the year, so a lease note appears and the 22 notes after it renumber), and keeps the note numbering, the note-to-primary cross-references and the disclosure checklist consistent throughout.
poa-generator - a guided intake that assembles a power of attorney from a data-driven clause library. A durable financial POA and a healthcare POA come out of the same library with the granted powers differing correctly, clause numbering computed rather than hardcoded, and the export gated so a draft cannot leave the tool unless read-back confirms both the counsel-review notice and the external-notarisation statement are present verbatim.
Both compute the entire document structure themselves and send SuperDocs only fully resolved, single-target replace instructions, then verify every edit by reading the whole document back and comparing it to the post-state computed before sending - including every chunk that was not the target. Each project has a README, a live output committed under evidence/, and tests that run without an API key.