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

Implementation of the Pivot table component #606

Merged
merged 20 commits into from
Nov 27, 2023
Merged

Implementation of the Pivot table component #606

merged 20 commits into from
Nov 27, 2023

Conversation

RiadhCherni
Copy link
Member

Add pivot table component to Galite

Super User added 7 commits October 25, 2023 14:31
Pivot Table : Add help popup
Pivot Table : Add Aggregator function
Ajouter un message lors de la régénération du table pivot
Corriger l'ordre des colonnes lors de la régénération du table pivot
Copy link
Member

@mgrati mgrati left a comment

Choose a reason for hiding this comment

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

I added some comments with my remarks.

Copy link
Member

@mgrati mgrati left a comment

Choose a reason for hiding this comment

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

I added few code style comments below. Please check.

The task ./gradlew test is failed. please check and fix the failed tests. The failed test is in Class org.kopi.galite.tests.ui.vaadin.form.FormTests and it is caused by the changes in Migration.addProducts. You can fix it by extracting the first 4 records of the loop and start your loop from 4

I also think that some changes need to be done for Galite demo :

  • The products pivot table is OK, However, the pivot tables added for clients or bill products I don't find particularly meaningful.
  • For the client pivot table, I suggest that you add a left join with the table purchase and maybe product so you can add quantity and price as measures. and at the same time check if dimensions and measures can accept null values.
  • I think we can delete the bill product pivot table since it's not really meaningful

Comment on lines 2 to 3
* Copyright (c) 2013-2022 kopiLeft Services SARL, Tunis TN
* Copyright (c) 1990-2022 kopiRight Managed Solutions GmbH, Wien AT
Copy link
Member

Choose a reason for hiding this comment

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

Replace 2022 with 2023

RiadhCherni pushed a commit that referenced this pull request Nov 27, 2023
@mgrati mgrati merged commit 52d6176 into master Nov 27, 2023
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.

2 participants