We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small
At the moment services are tied to the modal and can only be deleted.
Instead of modals just use inputs so its easy to edit, no need for modals
The text was updated successfully, but these errors were encountered:
Hey, I would like to look into that could you assign it to me pls? ^^
Sorry, something went wrong.
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 :)
Hey@TreyWW, thx for the quick response, once I have a slight idea of the code, I could start right away :)
Great thanks! Once cloned follow the docs from here.
If you go to "Invoices" then create, this is the part this issue is talking about:
Basically instead of this modal v it'll be inline editable rows and "add service" would just create a row.
It'll also need validation on the frontend.
Do let me know if you have any questions or need help getting setup. Really appreciate your quick reply.
for now it looks like this, I also could try to make it, that it always opens the edit menu for the latest invoice
Parkerrino
Successfully merging a pull request may close this issue.
How big is this feature?
Small
Describe the problem
At the moment services are tied to the modal and can only be deleted.
Describe a possible solution
Instead of modals just use inputs so its easy to edit, no need for modals
The text was updated successfully, but these errors were encountered: