-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Components] clear_books #15253
Closed
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
pipedream-component-development
added
the
triaged
For maintainers: This issue has been triaged by a Pipedream employee
label
Jan 10, 2025
michelle0927
moved this from Doing
to Ready for PR Review
in Component (Source and Action) Backlog
Jan 15, 2025
luancazarine
moved this from Ready for PR Review
to In Review
in Component (Source and Action) Backlog
Jan 15, 2025
luancazarine
moved this from In Review
to Ready for QA
in Component (Source and Action) Backlog
Jan 15, 2025
vunguyenhung
moved this from Ready for QA
to In QA
in Component (Source and Action) Backlog
Jan 16, 2025
vunguyenhung
moved this from In QA
to Changes Required
in Component (Source and Action) Backlog
Jan 16, 2025
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
michelle0927
moved this from Changes Required
to Ready for QA
in Component (Source and Action) Backlog
Jan 16, 2025
vunguyenhung
moved this from Ready for QA
to In QA
in Component (Source and Action) Backlog
Jan 17, 2025
vunguyenhung
moved this from In QA
to Ready for Release
in Component (Source and Action) Backlog
Jan 17, 2025
Hi everyone, all test cases are passed! Ready for release! Test report |
github-project-automation
bot
moved this from Ready for Release
to Done
in Component (Source and Action) Backlog
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clear_books
URLs
Webhook Sources
new-invoice-instant
Prompt
Emit new event when a new invoice is created. Users can optionally filter by status (e.g., draft, sent, paid).
new-payment-instant
Prompt
Emit new event when a payment is recorded. Users can optionally filter by payment method or invoice reference.
new-client-instant
Prompt
Emit new event when a new client is added to the system. Optionally provide filtering by specific client tags or types.
Actions
create-invoice
Prompt
Create a new invoice. Requires client details, line items, and issue date. Optionally provide notes, due date, or tags.
record-payment
Prompt
Record a payment against an existing invoice. Requires payment amount, invoice ID, and payment date. Optionally specify payment method.
create-client
Prompt
Create a new client. Requires client name and contact details. Optionally include notes or tags for organization purposes.
The text was updated successfully, but these errors were encountered: