-
Notifications
You must be signed in to change notification settings - Fork 393
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
Add tax rate editing to the panel #1847
Conversation
…php/lunar into lun-100-tax-editing-in-admin-panel
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
@alecritson As we improve tax editing in the admin panel, let's also switch to using a Filament cluster to consolidate the three tax resources: Tax Classes, Tax Zones, and Tax Rates.
See https://filamentphp.com/docs/3.x/panels/clusters
…php/lunar into lun-100-tax-editing-in-admin-panel
…php/lunar into lun-100-tax-editing-in-admin-panel
@alecritson trying to edit a tax rate gives this incorrect error |
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.
@alecritson When adding "Tax Rate Amounts" it allows us to add duplicate entries for the same "Tax Class".
Also, there is no facility to delete a Tax Rate Amount, only edit.
No description provided.