personalizzato datawindow Report Scadenze Clienti/Fornitori: Elenco Scadenze per Sabato
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
package it.integry.ems.migration.model;
|
||||
|
||||
import it.integry.ems.migration._base.BaseMigration;
|
||||
import it.integry.ems.migration._base.IntegryCustomer;
|
||||
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||
|
||||
public class Migration_20250619160709 extends BaseMigration implements MigrationModelInterface {
|
||||
|
||||
@Override
|
||||
public void up() throws Exception {
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
createSetup("W_CSCADCLIFOR_ELENCO_DISP", "DATAWINDOW", "D_CSCADCLIFOR_ELENCO_REP", null,
|
||||
null, false, null, false, false,
|
||||
false, false, false, null, false, null);
|
||||
|
||||
if(isCustomer(IntegryCustomer.Sabato)) {
|
||||
updateSetupValue("W_CSCADCLIFOR_ELENCO_DISP", "DATAWINDOW", "D_CSCADCLIFOR_ELENCO_REP", "d_cscadclifor_elenco_rep_sabato");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void down() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user