feat(pos): add manager authorization and resolve frontend lint issues#84
Merged
CFBruna merged 62 commits intov2/monorepo-migrationfrom Feb 17, 2026
Merged
Conversation
…or full-width visualization
…ly/lifetime stats
… version prefixes
- Add discount field to Sale model\n- Update SaleService and SaleSerializer to handle discounts\n- Add discount input and reactive calculations to CheckoutModal\n- Connect POSPage to discount functionality
…te with currency formatting
…screpancy tracking, and currency masking
- Fix Textarea import in ManagerAuthModal - Remove explicit any from catch blocks in multiple files - Fix actionTypes type definition in use-toast.ts - Fix useEffect dependencies in CurrencyInput, Sales, and others - Fix fetchSales definition order in Sales.tsx - Remove unused variables and imports - Ensure production build passes
- Relax Customer __str__ assertion for users without names - Fix create_customer arguments in test_services - Update bandit exclude patterns in pyproject.toml
- Update authlib to >=1.6.6 (CVE-2025-68158) - Update pyasn1 to >=0.6.2 (CVE-2026-23490) - Update virtualenv to >=20.36.1 (CVE-2026-22702)
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.
What's New
AuditLogmodel inaccountsapp to track sensitive actions.AuthorizeActionViewAPI endpoint for manager authorization.anytype usage,useEffectdependencies, and synchronous state updates in CurrencyInput.AuditLogin Django Admin with full translations.banditconfiguration and fixed backend test assertions.Why
Testing
pytest).npm run lintandnpm run buildpass without errors.Checklist