feat: nfse invoices native listing state#98
Merged
vitormattos merged 25 commits intomainfrom Apr 3, 2026
Merged
Conversation
…onent Use Akaunting's x-pagination Blade component on the NFS-e invoice listing page instead of the raw $paginator->links() call. This renders the full native paginator footer: items-per-page dropdown (limit param), showing N–M of total records, and page navigation controls. Also removes the redundant per-page text badge that was previously shown inside the mini-dashboard overview card header. Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
…ding redirect tests Signed-off-by: Vitor Mattos <vitor@php.rio>
…ding The x-search-string component already includes a built-in close button that clears the filter. The separate 'Limpar filtros' anchor and the 'Filtros rápidos' section heading are redundant and inconsistent with the native Akaunting pattern. Signed-off-by: Vitor Mattos <vitor@php.rio>
…and heading Signed-off-by: Vitor Mattos <vitor@php.rio>
Add 'data_emissao' with type 'date' to the searchStringFilters array, enabling the native Akaunting flatpickr datepicker flow: click → Data de emissão → operator (= / != / range) → date picker → Select Signed-off-by: Vitor Mattos <vitor@php.rio>
Parse three URL formats produced by AkauntingSearch.vue for date fields: - equal: data_emissao:YYYY-MM-DD - not equal: not data_emissao:YYYY-MM-DD - range: data_emissao>=YYYY-MM-DD data_emissao<=YYYY-MM-DD Strip all date tokens from the free-text search term so they never leak into the LIKE query. Apply whereDate / whereDate BETWEEN on NfseReceipt inside receiptsForIndex(). Signed-off-by: Vitor Mattos <vitor@php.rio>
Cover equal, not-equal, range operators, and token stripping from free-text search. Also update all existing receiptsForIndex overrides to match the new optional fourth parameter. Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.