Trey

Results 153 comments of Trey

Hey @reenu153 / @LaraMerdol, Thank you for these changes! There's currently a fairly big queue in PRs so I wont be able to merge this right away, but I do...

Big thanks to @misoed for the backend work.

Hi @Domin1kG apologies for the delay, I will try and look at this soon.

Some things that I want to make sure are implemented along with this: - unique event ID's - a way to see recent webhook sends and their status - a...

Hey @Parkerrino sure! Do you know when you may be able to start working on this? Let me know if you need any help getting started :)

Great thanks! Once cloned follow the docs [from here](https://docs.myfinances.cloud/getting-started/installation/#setup-the-backend-django). If you go to "Invoices" then create, this is the part this issue is talking about: ![image](https://github.com/user-attachments/assets/87a0ba6c-af31-439a-83ef-ff99fe7a29cb) Basically instead of this...

A possible django solutionwould be something like: ```py resource_id_raw = UUID() @property def resource_id(self) return f'prefix_{self.resource_id_raw}' ``` Then you just use `invoice.resource_id` or `x.resource_id` and that becomes a globally used...

Hi both, unfortunately this issue is paused for a while as there are more complications than I realised and would require changes in almost every file. If you'd like to...

Hi Tom, thanks for your patience. Well done with the changes, however there's one issue still with the files where if you add a logo, revert version, and then try...