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

feature-32: Change default settings for background color, invoice attachments and name scheme #156

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

lcduong
Copy link
Contributor

@lcduong lcduong commented Jun 12, 2024

Fixes #32

Short description of what this resolves:

Change default settings for background color, invoice attachments and name scheme

Changes proposed in this pull request:

  • Change default settings for background color, invoice attachments and name scheme

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Change default settings for background color, invoice attachments and name scheme
Change default settings for background color, invoice attachments and name scheme
@lcduong
Copy link
Contributor Author

lcduong commented Jun 12, 2024

Hi @mariobehling @norbusan , changes for default background color is done, please help me to review and merge it.

image

image

@@ -1,3 +1,7 @@
/* before variables.scss because it only affects presale, not control */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/* before variables.scss as it affects presale only, not control */

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mariobehling, text is updated.

@@ -453,6 +453,8 @@ def set_defaults(self):
self.settings.ticketoutput_pdf__enabled = True
self.settings.ticketoutput_passbook__enabled = True
self.settings.event_list_type = 'calendar'
self.settings.invoice_email_attachment = True
self.settings.name_scheme = 'given_family'
Copy link
Member

@mariobehling mariobehling Jun 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think link 457 should be added in a follow up PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mariobehling , did not get your point, name_schema 'given_family' is default for new event, what need to be change?

comment text update
@mariobehling mariobehling merged commit 11f30f7 into fossasia:development Jun 13, 2024
1 of 5 checks passed
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

Successfully merging this pull request may close these issues.

Change default settings for background color, invoice attachments and name scheme
2 participants