Hey there, do you plan to implement currencies in any way ? I'd love to replace my existing server with split bill but I'm gonna need that at some point...
For reference Moneybuster implements a lightweight design: there is a default currency (any string), and any additional currency is defined based on it (any string for the name, any float for the exchange value). I think calculations are done after conversion which is probably fair enough
In any case, thanks a lot for this app !
Hey there, do you plan to implement currencies in any way ? I'd love to replace my existing server with split bill but I'm gonna need that at some point...
For reference Moneybuster implements a lightweight design: there is a default currency (any string), and any additional currency is defined based on it (any string for the name, any float for the exchange value). I think calculations are done after conversion which is probably fair enough
In any case, thanks a lot for this app !