Skip to content
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

Feature/create invoice overview #465

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

Jobbiesaus
Copy link
Contributor

@Jobbiesaus Jobbiesaus commented Nov 25, 2024

Description

Added an overview of the open invoice accounts at the top of the invoice tab.

Related issues/external references

Fixes#461
Fixes#130

Types of changes

  • New feature (non-breaking change which adds functionality)

Copy link
Contributor

@JustSamuel JustSamuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid work! love that you added the notifications ❤️

Comment on lines +132 to +134
.broke {

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Comment on lines +12 to +15
const openInvoiceAccounts = computed(() => {
return Object.values(userStore.users).filter(isNotZeroAndInvoice).length;
}
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this fast enough? maybe we should add a dedicated endpoint for this in the backend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants