Skip to content
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

Implement Fee Settings for Event Invoices #396

Open
mariobehling opened this issue Oct 11, 2024 · 0 comments
Open

Implement Fee Settings for Event Invoices #396

mariobehling opened this issue Oct 11, 2024 · 0 comments
Assignees

Comments

@mariobehling
Copy link
Member

Develop a feature that allows the system administrator to configure service fee settings for event invoices similar to the previous eventyay version (compare https://eventyay.com/admin/settings/ticket-fees). This feature should support both global and country-specific fee settings, including service fees and maximum fee limits.

Screenshot from 2024-10-11 19-24-36

Requirements:

  • Global Fee Settings:

    • Enable the system admin to set a global service fee percentage that will apply to all events by default.
      • Example: Service Fee: 3%
    • Allow the admin to set a global maximum fee amount.
      • Example: Maximum Fee: 1,000,000 (in the platform’s base currency)
  • Country-Wise Fee Settings:

    • Provide an option to override global settings with country-specific fee settings.
    • Country Selection: Admin can select a country from a dropdown menu.
    • Currency Selection: Admin can select the currency in which the fee will be applied.
    • Country-Specific Service Fee: Admin can define a service fee percentage specific to the selected country.
      • Example: Service Fee: 0% for selected country.
    • Country-Specific Maximum Fee: Admin can define a maximum fee limit specific to the selected country.
      • Example: Maximum Fee: 0 (indicating no maximum fee limit for this country).
  • User Interface:

    • Create a user-friendly interface for admins to easily adjust and view the fee settings.
    • Include validation to ensure that service fee percentages do not exceed predefined limits.
    • Provide clear instructions or tooltips for each setting option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants