Tax entity CRUD screens.
Tax grid screen.

Behavior
- Searchable
- Paginated
- Sortable
- Action buttons:
- Edit (pencil): Opens the entity form in edition mode.
- Delete (trash bin): Entity deletion with confirmation dialog.
- Create button: Opens the entity form in creation mode.
Tax form.

Behavior
- The only validation needed in the form is to check for required fields when applies (other validation are implemented in the API).
- The form shown in the image corresponds to the creation mode. The edition mode is almost the same but with the "Edit" word in the label instead of "New".
- The persistence of the entity is manager as usual with the bar "Discard changes / Submit".
- See field details in Tax Entities page.
Tax Rule entity CRUD screens.
Tax rule grid screen.

Behavior
- Searchable
- Paginated
- Sortable
- Action buttons:
- Edit (pencil): Opens the entity form in edition mode.
- Delete (trash bin): Entity deletion with confirmation dialog.
- Button-Menu with the options:
- Create: Opens the entity form in creation mode.
- Import: Opens the system file dialog to load a file, and import taxes information.
- Export: Exports taxes information by download.
Tax rule form.

Behavior
- The only validation needed in the form is to check for required fields when applies (other validation are implemented in the API).
- The form shown in the image corresponds to the creation mode. The edition mode is almost the same but with the "Edit" word in the label instead of "New".
- The persistence of the entity is manager as usual with the bar "Discard changes / Submit".
- See field details in Tax Entities page.
Tax Zone entity CRUD screens.
Tax zone screen.

Behavior
- Searchable
- Paginated
- Sortable
- Action buttons:
- Edit (pencil): Opens the entity form in edition mode.
- Delete (trash bin): Entity deletion with confirmation dialog.
- Create button: Opens the entity form in creation mode.
Tax Zone form.

Behavior
- The only validation needed in the form is to check for required fields when applies (other validation are implemented in the API).
- The form shown in the image corresponds to the creation mode. The edition mode is almost the same but with the "Edit" word in the label instead of "New".
- The persistence of the entity is manager as usual with the bar "Discard changes / Submit".
- See field details in Tax Entities page.
Customer Tax Class entity CRUD screens.
Customer Tax Class grid screen.

Behavior
- Searchable
- Paginated
- Sortable
- Action buttons:
- Edit (pencil): Opens the entity form in edition mode.
- Delete (trash bin): Entity deletion with confirmation dialog.
- Create button: Opens the entity form in creation mode.
Customer Tax Class form.

Behavior
- The only validation needed in the form is to check for required fields when applies (other validation are implemented in the API).
- The form shown in the image corresponds to the creation mode. The edition mode is almost the same but with the "Edit" word in the label instead of "New".
- The persistence of the entity is manager as usual with the bar "Discard changes / Submit".
- See field details in Tax Entities page.
Product Tax Class entity CRUD screens.
Product Tax Class grid screen.

Behavior
- Searchable
- Paginated
- Sortable
- Action buttons:
- Edit (pencil): Opens the entity form in edition mode.
- Delete (trash bin): Entity deletion with confirmation dialog.
- Create button: Opens the entity form in creation mode.
Product Tax Class form.

Behavior
- The only validation needed in the form is to check for required fields when applies (other validation are implemented in the API).
- The form shown in the image corresponds to the creation mode. The edition mode is almost the same but with the "Edit" word in the label instead of "New".
- The persistence of the entity is manager as usual with the bar "Discard changes / Submit".
- See field details in Tax Entities page.