>Yes, it has none of these features. Intentionally.
Yes, I can see you designed the omission deliberately but what I don't understand is how to do effective budgeting without a timeline calculation. You need date&time metadata to facilitate planning and planning is budgeting. Budgets based only on arithmetic against snapshots of balances without incorporating a time horizon doesn't seem like "budgeting".
>, I have used a collection of manually edited text files
It looks like making text entries "simple" means shifting the "complexity" to multiple sheets (or multiple text files). The hidden implicit metadata is the filename conventions and organization of text files.
>But there's definitely a lot of room for improvement. I actually want to explore creating a plugin API.
To clarify, I'm not saying your project is missing Javascript code to enable functionality of budget planning. I'm saying the data layer below that -- the text representation -- is missing basic metadata -- which handcuffs what future Javascript can do to generate basic budget reports and budget projections. A plugin API system usually does not create new incompatible data formats because of incomplete metadata in the base file.
> To clarify, I'm not saying your project is missing Javascript code to enable functionality of budget planning. I'm saying the data layer below that -- the text representation -- is missing basic metadata -- which handcuffs what future Javascript can do to generate basic budget reports and budget projections. A plugin API system usually does not create new incompatible data formats because of incomplete metadata in the base file.
Yeah, I myself use a few conventions for dates. I'll probably document and automate those soon.
Yes, I can see you designed the omission deliberately but what I don't understand is how to do effective budgeting without a timeline calculation. You need date&time metadata to facilitate planning and planning is budgeting. Budgets based only on arithmetic against snapshots of balances without incorporating a time horizon doesn't seem like "budgeting".
>, I have used a collection of manually edited text files
It looks like making text entries "simple" means shifting the "complexity" to multiple sheets (or multiple text files). The hidden implicit metadata is the filename conventions and organization of text files.
>But there's definitely a lot of room for improvement. I actually want to explore creating a plugin API.
To clarify, I'm not saying your project is missing Javascript code to enable functionality of budget planning. I'm saying the data layer below that -- the text representation -- is missing basic metadata -- which handcuffs what future Javascript can do to generate basic budget reports and budget projections. A plugin API system usually does not create new incompatible data formats because of incomplete metadata in the base file.