Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/Modules/Module Subscription/src/org/openconcerto/modules/subscription/panel/AboPanel.java |
---|
16,8 → 16,6 |
import javax.swing.AbstractAction; |
import javax.swing.JPanel; |
import org.openconcerto.erp.core.sales.quote.report.DevisXmlSheet; |
import org.openconcerto.erp.panel.ListeFastPrintFrame; |
import org.openconcerto.modules.subscription.SubscriptionChecker; |
import org.openconcerto.sql.Configuration; |
import org.openconcerto.sql.element.SQLElement; |
87,8 → 85,7 |
validItem(sqlRowAccessor); |
} |
ListeFastPrintFrame frame = new ListeFastPrintFrame(list, DevisXmlSheet.class); |
frame.setVisible(true); |
} |
}, true, "subscription.validate"); |
this.actionValid.setPredicate(IListeEvent.getNonEmptySelectionPredicate()); |
/trunk/Modules/Module Subscription/src/org/openconcerto/modules/subscription/element/SubscriptionSQLElement.java |
---|
8,7 → 8,7 |
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement; |
import org.openconcerto.sql.element.SQLComponent; |
import org.openconcerto.utils.CollectionMap; |
import org.openconcerto.utils.ListMap; |
public class SubscriptionSQLElement extends ComptaSQLConfElement { |
37,8 → 37,8 |
} |
@Override |
public CollectionMap<String, String> getShowAs() { |
return CollectionMap.singleton(null, "NUMERO"); |
public ListMap<String, String> getShowAs() { |
return ListMap.singleton(null, "NUMERO"); |
} |
@Override |
/trunk/Modules/Module Subscription/.classpath |
---|
2,6 → 2,6 |
<classpath> |
<classpathentry kind="src" path="src"/> |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
<classpathentry combineaccessrules="false" kind="src" path="/OpenConcerto GoogleCode"/> |
<classpathentry combineaccessrules="false" kind="src" path="/OpenConcerto"/> |
<classpathentry kind="output" path="bin"/> |
</classpath> |