-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
feat(invoices): raise an InvoiceEvent before and after invoice save #10
Conversation
Hey @judereid, looks good to me at first glance. Will have a proper look over it as soon as I can and get it merged. |
@thejoshsmith polite bump here 😅 Let me know if you don't think you'll get a chance to look at this in the next few days and I'll set us up to use the forked version instead in the meantime. |
Hey Jude, yeah that's probably the best option as I'm slammed at the moment!
…On Tue, Jun 15, 2021 at 12:30 PM Jude ***@***.***> wrote:
@thejoshsmith <https://github.com/thejoshsmith> polite bump here 😅
Let me know if you don't think you'll get a chance to look at this in the
next few days and I'll set us up to use the forked version instead in the
meantime.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKCPK25KUBNRSRQV5EL2PLTS2NLRANCNFSM46IONZXQ>
.
|
@judereid I finally got around to this! Looks great mate, thanks for that. I see you have a branch for naturalpaintco and dinefind—Did you want to get that line item event in here too and I'll merge them all together? |
@thejoshsmith Nice! Yeah cool, I've pulled in the LineItem one too which is handy for customising the line item descriptions etc. We've been using this in prod across both those projects for a while and haven't had any issues. FYI as well as #7, you can solve #11 and #8 by setting |
Awesome, thanks @judereid! |
Were you planning on purchasing licenses? 😛😛😛 |
Will you accept code and a cheese scone as payment? 😅 I'll chase it up today! |
Oh mannnn, I haven't had one of those in a long time. Definitely YES! |
@thejoshsmith We needed the ability to hook in and add some additional data to contacts and invoices when saving. I saw the todos in there so thought I'd have a crack and send through a PR.
Is this what you had in mind? Am I missing anything?