Allow users to add transactions in bulk, rather than one by one through a config or PHP file. This is especially tricky as the system adds transactions by date and time so the local machine's time needs to be considered.
### Discussed in https://github.com/DSJAS/DSJAS/discussions/48 <div type='discussions-op-text'> <sup>Originally posted by **enigmaticloon** June 17, 2022</sup> This is an amazing resource I cant wait to see more of it. When adding a transition I understand they are read-only after being created. Is there a way to add transactions in bulk rather than one by one through a config or PHP file? This is especially tricky as the system adds transactions by date and time so the local machine's time has to be adjusted. Not impossible to do but tedious.</div> Possible solution proposed in #31. Please discuss implementation there rather than here.