-
Notifications
You must be signed in to change notification settings - Fork 7
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 Chart in Galite #APPS-01WNA #620
Conversation
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.
Corriger l'odre des imports dans tous les class
Je propose de supprimer les class : VChartCommand, VDefaultChartActor et VPrintOptions
UChartType.kt : Supprimer les méthodes d'exports , je propose aussi de supprimer la fonction refresh()
VDecimalCodeDimension.kt : ajouter la description du format
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.
Corriger l'ordre des imports et supprimer les imports innuties.
Merci de supprimer les commandes d'export crée dans Galite; on va utilisé les méthodes exports définit dans le composant ApexChart
Supprimer l'heritage du class Printable
Supprimer les constantes TYP_PDF ...
Supprimer le constante printOptions
Changer le commentaire " Localizes this report "
Supprimer la fonction createPrintJob()
Supprimer la fonction getDocumentType() [ changer le commentaire ]
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.
Corriger l'odre des imports
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.
Corriger l'odre des imports et supprimer les imports inutiles
Supprimer ce commentaire "// FIXME: temporary styling"
Supprimer les fonctions d'exports
check fonction : randomAdditionalColor()
je propose de supprimer la fonction createChartData()
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.
La fonction createChartData() peut être supprimée, car le traitement est effectué dans la classe DAbstractChartType
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.
La fonction createChartData() peut être supprimée, car le traitement est effectué dans la classe DAbstractChartType
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.
La fonction createChartData() peut être supprimée, car le traitement est effectué dans la classe DAbstractChartType
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.
La fonction createChartData() peut être supprimée, car le traitement est effectué dans la classe DAbstractChartType
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.
La fonction createChartData() peut être supprimée, car le traitement est effectué dans la classe DAbstractChartType
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.
Supprimer les imports inutiles et corriger l'ordre des imports
ce trigger ne fonctionne pas
color {
VColor.GREEN
}
Implementation Chart in Galite