-
Notifications
You must be signed in to change notification settings - Fork 75
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
[cms] Invoice batch and token inventory route #1176
base: master
Are you sure you want to change the base?
Conversation
Looks like you added a piwww built bin into the PR, please do remove. Thanks! |
My bad mate @alexlyp removed it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK, good stuff.
Please rebase this again and make sure to resolve the issue with a dual InvoiceListPageSize if it appears like it did for me on rebase. Also can you rename cmd/cmswww/tokeninventory.go to invoicetokeninventory.go to avoid confusion in the future? |
This diff adds two calls, one for invoices token inventory, and one for batched invoices. These calls will increase loading time performance in cmsgui, and provide a better lazy loading and pagination solution.
closes #1036