Captured current state/blockers

This commit is contained in:
2025-08-01 11:40:30 -05:00
parent 15959088be
commit ada8f2502a

View File

@@ -1,3 +1,16 @@
# KnelTaxStack # KnelTaxStack
All bits related to our self hosted tax prep/filing stack
All bits related to our self hosted tax prep/filing stack
As of 8/1/2025 i have the path figured out pre OpenFIle:
1) use paperless api to make a report of each years expenses ( i need todo some setup in paperless for the schedule c categories of course) which I will document in this repo
2) use dolibar api to make a report of each years income (pulling from a list of instances)
3) store a summary sheet of expenses in dolibar
4) push relevant data into the appropriate ots text files and call appropriate ots programs to produce pdfs
Claude Code can easily write all the code for the above
What I don't know is what OpenFile expects as an input. It's not clear from it's docs at a first glance.
Hmmm...