spliit
spliit copied to clipboard
Free and Open Source Alternative to Splitwise. Share expenses with your friends and family.
Currently the max value of an expense is set to 10.000.000. This value can easily be reached in currencies like the Indonesian Rupiah, if you pay for larger expenses like...
When I click the **download icon**, i could download a json file. I think its not relevant. What feature should we have to come up with when we click on...
Instead of creating the new input with "New" as its value, set a placeholder on the input. This makes it so that when you add a participant, you still see...
This is a proof of concept to display an overview in the expense page for the active user. I had to adapt the `Money` component to display in read "You...
Without this, docker complained: ``` docker: Error response from daemon: create ./postgres-data: "./postgres-data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass...
This PR adds a basic implementation for an activity log in each group. Currently 4 types of activity are logged: updating the group settings and creating/updating/deleting an expense. If an...
This PR adds support for multiple payers of a certain expense. The database changes are minimal and resemble the structure of the `paidFor` expense field. There's quite some changes to...
Was following the instructions to run in a container and running `npm run start-container` results in the following error: ``` Error response from daemon: pull access denied for spliit2, repository...
Hello, I am looking for an application that is able to share expenses between a group of people. I found your solution and it looks very promising to me, especially...
In Splitwise there's a mode that splits an expense evenly with adjustments, i.e. the total amount minus the adjustments you insert for each person is divided evenly between the selected...