Skip to content


Closed Calcul des RAN
retired / lima #49 · created by Eric Chatellier
Lors de la fermeture ou de la création d'un nouvel exercice. Il faut proposer une option qui permet de calculer automatiquement les RAN (report à nouveau). Il serait bon de tester le comportement dans...
updated
Closed VAT identification number validator does not support spaces
nuiton / nuiton-utils #141 · created by Tony Chemit
Number used to be represented like : FR 12 345 678 901 *(from redmine issue 1838 created on 2011-11-30, closed on 2011-11-30)*
updated
Closed Non compilable code generated when using custom type with generics
nuiton / topia #548 · created by Tony Chemit
When using type @columns : EnumSet@ in an entity, this generates following non compilable code:
protected void accept0(TopiaEntityVisitor visitor) throws TopiaException {
    visitor.visit(this, PROP...
updated
Open Generate a .ddl file with all the requests to create indexes
nuiton / topia #547 · created by Tony Chemit
*(from redmine issue 3452 created on 2014-08-20)*
updated
Closed Rename module nuiton-i18n-api to nuiton-i18n
nuiton / i18n #7 · created by Tony Chemit
As nuiton-i18n-api is now fully standalone (runtime I18n class is in module), this is no more just an api but a fully i18n library. *(from redmine issue 345 created on 2010-03-07, closed on 2010-03-...
updated
Closed Remove warning when a css is not associated to a jaxx file
nuiton / jaxx #1737 · created by Tony Chemit
this is a common case when refactoring css style over jaxx files. *(from redmine issue 3459 created on 2014-08-22, closed on 2014-08-24)*
updated
Closed Remove the autoCssImport option
nuiton / jaxx #1736 · created by Tony Chemit
This is a natural behaviour to use, no need to configure it. *(from redmine issue 3458 created on 2014-08-21, closed on 2014-08-24)*
updated
Closed Improve error message when css are not well formed
nuiton / jaxx #1735 · created by Tony Chemit
When there is an error in a css file, we don't know which file is in error. *(from redmine issue 3457 created on 2014-08-21, closed on 2014-08-24)*
updated
Closed Bad message when using autoImportCss and use others css
nuiton / jaxx #1734 · created by Tony Chemit
We should then still load auto css and not add thr warning message. *(from redmine issue 3456 created on 2014-08-21, closed on 2014-08-21)*
updated
Closed Add more useful method on org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel
nuiton / jaxx #1733 · created by Tony Chemit
*(from redmine issue 3455 created on 2014-08-21, closed on 2014-08-21)*
updated
Closed Improve org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler#quitScreen(boolean, boolean, java.lang.String, java.lang.String, javax.swing.Action)
nuiton / jaxx #1732 · created by Tony Chemit
We should be able to specify here to use or not an internal action *(from redmine issue 3454 created on 2014-08-20, closed on 2014-08-20)*
updated
Closed NPE when creating a new session and adding a component
nuiton / jaxx #1731 · created by Tony Chemit
java.lang.NullPointerException
	at jaxx.runtime.swing.session.SwingSession.getStates(SwingSession.java:422) ~[jaxx-runtime-2.10.jar:2.10]
	at jaxx.runtime.swing.session.SwingSession$RestoreStateActio...
updated