Aggiunti campi @SerializedName su DTO
This commit is contained in:
@@ -53,7 +53,7 @@ android {
|
||||
ext.enableCrashlytics = false
|
||||
// minifyEnabled true // Abilita la minimizzazione del codice
|
||||
// shrinkResources true // Rimuove risorse non utilizzate
|
||||
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
release {
|
||||
// minifyEnabled true // Abilita la minimizzazione del codice
|
||||
|
||||
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@@ -25,6 +25,10 @@
|
||||
#-renamesourcefileattribute SourceFile
|
||||
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
|
||||
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
|
||||
|
||||
-keep class io.jsonwebtoken.** { *; }
|
||||
-dontwarn io.jsonwebtoken.**
|
||||
|
||||
-keep class * extends com.google.gson.TypeAdapter
|
||||
-keep class * implements com.google.gson.TypeAdapterFactory
|
||||
-keep class * implements com.google.gson.JsonSerializer
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.data_recover;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
@@ -7,13 +9,26 @@ import it.integry.integrywmsnative.core.rest.model.OrdineUscitaInevasoDTO;
|
||||
|
||||
public class ColliDataRecoverDTO {
|
||||
|
||||
|
||||
@SerializedName("id")
|
||||
private int id;
|
||||
|
||||
@SerializedName("numCollo")
|
||||
private int numCollo;
|
||||
|
||||
@SerializedName("serCollo")
|
||||
private String serCollo;
|
||||
|
||||
@SerializedName("dataCollo")
|
||||
private String dataCollo;
|
||||
|
||||
@SerializedName("gestioneCollo")
|
||||
private String gestioneCollo;
|
||||
|
||||
@SerializedName("filtro")
|
||||
private String filtro;
|
||||
|
||||
@SerializedName("testateOrdini")
|
||||
private List<OrdineUscitaInevasoDTO> testateOrdini;
|
||||
|
||||
public int getId() {
|
||||
|
||||
@@ -4,76 +4,146 @@ import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
||||
import android.util.Base64;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.utility.UtilityString;
|
||||
|
||||
public class Azienda {
|
||||
public class Azienda extends EntityBase {
|
||||
|
||||
@SerializedName("nomeDitta")
|
||||
private String nomeDitta;
|
||||
@SerializedName("indirizzo")
|
||||
private String indirizzo;
|
||||
@SerializedName("cap")
|
||||
private String cap;
|
||||
@SerializedName("citta")
|
||||
private String citta;
|
||||
@SerializedName("prov")
|
||||
private String prov;
|
||||
@SerializedName("partIva")
|
||||
private String partIva;
|
||||
@SerializedName("numTel")
|
||||
private String numTel;
|
||||
@SerializedName("numFax")
|
||||
private String numFax;
|
||||
@SerializedName("eMail")
|
||||
private String eMail;
|
||||
@SerializedName("annoContab")
|
||||
private Integer annoContab;
|
||||
@SerializedName("annoMagaz")
|
||||
private Integer annoMagaz;
|
||||
@SerializedName("annoAttuale")
|
||||
private Integer annoAttuale;
|
||||
@SerializedName("ultDataGio")
|
||||
private String ultDataGio;
|
||||
@SerializedName("ultNumGio")
|
||||
private Integer ultNumGio;
|
||||
@SerializedName("ribaRSoc1")
|
||||
private String ribaRSoc1;
|
||||
@SerializedName("ribaRSoc2")
|
||||
private String ribaRSoc2;
|
||||
@SerializedName("ribaRSocBreve")
|
||||
private String ribaRSocBreve;
|
||||
@SerializedName("dataInizMsg")
|
||||
private String dataInizMsg;
|
||||
@SerializedName("dataFineMsg")
|
||||
private String dataFineMsg;
|
||||
@SerializedName("messaggioDoc")
|
||||
private String messaggioDoc;
|
||||
@SerializedName("liquidazioniIva")
|
||||
private String liquidazioniIva;
|
||||
@SerializedName("lastUpgDb")
|
||||
private String lastUpgDb;
|
||||
@SerializedName("logoFile")
|
||||
private String logoFile;
|
||||
@SerializedName("logoB64")
|
||||
private String logoB64;
|
||||
@SerializedName("ultDareAv")
|
||||
private BigDecimal ultDareAv;
|
||||
@SerializedName("sollTop")
|
||||
private Integer sollTop;
|
||||
@SerializedName("sollLeft")
|
||||
private Integer sollLeft;
|
||||
@SerializedName("ggUtili")
|
||||
private Integer ggUtili;
|
||||
@SerializedName("codSia")
|
||||
private String codSia;
|
||||
@SerializedName("flagFattDiff")
|
||||
private String flagFattDiff;
|
||||
@SerializedName("sollHeadPersonal")
|
||||
private String sollHeadPersonal;
|
||||
@SerializedName("lastUpgSp")
|
||||
private String lastUpgSp;
|
||||
@SerializedName("sitoWeb")
|
||||
private String sitoWeb;
|
||||
@SerializedName("capitaleSoc")
|
||||
private BigDecimal capitaleSoc;
|
||||
@SerializedName("cciaa")
|
||||
private String cciaa;
|
||||
@SerializedName("iscRegImp")
|
||||
private String iscRegImp;
|
||||
@SerializedName("ragSocMod")
|
||||
private String ragSocMod;
|
||||
@SerializedName("prefissoEan")
|
||||
private String prefissoEan;
|
||||
@SerializedName("codFiscale")
|
||||
private String codFiscale;
|
||||
@SerializedName("persFisicaCognome")
|
||||
private String persFisicaCognome;
|
||||
@SerializedName("persFisicaNome")
|
||||
private String persFisicaNome;
|
||||
@SerializedName("persFisicaSesso")
|
||||
private String persFisicaSesso;
|
||||
@SerializedName("persFisicaDataNascita")
|
||||
private String persFisicaDataNascita;
|
||||
@SerializedName("persFisicaComuneNascita")
|
||||
private String persFisicaComuneNascita;
|
||||
@SerializedName("persFisicaProvNascita")
|
||||
private String persFisicaProvNascita;
|
||||
@SerializedName("flagPersFisica")
|
||||
private String flagPersFisica;
|
||||
@SerializedName("persFisicaCodFisc")
|
||||
private String persFisicaCodFisc;
|
||||
@SerializedName("rapprLegale")
|
||||
private String rapprLegale;
|
||||
@SerializedName("rapprLegaleCodFisc")
|
||||
private String rapprLegaleCodFisc;
|
||||
@SerializedName("sedeAmm")
|
||||
private String sedeAmm;
|
||||
@SerializedName("flagSetIvaOmaggi")
|
||||
private String flagSetIvaOmaggi;
|
||||
@SerializedName("applicationName")
|
||||
private String applicationName;
|
||||
@SerializedName("flagTipoFatturazione")
|
||||
private String flagTipoFatturazione;
|
||||
@SerializedName("tribunale")
|
||||
private String tribunale;
|
||||
@SerializedName("settRitardoAnno")
|
||||
private Integer settRitardoAnno;
|
||||
@SerializedName("dbDistributore")
|
||||
private String dbDistributore;
|
||||
@SerializedName("coStringco")
|
||||
private String coStringco;
|
||||
@SerializedName("lastUpgQc")
|
||||
private String lastUpgQc;
|
||||
@SerializedName("tipoAzienda")
|
||||
private String tipoAzienda;
|
||||
@SerializedName("nazione")
|
||||
private String nazione;
|
||||
@SerializedName("codDiviContab")
|
||||
private String codDiviContab;
|
||||
@SerializedName("codIvaOmaggi")
|
||||
private String codIvaOmaggi;
|
||||
@SerializedName("codCconQuadra")
|
||||
private String codCconQuadra;
|
||||
|
||||
|
||||
|
||||
public Azienda() {
|
||||
type = "azienda";
|
||||
}
|
||||
|
||||
/**
|
||||
* Regime Fiscale
|
||||
*/
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import it.integry.integrywmsnative.core.di.BindableBoolean;
|
||||
|
||||
public class CheckableMtbAart {
|
||||
|
||||
private MtbAart mtbAart;
|
||||
private BindableBoolean checked = new BindableBoolean(false);
|
||||
|
||||
public CheckableMtbAart(MtbAart mtbAart) {
|
||||
this.mtbAart = mtbAart;
|
||||
}
|
||||
|
||||
public MtbAart getMtbAart() {
|
||||
return mtbAart;
|
||||
}
|
||||
|
||||
public CheckableMtbAart setMtbAart(MtbAart mtbAart) {
|
||||
this.mtbAart = mtbAart;
|
||||
return this;
|
||||
}
|
||||
|
||||
public BindableBoolean getChecked() {
|
||||
return checked;
|
||||
}
|
||||
|
||||
public CheckableMtbAart setChecked(BindableBoolean checked) {
|
||||
this.checked = checked;
|
||||
return this;
|
||||
}
|
||||
|
||||
public void toggleCheck() {
|
||||
this.checked.set(!this.checked.get());
|
||||
}
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import androidx.databinding.Observable;
|
||||
import it.integry.integrywmsnative.core.di.BindableBoolean;
|
||||
import it.integry.integrywmsnative.view.dialogs.choose_arts_from_mtbcolr_list.DialogChooseArtsFromMtbColrListItemModel;
|
||||
|
||||
public class CheckableMtbColr {
|
||||
|
||||
|
||||
private DialogChooseArtsFromMtbColrListItemModel item;
|
||||
private BindableBoolean checked = new BindableBoolean(false);
|
||||
private BindableBoolean hidden = new BindableBoolean(false);
|
||||
|
||||
public CheckableMtbColr(DialogChooseArtsFromMtbColrListItemModel item) {
|
||||
this.item = item;
|
||||
|
||||
this.item.getHidden().addOnPropertyChangedCallback(new Observable.OnPropertyChangedCallback() {
|
||||
@Override
|
||||
public void onPropertyChanged(Observable sender, int propertyId) {
|
||||
hidden.set(item.isHidden());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public DialogChooseArtsFromMtbColrListItemModel getItem() {
|
||||
return item;
|
||||
}
|
||||
|
||||
public CheckableMtbColr setItem(DialogChooseArtsFromMtbColrListItemModel item) {
|
||||
this.item = item;
|
||||
|
||||
this.item.getHidden().addOnPropertyChangedCallback(new Observable.OnPropertyChangedCallback() {
|
||||
@Override
|
||||
public void onPropertyChanged(Observable sender, int propertyId) {
|
||||
hidden.set(item.isHidden());
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
public BindableBoolean getChecked() {
|
||||
return checked;
|
||||
}
|
||||
|
||||
public CheckableMtbColr setChecked(BindableBoolean checked) {
|
||||
this.checked = checked;
|
||||
return this;
|
||||
}
|
||||
|
||||
public BindableBoolean getHidden() {
|
||||
return hidden;
|
||||
}
|
||||
|
||||
public boolean isHidden() {
|
||||
return hidden.get();
|
||||
}
|
||||
|
||||
public CheckableMtbColr setHidden(BindableBoolean hidden) {
|
||||
this.hidden = hidden;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
@@ -1,149 +1,221 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
import java.util.Date;
|
||||
|
||||
import it.integry.integrywmsnative.core.utility.UtilityDate;
|
||||
|
||||
public class DtbDocr {
|
||||
public class DtbDocr extends EntityBase {
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codDtip")
|
||||
private String codDtip;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private String dataDoc;
|
||||
|
||||
@SerializedName("idRiga")
|
||||
private Integer idRiga;
|
||||
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
|
||||
@SerializedName("codAliq")
|
||||
private String codAliq;
|
||||
|
||||
@SerializedName("codAnagComp")
|
||||
private String codAnagComp;
|
||||
|
||||
@SerializedName("codArtFor")
|
||||
private String codArtFor;
|
||||
|
||||
@SerializedName("codCol")
|
||||
private String codCol;
|
||||
|
||||
@SerializedName("codDtipComp")
|
||||
private String codDtipComp;
|
||||
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("codPromo")
|
||||
private String codPromo;
|
||||
|
||||
@SerializedName("codTagl")
|
||||
private String codTagl;
|
||||
|
||||
@SerializedName("costoUnt")
|
||||
private BigDecimal costoUnt;
|
||||
|
||||
@SerializedName("dataDocComp")
|
||||
private String dataDocComp;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private String dataOrd;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("descrizioneEstesa")
|
||||
private String descrizioneEstesa;
|
||||
|
||||
private String flagEvasoForzato;
|
||||
|
||||
@SerializedName("importoRiga")
|
||||
private BigDecimal importoRiga;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("numDocComp")
|
||||
private Integer numDocComp;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("percGest")
|
||||
private BigDecimal percGest;
|
||||
|
||||
@SerializedName("percIspe")
|
||||
private BigDecimal percIspe;
|
||||
|
||||
@SerializedName("percOneri")
|
||||
private BigDecimal percOneri;
|
||||
|
||||
@SerializedName("percPromo")
|
||||
private BigDecimal percPromo;
|
||||
|
||||
@SerializedName("percProv")
|
||||
private BigDecimal percProv;
|
||||
|
||||
@SerializedName("percProv2")
|
||||
private BigDecimal percProv2;
|
||||
|
||||
@SerializedName("pesoLordo")
|
||||
private BigDecimal pesoLordo;
|
||||
|
||||
private String posizione;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("qtaDoc")
|
||||
private BigDecimal qtaDoc;
|
||||
|
||||
@SerializedName("qtaDoc2")
|
||||
private BigDecimal qtaDoc2;
|
||||
|
||||
@SerializedName("qtaDoc3")
|
||||
private BigDecimal qtaDoc3;
|
||||
|
||||
@SerializedName("rapConv")
|
||||
private BigDecimal rapConv;
|
||||
|
||||
@SerializedName("rigaOrd")
|
||||
private Integer rigaOrd;
|
||||
|
||||
@SerializedName("sconto5")
|
||||
private BigDecimal sconto5;
|
||||
|
||||
@SerializedName("sconto6")
|
||||
private BigDecimal sconto6;
|
||||
|
||||
@SerializedName("sconto7")
|
||||
private BigDecimal sconto7;
|
||||
|
||||
@SerializedName("sconto8")
|
||||
private BigDecimal sconto8;
|
||||
|
||||
@SerializedName("serDocComp")
|
||||
private String serDocComp;
|
||||
|
||||
@SerializedName("untDoc")
|
||||
private String untDoc;
|
||||
|
||||
@SerializedName("untDoc2")
|
||||
private String untDoc2;
|
||||
|
||||
@SerializedName("untDoc3")
|
||||
private String untDoc3;
|
||||
|
||||
@SerializedName("valGest")
|
||||
private BigDecimal valGest;
|
||||
|
||||
@SerializedName("valIspe")
|
||||
private BigDecimal valIspe;
|
||||
|
||||
@SerializedName("valOneri")
|
||||
private BigDecimal valOneri;
|
||||
|
||||
@SerializedName("valPromo")
|
||||
private BigDecimal valPromo;
|
||||
|
||||
@SerializedName("valProv")
|
||||
private BigDecimal valProv;
|
||||
|
||||
@SerializedName("valProv2")
|
||||
private BigDecimal valProv2;
|
||||
|
||||
@SerializedName("valUnt")
|
||||
private BigDecimal valUnt;
|
||||
|
||||
@SerializedName("valUntIva")
|
||||
private BigDecimal valUntIva;
|
||||
|
||||
@SerializedName("codMtip")
|
||||
private String codMtip;
|
||||
|
||||
@SerializedName("matricola")
|
||||
private String matricola;
|
||||
|
||||
@SerializedName("dataInizComp")
|
||||
private String dataInizComp;
|
||||
|
||||
@SerializedName("dataFineComp")
|
||||
private String dataFineComp;
|
||||
|
||||
@SerializedName("codKit")
|
||||
private String codKit;
|
||||
|
||||
@SerializedName("codAlis")
|
||||
private String codAlis;
|
||||
|
||||
@SerializedName("dataInsRow")
|
||||
private String dataInsRow;
|
||||
|
||||
@SerializedName("note")
|
||||
private String note;
|
||||
|
||||
@SerializedName("rigaKit")
|
||||
private int rigaKit;
|
||||
|
||||
@SerializedName("mtbAart")
|
||||
private MtbAart mtbAart;
|
||||
|
||||
@SerializedName("dataScadPartitaMag")
|
||||
private LocalDate dataScadPartitaMag;
|
||||
|
||||
public DtbDocr() {
|
||||
type = "dtb_docr";
|
||||
}
|
||||
|
||||
public String getCodAnag() {
|
||||
return codAnag;
|
||||
}
|
||||
|
||||
@@ -1,128 +1,244 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
public class DtbDoct {
|
||||
|
||||
public static final String ENTITY = "dtb_doct";
|
||||
public class DtbDoct extends EntityBase{
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
@SerializedName("codDtip")
|
||||
private String codDtip;
|
||||
@SerializedName("dataDoc")
|
||||
private Date dataDoc;
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
@SerializedName("acconto")
|
||||
private BigDecimal acconto;
|
||||
@SerializedName("activityId")
|
||||
private String activityId;
|
||||
@SerializedName("annotazioni")
|
||||
private String annotazioni;
|
||||
@SerializedName("aspettoBeni")
|
||||
private String aspettoBeni;
|
||||
@SerializedName("cambio")
|
||||
private BigDecimal cambio;
|
||||
@SerializedName("causaleTrasp")
|
||||
private String causaleTrasp;
|
||||
@SerializedName("codAbi")
|
||||
private String codAbi;
|
||||
@SerializedName("codAuto")
|
||||
private String codAuto;
|
||||
@SerializedName("codBanc")
|
||||
private String codBanc;
|
||||
@SerializedName("codBancAzi")
|
||||
private String codBancAzi;
|
||||
@SerializedName("codCab")
|
||||
private String codCab;
|
||||
@SerializedName("codDivi")
|
||||
private String codDivi;
|
||||
@SerializedName("codDtipVal")
|
||||
private String codDtipVal;
|
||||
@SerializedName("codFornTd")
|
||||
private String codFornTd;
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
@SerializedName("codJfas")
|
||||
private String codJfas;
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
@SerializedName("codPaga")
|
||||
private String codPaga;
|
||||
@SerializedName("codProd")
|
||||
private String codProd;
|
||||
@SerializedName("codVage")
|
||||
private String codVage;
|
||||
@SerializedName("codVage2")
|
||||
private String codVage2;
|
||||
@SerializedName("codVdes")
|
||||
private String codVdes;
|
||||
@SerializedName("codVvet")
|
||||
private String codVvet;
|
||||
@SerializedName("codVvet2")
|
||||
private String codVvet2;
|
||||
@SerializedName("codVzon")
|
||||
private String codVzon;
|
||||
@SerializedName("compilatoDa")
|
||||
private String compilatoDa;
|
||||
@SerializedName("userName")
|
||||
private String userName;
|
||||
@SerializedName("controllatoDa")
|
||||
private String controllatoDa;
|
||||
@SerializedName("dataChkDoc")
|
||||
private Date dataChkDoc;
|
||||
@SerializedName("dataDocVal")
|
||||
private Date dataDocVal;
|
||||
@SerializedName("dataInizTrasp")
|
||||
private Date dataInizTrasp;
|
||||
@SerializedName("dataIns")
|
||||
private Date dataIns;
|
||||
@SerializedName("dataOrd")
|
||||
private Date dataOrd;
|
||||
@SerializedName("dataReg")
|
||||
private Date dataReg;
|
||||
@SerializedName("dataRifScad")
|
||||
private Date dataRifScad;
|
||||
@SerializedName("dataUltMod")
|
||||
private Date dataUltMod;
|
||||
@SerializedName("descrizionePaga")
|
||||
private String descrizionePaga;
|
||||
@SerializedName("flagPrzScontati")
|
||||
private String flagPrzScontati;
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
@SerializedName("kmPercorsi")
|
||||
private Integer kmPercorsi;
|
||||
@SerializedName("listino")
|
||||
private String listino;
|
||||
@SerializedName("mezzo")
|
||||
private String mezzo;
|
||||
@SerializedName("modificatoDa")
|
||||
private String modificatoDa;
|
||||
@SerializedName("nettoMerce")
|
||||
private BigDecimal nettoMerce;
|
||||
@SerializedName("numCmov")
|
||||
private Integer numCmov;
|
||||
@SerializedName("numColli")
|
||||
private String numColli;
|
||||
@SerializedName("numDocVal")
|
||||
private Integer numDocVal;
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
@SerializedName("numVettura")
|
||||
private String numVettura;
|
||||
@SerializedName("oraInizTrasp")
|
||||
private String oraInizTrasp;
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
@SerializedName("peso")
|
||||
private String peso;
|
||||
@SerializedName("porto")
|
||||
private String porto;
|
||||
@SerializedName("previstaFat")
|
||||
private String previstaFat;
|
||||
@SerializedName("qtaProd")
|
||||
private BigDecimal qtaProd;
|
||||
@SerializedName("rapConvProd")
|
||||
private BigDecimal rapConvProd;
|
||||
@SerializedName("rifOrd")
|
||||
private String rifOrd;
|
||||
@SerializedName("sconto1")
|
||||
private BigDecimal sconto1;
|
||||
@SerializedName("sconto2")
|
||||
private BigDecimal sconto2;
|
||||
@SerializedName("sconto3")
|
||||
private BigDecimal sconto3;
|
||||
@SerializedName("sconto4")
|
||||
private BigDecimal sconto4;
|
||||
@SerializedName("serDocVal")
|
||||
private String serDocVal;
|
||||
@SerializedName("termCons")
|
||||
private String termCons;
|
||||
@SerializedName("tipoAnag")
|
||||
private String tipoAnag;
|
||||
@SerializedName("totImponib")
|
||||
private BigDecimal totImponib;
|
||||
@SerializedName("totIva")
|
||||
private BigDecimal totIva;
|
||||
@SerializedName("totMerce")
|
||||
private BigDecimal totMerce;
|
||||
@SerializedName("totOmaggi")
|
||||
private BigDecimal totOmaggi;
|
||||
@SerializedName("totProvvig")
|
||||
private BigDecimal totProvvig;
|
||||
@SerializedName("untMisProd")
|
||||
private String untMisProd;
|
||||
@SerializedName("idViaggio")
|
||||
private String idViaggio;
|
||||
@SerializedName("numDocForn")
|
||||
private String numDocForn;
|
||||
@SerializedName("generaMovCont")
|
||||
private String generaMovCont;
|
||||
@SerializedName("targa")
|
||||
private String targa;
|
||||
@SerializedName("postiPallet")
|
||||
private Integer postiPallet;
|
||||
@SerializedName("tempMedia")
|
||||
private BigDecimal tempMedia;
|
||||
@SerializedName("dataCons")
|
||||
private Date dataCons;
|
||||
@SerializedName("nolo")
|
||||
private BigDecimal nolo;
|
||||
@SerializedName("nolo2")
|
||||
private BigDecimal nolo2;
|
||||
@SerializedName("conducente")
|
||||
private String conducente;
|
||||
@SerializedName("iban")
|
||||
private String iban;
|
||||
@SerializedName("mrn")
|
||||
private String mrn;
|
||||
@SerializedName("explodeKit")
|
||||
private String explodeKit;
|
||||
@SerializedName("flagPrzIva")
|
||||
private String flagPrzIva;
|
||||
@SerializedName("flagCheckPlafond")
|
||||
private String flagCheckPlafond;
|
||||
@SerializedName("tipoEmissione")
|
||||
private String tipoEmissione;
|
||||
@SerializedName("setDataDecorrenza2DataRic")
|
||||
private String setDataDecorrenza2DataRic;
|
||||
@SerializedName("totSpese")
|
||||
private BigDecimal totSpese;
|
||||
@SerializedName("chkArtListino")
|
||||
private String chkArtListino;
|
||||
@SerializedName("dataCmov")
|
||||
private Date dataCmov;
|
||||
@SerializedName("reso")
|
||||
private String reso;
|
||||
@SerializedName("numCmovAutofattura")
|
||||
private Integer numCmovAutofattura;
|
||||
@SerializedName("dtbTipi")
|
||||
private Object dtbTipi;
|
||||
@SerializedName("vtbClie")
|
||||
private Object vtbClie;
|
||||
@SerializedName("jrlSchmacDoc")
|
||||
private List<Object> jrlSchmacDoc;
|
||||
@SerializedName("arlSchaccDoc")
|
||||
private List<Object> arlSchaccDoc;
|
||||
@SerializedName("dtbDocr")
|
||||
private List<DtbDocr> dtbDocr;
|
||||
@SerializedName("dtbDocs")
|
||||
private List<Object> dtbDocs;
|
||||
@SerializedName("mtbColt")
|
||||
private List<MtbColt> mtbColt;
|
||||
@SerializedName("drlDocAttached")
|
||||
private List<Object> drlDocAttached;
|
||||
@SerializedName("dtbDocCarat")
|
||||
private List<Object> dtbDocCarat;
|
||||
@SerializedName("ctbScad")
|
||||
private List<Object> ctbScad;
|
||||
@SerializedName("ctbMovt")
|
||||
private Object ctbMovt;
|
||||
@SerializedName("ctbMovi")
|
||||
private List<Object> ctbMovi;
|
||||
@SerializedName("costi")
|
||||
private List<Object> costi;
|
||||
@SerializedName("ntbDoct")
|
||||
private List<Object> ntbDoct;
|
||||
@SerializedName("dtbDoctBolle")
|
||||
private List<DtbDoct> dtbDoctBolle;
|
||||
private Object dtbInum;
|
||||
|
||||
|
||||
|
||||
public DtbDoct() {
|
||||
type = "dtb_doct";
|
||||
}
|
||||
|
||||
public String getCodAnag() {
|
||||
return codAnag;
|
||||
}
|
||||
@@ -1130,13 +1246,4 @@ public class DtbDoct {
|
||||
this.dtbDoctBolle = dtbDoctBolle;
|
||||
return this;
|
||||
}
|
||||
|
||||
public Object getDtbInum() {
|
||||
return dtbInum;
|
||||
}
|
||||
|
||||
public DtbDoct setDtbInum(Object dtbInum) {
|
||||
this.dtbInum = dtbInum;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,6 +40,11 @@ public class DtbOrdSteps extends EntityBase {
|
||||
private String untMisLav;
|
||||
|
||||
|
||||
|
||||
public DtbOrdSteps() {
|
||||
type = "dtb_ord_steps";
|
||||
}
|
||||
|
||||
public String getDataOrd() {
|
||||
return dataOrd;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class FiltroOrdineDTO {
|
||||
|
||||
@SerializedName("gestioneOrd")
|
||||
private String gestioneOrd;
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
@SerializedName("dataCons")
|
||||
private LocalDate dataCons;
|
||||
@SerializedName("numOrd")
|
||||
private int numOrd;
|
||||
|
||||
public String getGestioneOrd() {
|
||||
|
||||
@@ -170,9 +170,14 @@ public class MtbAart extends EntityBase {
|
||||
|
||||
@SerializedName("qtaEsistente")
|
||||
private BigDecimal qtaEsistente;
|
||||
|
||||
@SerializedName("qtaImpegnata")
|
||||
private BigDecimal qtaImpegnata;
|
||||
|
||||
@SerializedName("numCnfEsistente")
|
||||
private BigDecimal numCnfEsistente;
|
||||
|
||||
@SerializedName("numCnfImpegnata")
|
||||
private BigDecimal numCnfImpegnata;
|
||||
|
||||
private List<MtbUntMis> mtbUntMis;
|
||||
|
||||
@@ -1,17 +1,24 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import it.integry.integrywmsnative.core.utility.UtilityLogger;
|
||||
import it.integry.integrywmsnative.core.utility.UtilityString;
|
||||
|
||||
public class MtbDepoPosizione {
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
@SerializedName("flagMonoCollo")
|
||||
private String flagMonoCollo;
|
||||
@SerializedName("flagLineaProduzione")
|
||||
private String flagLineaProduzione;
|
||||
@SerializedName("priorita")
|
||||
private Integer priorita;
|
||||
|
||||
@SerializedName("tipoMagazAutomatico")
|
||||
private String tipoMagazAutomatico;
|
||||
|
||||
|
||||
|
||||
@@ -11,44 +11,64 @@ public class MtbPartitaMag extends EntityBase {
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("dataIns")
|
||||
private LocalDateTime dataIns;
|
||||
|
||||
@SerializedName("dataScad")
|
||||
private LocalDate dataScad;
|
||||
|
||||
@SerializedName("scelta")
|
||||
private Integer scelta;
|
||||
|
||||
@SerializedName("costoUntUmMag")
|
||||
private BigDecimal costoUntUmMag;
|
||||
|
||||
@SerializedName("valUntUmMag")
|
||||
private BigDecimal valUntUmMag;
|
||||
|
||||
@SerializedName("taraCnfKg")
|
||||
private BigDecimal taraCnfKg;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("flagImballoArendere")
|
||||
private String flagImballoArendere;
|
||||
|
||||
@SerializedName("flagStato")
|
||||
private String flagStato;
|
||||
|
||||
@SerializedName("codDiviCont")
|
||||
private String codDiviCont;
|
||||
|
||||
@SerializedName("cambioDiviCont")
|
||||
private BigDecimal cambioDiviCont;
|
||||
|
||||
@SerializedName("barcode")
|
||||
private String barcode;
|
||||
|
||||
@SerializedName("note")
|
||||
private String note;
|
||||
|
||||
@SerializedName("rapConv2")
|
||||
private BigDecimal rapConv2;
|
||||
|
||||
@SerializedName("rapConv3")
|
||||
private BigDecimal rapConv3;
|
||||
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
|
||||
@SerializedName("dataAggPrz")
|
||||
private String dataAggPrz;
|
||||
|
||||
@SerializedName("partitaMagSec")
|
||||
private String partitaMagSec;
|
||||
|
||||
@SerializedName("qtaAttesa")
|
||||
private BigDecimal qtaAttesa;
|
||||
|
||||
|
||||
@@ -4,12 +4,16 @@ import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class MtbSfam extends EntityBase {
|
||||
|
||||
|
||||
@SerializedName("codMgrp")
|
||||
private String codMgrp;
|
||||
|
||||
@SerializedName("codMsgr")
|
||||
private String codMsgr;
|
||||
|
||||
@SerializedName("codMsfa")
|
||||
private String codMsfa;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
|
||||
@@ -6,24 +6,34 @@ import java.util.List;
|
||||
|
||||
public class MtbSgrp extends EntityBase {
|
||||
|
||||
|
||||
@SerializedName("codMgrp")
|
||||
private String codMgrp;
|
||||
|
||||
@SerializedName("codMsgr")
|
||||
private String codMsgr;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("inclInStat")
|
||||
private String inclInStat;
|
||||
|
||||
@SerializedName("contoRimFin")
|
||||
private String contoRimFin;
|
||||
|
||||
@SerializedName("ordinamento")
|
||||
private Integer ordinamento;
|
||||
|
||||
@SerializedName("chkGiacenzaNeg")
|
||||
private Boolean chkGiacenzaNeg;
|
||||
|
||||
@SerializedName("flagReso")
|
||||
private Boolean flagReso;
|
||||
|
||||
@SerializedName("codCconWip")
|
||||
private String codCconWip;
|
||||
|
||||
@SerializedName("mtbSfam")
|
||||
private List<MtbSfam> mtbSfam = new ArrayList<>();
|
||||
|
||||
|
||||
@@ -4,20 +4,42 @@ import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public class MtbTCol {
|
||||
|
||||
public class MtbTCol extends EntityBase {
|
||||
|
||||
@SerializedName("codTcol")
|
||||
private String codTcol;
|
||||
|
||||
@SerializedName("pesoKg")
|
||||
private BigDecimal pesoKg;
|
||||
|
||||
@SerializedName("lunghezzaCm")
|
||||
private BigDecimal lunghezzaCm;
|
||||
|
||||
@SerializedName("larghezzaCm")
|
||||
private BigDecimal larghezzaCm;
|
||||
|
||||
@SerializedName("altezzaCm")
|
||||
private BigDecimal altezzaCm;
|
||||
|
||||
@SerializedName("taraKg")
|
||||
private BigDecimal taraKg;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("flagUiUl")
|
||||
private FlagUiUlEnum flagUiUl;
|
||||
|
||||
@SerializedName("circuito")
|
||||
private String circuito;
|
||||
|
||||
public MtbTCol() {
|
||||
this.type = "mtb_tcol";
|
||||
}
|
||||
|
||||
public String getCodTcol() {
|
||||
return codTcol;
|
||||
}
|
||||
|
||||
@@ -7,14 +7,19 @@ public class MtbUntMis extends EntityBase {
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("flagDig")
|
||||
private String flagDig;
|
||||
|
||||
@SerializedName("cifreDec")
|
||||
private BigDecimal cifreDec;
|
||||
|
||||
@SerializedName("tipoUm")
|
||||
private String tipoUm;
|
||||
|
||||
@SerializedName("flagUnitaKg")
|
||||
private String flagUnitaKg;
|
||||
|
||||
@SerializedName("flagAttivo")
|
||||
private String flagAttivo;
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
import java.util.Date;
|
||||
@@ -15,34 +17,92 @@ import it.integry.integrywmsnative.core.utility.UtilityString;
|
||||
|
||||
public class MvwSitArtUdcDetInventario {
|
||||
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("dataCollo")
|
||||
private LocalDate dataCollo;
|
||||
|
||||
@SerializedName("serCollo")
|
||||
private String serCollo;
|
||||
|
||||
@SerializedName("numCollo")
|
||||
private Integer numCollo;
|
||||
|
||||
@SerializedName("segno")
|
||||
private Integer segno;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
|
||||
@SerializedName("priorita")
|
||||
private Integer priorita;
|
||||
|
||||
@SerializedName("codGruppo")
|
||||
private String codGruppo;
|
||||
|
||||
@SerializedName("gruppo")
|
||||
private String gruppo;
|
||||
|
||||
@SerializedName("codSgruppo")
|
||||
private String codSgruppo;
|
||||
|
||||
@SerializedName("sottogruppo")
|
||||
private String sottogruppo;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("diacod")
|
||||
private String diacod;
|
||||
|
||||
@SerializedName("descrizioneEstesa")
|
||||
private String descrizioneEstesa;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("dataScad")
|
||||
private LocalDate dataScad;
|
||||
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
|
||||
@SerializedName("commessa")
|
||||
private String commessa;
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("qtaCol")
|
||||
private BigDecimal qtaCol;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("pesoNettoKg")
|
||||
private BigDecimal pesoNettoKg;
|
||||
|
||||
@SerializedName("pesoLordoKg")
|
||||
private BigDecimal pesoLordoKg;
|
||||
|
||||
@SerializedName("codJfas")
|
||||
private String codJfas;
|
||||
|
||||
@SerializedName("mtbAart")
|
||||
private MtbAart mtbAart;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private Date dataOrd;
|
||||
|
||||
public String getGestione() {
|
||||
|
||||
@@ -49,6 +49,7 @@ public class StbMenu extends EntityBase {
|
||||
@SerializedName("urlDescrizione")
|
||||
private String urlDescrizione;
|
||||
|
||||
@SerializedName("stbMenuChildren")
|
||||
private final List<StbMenu> stbMenuChildren = new ArrayList<>();
|
||||
|
||||
public String getCodOpz() {
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
package it.integry.integrywmsnative.core.model.dto;
|
||||
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class AlreadyRegisteredUlDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
@SerializedName("canBeRecovered")
|
||||
private boolean canBeRecovered;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.model.dto;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class InternalCodAnagsDTO {
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
@SerializedName("isCliente")
|
||||
private boolean isCliente;
|
||||
@SerializedName("isFornitore")
|
||||
private boolean isFornitore;
|
||||
|
||||
public String getCodAnag() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.model.dto;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
@@ -10,8 +12,11 @@ import it.integry.integrywmsnative.core.utility.UtilityString;
|
||||
|
||||
public class PickDataDTO {
|
||||
|
||||
@SerializedName("refMtbColt")
|
||||
private MtbColt refMtbColt;
|
||||
@SerializedName("sourceMtbColt")
|
||||
private MtbColt sourceMtbColt;
|
||||
@SerializedName("manualPickDTO")
|
||||
private ManualPickDTO manualPickDTO;
|
||||
|
||||
public MtbColt getRefMtbColt() {
|
||||
|
||||
@@ -1,26 +1,38 @@
|
||||
package it.integry.integrywmsnative.core.model.dto;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.secondary.StatoPartitaMag;
|
||||
|
||||
public class StatoArticoloDTO {
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("dataScad")
|
||||
private Date dataScad;
|
||||
|
||||
@SerializedName("ggScadPartita")
|
||||
private Integer ggScadPartita;
|
||||
|
||||
@SerializedName("ggMax")
|
||||
private Integer ggMax;
|
||||
|
||||
@SerializedName("ggScadEffettivi")
|
||||
private Integer ggScadEffettivi;
|
||||
|
||||
@SerializedName("ggUtili")
|
||||
private Integer ggUtili;
|
||||
|
||||
@SerializedName("statoArt")
|
||||
private StatoPartitaMag statoArt;
|
||||
|
||||
|
||||
public String getCodMart() {
|
||||
return codMart;
|
||||
}
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
package it.integry.integrywmsnative.core.model.dto;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class WithdrawableMtbColr extends MtbColr {
|
||||
|
||||
private transient MtbColr withdrawRow;
|
||||
|
||||
public WithdrawableMtbColr() {
|
||||
super();
|
||||
}
|
||||
|
||||
public MtbColr getWithdrawRow() {
|
||||
return withdrawRow;
|
||||
}
|
||||
|
||||
public WithdrawableMtbColr setWithdrawRow(MtbColr withdrawRow) {
|
||||
this.withdrawRow = withdrawRow;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
@@ -46,7 +46,7 @@ public class GestSetupRESTConsumer extends _BaseRESTConsumer {
|
||||
public void getBooleanValue(String gestName, String sectionName, String keySection, RunnableArgs<Boolean> onComplete, RunnableArgs<Exception> onFailed) {
|
||||
getValue(gestName, sectionName, keySection, value -> {
|
||||
if (value != null) {
|
||||
onComplete.run("S".equalsIgnoreCase(value.value));
|
||||
onComplete.run("S".equalsIgnoreCase(value.getValue()));
|
||||
} else onComplete.run(false);
|
||||
}, ex -> {
|
||||
if (onFailed != null) onFailed.run(ex);
|
||||
@@ -71,7 +71,7 @@ public class GestSetupRESTConsumer extends _BaseRESTConsumer {
|
||||
public void getBooleanValue(String gestName, String sectionName, String keySection, String codMdep, RunnableArgs<Boolean> onComplete, RunnableArgs<Exception> onFailed) {
|
||||
getValue(gestName, sectionName, keySection, codMdep, value -> {
|
||||
if (value != null) {
|
||||
onComplete.run("S".equalsIgnoreCase(value.value));
|
||||
onComplete.run("S".equalsIgnoreCase(value.getValue()));
|
||||
} else onComplete.run(false);
|
||||
}, ex -> {
|
||||
if (onFailed != null) onFailed.run(ex);
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class AvailableCodMdepsDTO {
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
public String getCodMdep() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import it.integry.integrywmsnative.core.di.BindableBoolean;
|
||||
@@ -7,21 +9,53 @@ import it.integry.integrywmsnative.core.utility.UtilityDate;
|
||||
|
||||
public class DocumentoResoDTO {
|
||||
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("counterConsegna")
|
||||
private int counterConsegna;
|
||||
|
||||
@SerializedName("codDtip")
|
||||
private String codDtip;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private String dataDoc;
|
||||
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
|
||||
@SerializedName("numDoc")
|
||||
private int numDoc;
|
||||
|
||||
@SerializedName("destinatario")
|
||||
private String destinatario;
|
||||
|
||||
@SerializedName("indirizzo")
|
||||
private String indirizzo;
|
||||
|
||||
@SerializedName("ragSoc")
|
||||
private String ragSoc;
|
||||
|
||||
@SerializedName("compilatoDa")
|
||||
private String compilatoDa;
|
||||
|
||||
@SerializedName("rifOrd")
|
||||
private String rifOrd;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private String dataOrd;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
|
||||
@SerializedName("dataInizTrasp")
|
||||
private String dataInizTrasp;
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,18 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class GestSetupDTO {
|
||||
|
||||
public String value;
|
||||
@SerializedName("value")
|
||||
private String value;
|
||||
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public GestSetupDTO setValue(String value) {
|
||||
this.value = value;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +1,26 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class GetPickingListDTO {
|
||||
|
||||
|
||||
|
||||
@SerializedName("data")
|
||||
private LocalDate data;
|
||||
|
||||
@SerializedName("numero")
|
||||
private Integer numero;
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("dataConsegna")
|
||||
private LocalDate dataConsegna;
|
||||
|
||||
@SerializedName("idViaggio")
|
||||
private Integer idViaggio;
|
||||
|
||||
public LocalDate getData() {
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class JasperDTO {
|
||||
|
||||
|
||||
@SerializedName("reportName")
|
||||
private String reportName;
|
||||
|
||||
@SerializedName("params")
|
||||
private List<JasperPairDTO> params = new ArrayList<>();
|
||||
|
||||
public String getReportName() {
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class JasperPairDTO {
|
||||
|
||||
|
||||
@SerializedName("name")
|
||||
private String name;
|
||||
|
||||
@SerializedName("value")
|
||||
private Object value;
|
||||
|
||||
public JasperPairDTO(String name, Object value) {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
@@ -8,23 +10,56 @@ import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class LoadColliDTO {
|
||||
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("codDtip")
|
||||
private String codDtip;
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codVdes")
|
||||
private String codVdes;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private Date dataDoc;
|
||||
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("calcPrz")
|
||||
private String calcPrz;
|
||||
|
||||
@SerializedName("datiOrd")
|
||||
private boolean datiOrd;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private Date dataOrd;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
|
||||
@SerializedName("flagEvasoForzato")
|
||||
private String flagEvasoForzato;
|
||||
|
||||
@SerializedName("dataVers")
|
||||
private Date dataVers;
|
||||
|
||||
@SerializedName("note")
|
||||
private String note;
|
||||
|
||||
@SerializedName("saveDoc")
|
||||
private boolean saveDoc = true;
|
||||
|
||||
@SerializedName("colli")
|
||||
private List<MtbColt> colli = new ArrayList<>();
|
||||
|
||||
public String getGestione() {
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class MailAttachmentDTO {
|
||||
|
||||
|
||||
@SerializedName("fileName")
|
||||
private String fileName;
|
||||
|
||||
@SerializedName("fileb64Content")
|
||||
private String fileb64Content;
|
||||
|
||||
public String getFileName() {
|
||||
|
||||
@@ -1,20 +1,46 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class MailRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("from")
|
||||
private String from;
|
||||
|
||||
@SerializedName("fromName")
|
||||
private String fromName;
|
||||
|
||||
@SerializedName("to")
|
||||
private String to;
|
||||
|
||||
@SerializedName("replyTo")
|
||||
private String replyTo;
|
||||
|
||||
@SerializedName("replyToName")
|
||||
private String replyToName;
|
||||
|
||||
@SerializedName("cc")
|
||||
private String cc;
|
||||
|
||||
@SerializedName("ccn")
|
||||
private String ccn;
|
||||
|
||||
@SerializedName("subject")
|
||||
private String subject;
|
||||
|
||||
@SerializedName("msgText")
|
||||
private String msgText;
|
||||
|
||||
@SerializedName("attachments")
|
||||
private List<MailAttachmentDTO> attachments;
|
||||
|
||||
@SerializedName("isHtml")
|
||||
private boolean isHtml = false;
|
||||
|
||||
@SerializedName("isDebug")
|
||||
private boolean isDebug = false;
|
||||
|
||||
public String getFrom() {
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class NativeSqlRequestDTO {
|
||||
|
||||
@SerializedName("nativeSql")
|
||||
private String nativeSql;
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -7,10 +9,13 @@ import it.integry.integrywmsnative.core.report.ReportType;
|
||||
|
||||
public class ReportTypeDTO {
|
||||
|
||||
|
||||
@SerializedName("reportType")
|
||||
private ReportType reportType;
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
@SerializedName("params")
|
||||
private List<JasperPairDTO> params = new ArrayList<>();
|
||||
|
||||
public List<JasperPairDTO> getParams() {
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class RettificaULDTO {
|
||||
|
||||
@SerializedName("sourceMtbColr")
|
||||
private MtbColr sourceMtbColr;
|
||||
@SerializedName("newNumCnf")
|
||||
private BigDecimal newNumCnf;
|
||||
@SerializedName("newQtaCol")
|
||||
private BigDecimal newQtaCol;
|
||||
|
||||
public MtbColr getSourceMtbColr() {
|
||||
|
||||
@@ -2,6 +2,7 @@ package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
|
||||
import com.annimon.stream.Stream;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
@@ -10,13 +11,29 @@ import java.util.List;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class SaveDocFromPickingRequestDTO {
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codVdes")
|
||||
private String codVdes;
|
||||
|
||||
@SerializedName("tipoLista")
|
||||
private String tipoLista;
|
||||
|
||||
@SerializedName("noteDoc")
|
||||
private String noteDoc;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private Date dataDoc;
|
||||
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
|
||||
@SerializedName("colli")
|
||||
private List<DatiCollo> colli;
|
||||
|
||||
@SerializedName("pedane")
|
||||
private List<Pedane> pedane;
|
||||
|
||||
public String getCodAnag() {
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
public class SingleValueDTO<T> {
|
||||
|
||||
private T value;
|
||||
|
||||
public T getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public SingleValueDTO<T> setValue(T value) {
|
||||
this.value = value;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
@@ -1,14 +1,19 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class SpostaArtsTraULRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("sourceMtbColt")
|
||||
private MtbColt sourceMtbColt;
|
||||
|
||||
@SerializedName("destinationBarcodeUl")
|
||||
private String destinationBarcodeUl;
|
||||
|
||||
@SerializedName("flagForceUseRefs")
|
||||
private boolean flagForceUseRefs;
|
||||
|
||||
public MtbColt getSourceMtbColt() {
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class SpostaArtsTraULResponseDTO {
|
||||
|
||||
@SerializedName("generatedMtbColr")
|
||||
private List<MtbColr> generatedMtbColr;
|
||||
|
||||
public List<MtbColr> getGeneratedMtbColr() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -7,13 +9,17 @@ import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class SpostaULRequestDTO {
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
@SerializedName("annotazioni")
|
||||
private String annotazioni;
|
||||
@SerializedName("createDocAutomatically")
|
||||
private boolean createDocAutomatically = true;
|
||||
@SerializedName("mtbColtsToMove")
|
||||
private List<MtbColt> mtbColtsToMove = new ArrayList<>();
|
||||
|
||||
|
||||
public String getCodMdep() {
|
||||
return codMdep;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class UpdateDepositoULRequestDTO {
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
@SerializedName("data")
|
||||
private LocalDate data;
|
||||
@SerializedName("num")
|
||||
private int num;
|
||||
@SerializedName("serie")
|
||||
private String serie;
|
||||
|
||||
public String getGestione() {
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class UpdatePosizioneULRequestDTO {
|
||||
|
||||
@SerializedName("sscc")
|
||||
private String sscc;
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
|
||||
public String getSscc() {
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class UpdateTipoULRequestDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
@SerializedName("codTcol")
|
||||
private String codTcol;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
package it.integry.integrywmsnative.core.rest.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class VersamentoAutomaticoULResponseDTO {
|
||||
|
||||
|
||||
@SerializedName("success")
|
||||
private List<MtbColr> success;
|
||||
|
||||
@SerializedName("failed")
|
||||
private List<MtbColr> failed;
|
||||
|
||||
public List<MtbColr> getSuccess() {
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.articolo;
|
||||
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbAart;
|
||||
|
||||
public class SearchArticoloByBarcodeResponseDTO {
|
||||
|
||||
@SerializedName("arts")
|
||||
private List<MtbAart> arts;
|
||||
|
||||
public List<MtbAart> getArts() {
|
||||
|
||||
@@ -1,21 +1,45 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.documento;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class DocumentoArtDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("barcode")
|
||||
private ArrayList<String> barcode;
|
||||
|
||||
@SerializedName("flagTracciabilita")
|
||||
private boolean flagTracciabilita;
|
||||
|
||||
@SerializedName("flagQtaCnfFissa")
|
||||
private boolean flagQtaCnfFissa;
|
||||
|
||||
@SerializedName("giacenza")
|
||||
private BigDecimal giacenza;
|
||||
|
||||
@SerializedName("plu")
|
||||
private boolean plu;
|
||||
|
||||
@SerializedName("przVendIva")
|
||||
private BigDecimal przVendIva;
|
||||
|
||||
@SerializedName("untMisDigitale")
|
||||
private boolean untMisDigitale;
|
||||
|
||||
public String getCodMart() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.documento;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class RetrieveDocumentoArtsResponseDTO {
|
||||
|
||||
@SerializedName("arts")
|
||||
private List<DocumentoArtDTO> arts;
|
||||
|
||||
public List<DocumentoArtDTO> getArts() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.giacenza;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
@@ -7,22 +9,56 @@ import it.integry.integrywmsnative.core.model.MtbAart;
|
||||
|
||||
public class InstantItemSituationIncomingItemDto {
|
||||
|
||||
|
||||
@SerializedName("qtaOrd")
|
||||
private BigDecimal qtaOrd;
|
||||
|
||||
@SerializedName("qtaEvasa")
|
||||
private BigDecimal qtaEvasa;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("numCnfEvasa")
|
||||
private BigDecimal numCnfEvasa;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private int numOrd;
|
||||
|
||||
@SerializedName("rigaOrd")
|
||||
private int rigaOrd;
|
||||
|
||||
@SerializedName("dataCons")
|
||||
private LocalDate dataCons;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("mtbAart")
|
||||
private MtbAart mtbAart;
|
||||
|
||||
public BigDecimal getQtaOrd() {
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.giacenza;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MvwSitArtUdcDetInventario;
|
||||
|
||||
public class InstantItemSituationResponseDto {
|
||||
|
||||
@SerializedName("incomingItems")
|
||||
private List<InstantItemSituationIncomingItemDto> incomingItems;
|
||||
|
||||
@SerializedName("availableItems")
|
||||
private List<MvwSitArtUdcDetInventario> availableItems;
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.imballi;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class ImballoQuantityDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("qta")
|
||||
private Integer qta;
|
||||
|
||||
public String getCodMart() {
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.imballi;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class RegistraCaricoImballiRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("usedImballi")
|
||||
private List<ImballoQuantityDTO> usedImballi;
|
||||
|
||||
public String getCodAnag() {
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.imballi;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class RegistraScaricoImballiRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codVettore")
|
||||
private String codVettore;
|
||||
|
||||
@SerializedName("usedImballi")
|
||||
private List<ImballoQuantityDTO> usedImballi;
|
||||
|
||||
public String getCodVettore() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.inventario;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbInvent;
|
||||
|
||||
public class InsertInventarioRequestDTO {
|
||||
|
||||
@SerializedName("mtbInvent")
|
||||
private MtbInvent mtbInvent;
|
||||
|
||||
public MtbInvent getMtbInvent() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.inventario;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
@@ -10,16 +12,38 @@ import it.integry.integrywmsnative.core.model.MtbUntMis;
|
||||
|
||||
public class InventarioArtDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("barcode")
|
||||
private ArrayList<String> barcode;
|
||||
|
||||
@SerializedName("flagTracciabilita")
|
||||
private boolean flagTracciabilita;
|
||||
|
||||
@SerializedName("flagQtaCnfFissa")
|
||||
private boolean flagQtaCnfFissa;
|
||||
|
||||
@SerializedName("giacenza")
|
||||
private BigDecimal giacenza;
|
||||
|
||||
@SerializedName("plu")
|
||||
private boolean plu;
|
||||
|
||||
@SerializedName("przVendIva")
|
||||
private BigDecimal przVendIva;
|
||||
|
||||
@SerializedName("untMisDigitale")
|
||||
private boolean untMisDigitale;
|
||||
|
||||
public String getCodMart() {
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.inventario;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbInvent;
|
||||
|
||||
public class RetrieveInventariResponseDTO {
|
||||
|
||||
@SerializedName("inventories")
|
||||
private List<MtbInvent> inventories;
|
||||
|
||||
public List<MtbInvent> getInventories() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.inventario;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class RetrieveInventarioArtsResponseDTO {
|
||||
|
||||
@SerializedName("arts")
|
||||
private List<InventarioArtDTO> arts;
|
||||
|
||||
public List<InventarioArtDTO> getArts() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.inventario;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbInvent;
|
||||
|
||||
public class RetrieveInventarioResponseDTO {
|
||||
|
||||
@SerializedName("mtbInvent")
|
||||
private MtbInvent mtbInvent;
|
||||
|
||||
public MtbInvent getMtbInvent() {
|
||||
|
||||
@@ -1,14 +1,28 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_automatico;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public class MagazzinoAutomaticoPickItemRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("untMis")
|
||||
private String untMis;
|
||||
|
||||
@SerializedName("qtaTot")
|
||||
private BigDecimal qtaTot;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
public MagazzinoAutomaticoPickItemRequestDTO(String codMart) {
|
||||
|
||||
@@ -1,15 +1,27 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_automatico;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class MagazzinoAutomaticoPickItemsRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("shouldCreateUDS")
|
||||
private boolean shouldCreateUDS;
|
||||
|
||||
@SerializedName("defaultGestioneOfNewUDS")
|
||||
private String defaultGestioneOfNewUDS;
|
||||
|
||||
@SerializedName("ordersOfNewUDS")
|
||||
private List<MagazzinoAutomaticoPickOrderRequestDTO> ordersOfNewUDS;
|
||||
|
||||
@SerializedName("inputMtbColt")
|
||||
private MtbColt inputMtbColt;
|
||||
|
||||
@SerializedName("itemsToPick")
|
||||
private List<MagazzinoAutomaticoPickItemRequestDTO> itemsToPick;
|
||||
|
||||
public boolean isShouldCreateUDS() {
|
||||
|
||||
@@ -1,13 +1,25 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_automatico;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class MagazzinoAutomaticoPickOrderRequestDTO {
|
||||
|
||||
@SerializedName("type")
|
||||
private final String type = "dtb_ordr";
|
||||
|
||||
|
||||
@SerializedName("dataCons")
|
||||
private LocalDate dataCons;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private int numOrd;
|
||||
|
||||
public MagazzinoAutomaticoPickOrderRequestDTO(LocalDate dataOrd, String gestione, int numOrd) {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_automatico;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class MagazzinoAutomaticoPutItemsRequestDTO {
|
||||
|
||||
@SerializedName("inputMtbColt")
|
||||
private MtbColt inputMtbColt;
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_buffer;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class MagazzinoBufferVersamentoMaterialeCloseRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("inputMtbColt")
|
||||
private MtbColt inputMtbColt;
|
||||
|
||||
@SerializedName("qtaTotDaScaricare")
|
||||
private BigDecimal qtaTotDaScaricare;
|
||||
|
||||
@SerializedName("numCnfDaScaricare")
|
||||
private BigDecimal numCnfDaScaricare;
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.magazzino_buffer;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class MagazzinoBufferVersamentoMaterialeRequestDTO {
|
||||
|
||||
@SerializedName("inputMtbColt")
|
||||
private MtbColt inputMtbColt;
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.materiali;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
import java.util.List;
|
||||
@@ -8,22 +10,48 @@ import it.integry.integrywmsnative.core.model.key.MtbColtKey;
|
||||
|
||||
public class RecuperaMaterialiRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("qtaTot")
|
||||
private BigDecimal qtaTot;
|
||||
|
||||
|
||||
@SerializedName("movementScarico")
|
||||
private MtbColtKey movementScarico;
|
||||
|
||||
|
||||
@SerializedName("barcodeUlScarico")
|
||||
private String barcodeUlScarico;
|
||||
|
||||
@SerializedName("codMdepScarico")
|
||||
private String codMdepScarico;
|
||||
|
||||
@SerializedName("posizioneScarico")
|
||||
private String posizioneScarico;
|
||||
|
||||
|
||||
@SerializedName("ordini")
|
||||
private List<Ordine> ordini;
|
||||
|
||||
|
||||
@SerializedName("barcodeUlCarico")
|
||||
private String barcodeUlCarico;
|
||||
|
||||
@SerializedName("codMdepCarico")
|
||||
private String codMdepCarico;
|
||||
|
||||
@SerializedName("posizioneCarico")
|
||||
private String posizioneCarico;
|
||||
|
||||
public String getCodMart() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.materiali;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class RecuperaMaterialiResponseDTO {
|
||||
|
||||
@SerializedName("updatedMtbColtScarico")
|
||||
private MtbColt updatedMtbColtScarico;
|
||||
|
||||
public MtbColt getUpdatedMtbColtScarico() {
|
||||
|
||||
@@ -1,22 +1,46 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.materiali;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class VersaMaterialiRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("qtaTot")
|
||||
private BigDecimal qtaTot;
|
||||
|
||||
|
||||
@SerializedName("numCollo")
|
||||
private Integer numCollo;
|
||||
|
||||
@SerializedName("dataCollo")
|
||||
private LocalDate dataCollo;
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("serCollo")
|
||||
private String serCollo;
|
||||
|
||||
@SerializedName("barcodeUl")
|
||||
private String barcodeUl;
|
||||
|
||||
|
||||
@SerializedName("posizioneVersamento")
|
||||
private String posizioneVersamento;
|
||||
|
||||
|
||||
|
||||
@@ -1,43 +1,112 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.produzione;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
public class CaricoProdFinDTO {
|
||||
|
||||
@SerializedName("prodotti")
|
||||
private CaricoProdFinProdottiDTO prodotti = new CaricoProdFinProdottiDTO();
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("effettuaScaricoMateriali")
|
||||
private String effettuaScaricoMateriali;
|
||||
|
||||
@SerializedName("effettuaCaricoProdotto")
|
||||
private String effettuaCaricoProdotto;
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("codMdepScar")
|
||||
private String codMdepScar;
|
||||
|
||||
@SerializedName("codDtipCar")
|
||||
private String codDtipCar;
|
||||
|
||||
@SerializedName("codDtipScar")
|
||||
private String codDtipScar;
|
||||
|
||||
@SerializedName("codDtipRien")
|
||||
private String codDtipRien;
|
||||
|
||||
@SerializedName("terminaLavorazione")
|
||||
private String terminaLavorazione;
|
||||
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
|
||||
@SerializedName("aggiornaStato")
|
||||
private String aggiornaStato;
|
||||
|
||||
@SerializedName("creaCollo")
|
||||
private String creaCollo;
|
||||
|
||||
@SerializedName("creaScaricoDaColloVers")
|
||||
private String creaScaricoDaColloVers;
|
||||
|
||||
@SerializedName("creaCaricoDaCollo")
|
||||
private String creaCaricoDaCollo;
|
||||
|
||||
@SerializedName("creaScaricoDaCollo")
|
||||
private String creaScaricoDaCollo;
|
||||
|
||||
@SerializedName("creaColloVersDaColloCarico")
|
||||
private String creaColloVersDaColloCarico;
|
||||
|
||||
@SerializedName("creaRientroDaCollo")
|
||||
private String creaRientroDaCollo;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
|
||||
@SerializedName("idRiga")
|
||||
private Integer idRiga;
|
||||
|
||||
@SerializedName("idStep")
|
||||
private Integer idStep;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
|
||||
@SerializedName("dataProd")
|
||||
private LocalDate dataProd;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private LocalDate dataDoc;
|
||||
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
|
||||
@SerializedName("dataVersamento")
|
||||
private LocalDateTime dataVersamento;
|
||||
|
||||
@SerializedName("preparatoDa")
|
||||
private String preparatoDa;
|
||||
|
||||
@SerializedName("*")
|
||||
private String generateJson; /*24/01/2022(FABIO): da eliminare non appena abbiamo testato il salvataggio diretto con entity passo per passo*/
|
||||
|
||||
@SerializedName("codJfas")
|
||||
private String codJfas;
|
||||
|
||||
@SerializedName("terminaLavorazioneLinea")
|
||||
private String terminaLavorazioneLinea;
|
||||
|
||||
@SerializedName("activityID")
|
||||
private String activityID;
|
||||
|
||||
@SerializedName("idLotto")
|
||||
private Integer idLotto;
|
||||
|
||||
@SerializedName("escludiArticoliGestitiDaWmsInScarico")
|
||||
private boolean escludiArticoliGestitiDaWmsInScarico;
|
||||
|
||||
public CaricoProdFinProdottiDTO getProdotti() {
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.produzione;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class CaricoProdFinProdottiDTO {
|
||||
|
||||
@SerializedName("row")
|
||||
private List<CaricoProdFinProdottoDTO> row = new ArrayList<>();
|
||||
|
||||
public List<CaricoProdFinProdottoDTO> getRow() {
|
||||
|
||||
@@ -1,16 +1,34 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.produzione;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public class CaricoProdFinProdottoDTO {
|
||||
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("flagDig")
|
||||
private String flagDig;
|
||||
|
||||
@SerializedName("codTcol")
|
||||
private String codTcol;
|
||||
|
||||
@SerializedName("qtaProdAna")
|
||||
private BigDecimal qtaProdAna;
|
||||
|
||||
@SerializedName("qtaProdDig")
|
||||
private BigDecimal qtaProdDig;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("numCart")
|
||||
private BigDecimal numCart;
|
||||
|
||||
@SerializedName("tara")
|
||||
private BigDecimal tara;
|
||||
|
||||
public String getPartitaMag() {
|
||||
|
||||
@@ -1,15 +1,29 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.pv;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
public class GiacenzaPvDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
|
||||
@SerializedName("qtaInv")
|
||||
private BigDecimal qtaInv;
|
||||
|
||||
@SerializedName("dtaInventario")
|
||||
private Date dtaInventario;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("incomingStock")
|
||||
private BigDecimal incomingStock;
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.pv;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class SaveNewVerificaRequestDTO {
|
||||
|
||||
@SerializedName("data")
|
||||
private VerificaGiacenzeDTO data;
|
||||
|
||||
public VerificaGiacenzeDTO getData() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.pv;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
@@ -7,9 +9,13 @@ import it.integry.integrywmsnative.core.model.BaseRestDTO;
|
||||
|
||||
public class VerificaGiacenzeDTO extends BaseRestDTO {
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("dataVerifica")
|
||||
private LocalDateTime dataVerifica;
|
||||
|
||||
@SerializedName("rows")
|
||||
private List<VerificaGiacenzeRowDTO> rows;
|
||||
|
||||
public String getCodMdep() {
|
||||
|
||||
@@ -1,17 +1,33 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.pv;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.BaseRestDTO;
|
||||
|
||||
public class VerificaGiacenzeRowDTO extends BaseRestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("qtaInGiacenza")
|
||||
private BigDecimal qtaInGiacenza;
|
||||
|
||||
@SerializedName("qta")
|
||||
private BigDecimal qta;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("barcode")
|
||||
private String barcode;
|
||||
|
||||
public String getCodMart() {
|
||||
|
||||
@@ -1,9 +1,19 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.system;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class LatestAppVersionInfoDTO {
|
||||
|
||||
@SerializedName("latestVersion")
|
||||
private String latestVersion;
|
||||
|
||||
@SerializedName("latestVersionCode")
|
||||
private int latestVersionCode;
|
||||
|
||||
@SerializedName("url")
|
||||
private String url;
|
||||
|
||||
@SerializedName("forced")
|
||||
private boolean forced;
|
||||
|
||||
public String getLatestVersion() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class CloseUDCRequestDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class CloseUDCResponseDTO {
|
||||
|
||||
@SerializedName("saved")
|
||||
private boolean saved;
|
||||
|
||||
@SerializedName("deleted")
|
||||
private boolean deleted;
|
||||
|
||||
public boolean isSaved() {
|
||||
|
||||
@@ -1,17 +1,33 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class CreateUDCRequestDTO {
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("numCollo")
|
||||
private Integer numCollo;
|
||||
|
||||
@SerializedName("serCollo")
|
||||
private String serCollo;
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codTcol")
|
||||
private String codTcol;
|
||||
|
||||
@SerializedName("barcodeUl")
|
||||
private String barcodeUl;
|
||||
|
||||
@SerializedName("annotazioni")
|
||||
private String annotazioni;
|
||||
|
||||
|
||||
@SerializedName("orders")
|
||||
private List<CreateUDCRequestOrderDTO> orders;
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class CreateUDCRequestOrderDTO {
|
||||
|
||||
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
|
||||
@SerializedName("dataCons")
|
||||
private LocalDate dataCons;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private int numOrd;
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class CreateUDCResponseDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class DeleteUDCRowRequestDTO {
|
||||
|
||||
@SerializedName("mtbColrToDelete")
|
||||
private MtbColr mtbColrToDelete;
|
||||
|
||||
public MtbColr getMtbColrToDelete() {
|
||||
|
||||
@@ -1,17 +1,31 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class EditUDCRowRequestDTO {
|
||||
|
||||
@SerializedName("sourceMtbColr")
|
||||
private MtbColr sourceMtbColr;
|
||||
|
||||
|
||||
@SerializedName("newQtaTot")
|
||||
private BigDecimal newQtaTot;
|
||||
|
||||
@SerializedName("newQtaCnf")
|
||||
private BigDecimal newQtaCnf;
|
||||
|
||||
@SerializedName("newNumCnf")
|
||||
private BigDecimal newNumCnf;
|
||||
|
||||
@SerializedName("newPartitaMag")
|
||||
private String newPartitaMag;
|
||||
|
||||
@SerializedName("newDataScad")
|
||||
private LocalDate newDataScad;
|
||||
|
||||
public MtbColr getSourceMtbColr() {
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.udc;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class EditUDCRowResponseDTO {
|
||||
@SerializedName("savedMtbColr")
|
||||
private MtbColr savedMtbColr;
|
||||
|
||||
public MtbColr getSavedMtbColr() {
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class CanULBeDeletedRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,18 +1,26 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
import it.integry.integrywmsnative.core.rest.model.CriterioDistribuzioneEnum;
|
||||
|
||||
public class CloseUDSRequestDTO {
|
||||
|
||||
@SerializedName("printSSCC")
|
||||
private boolean printSSCC;
|
||||
@SerializedName("orderCodMdep")
|
||||
private String orderCodMdep;
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
@SerializedName("createDocument")
|
||||
private boolean createDocument;
|
||||
@SerializedName("documentCodDtip")
|
||||
private String documentCodDtip;
|
||||
@SerializedName("documentCodAnag")
|
||||
private String documentCodAnag;
|
||||
|
||||
@SerializedName("criterioDistribuzione")
|
||||
private CriterioDistribuzioneEnum criterioDistribuzione;
|
||||
|
||||
public boolean isCreateDocument() {
|
||||
|
||||
@@ -1,15 +1,25 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.DtbDoct;
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class CloseUDSResponseDTO {
|
||||
|
||||
@SerializedName("saved")
|
||||
private boolean saved;
|
||||
|
||||
@SerializedName("deleted")
|
||||
private boolean deleted;
|
||||
|
||||
|
||||
@SerializedName("generatedMtbColts")
|
||||
private List<MtbColt> generatedMtbColts;
|
||||
|
||||
@SerializedName("generatedDocument")
|
||||
private DtbDoct generatedDocument;
|
||||
|
||||
public boolean isSaved() {
|
||||
|
||||
@@ -1,18 +1,40 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public class CreateUDSFromArtRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("posizione")
|
||||
private String posizione;
|
||||
|
||||
@SerializedName("codJfas")
|
||||
private String codJfas;
|
||||
|
||||
@SerializedName("qta")
|
||||
private BigDecimal qta;
|
||||
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
|
||||
@SerializedName("pesoNettoKg")
|
||||
private BigDecimal pesoNettoKg;
|
||||
|
||||
@SerializedName("pesoLordoKg")
|
||||
private BigDecimal pesoLordoKg;
|
||||
|
||||
|
||||
|
||||
@@ -1,21 +1,49 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class CreateUDSRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("codMdep")
|
||||
private String codMdep;
|
||||
|
||||
@SerializedName("segno")
|
||||
private int segno;
|
||||
|
||||
@SerializedName("ragSoc")
|
||||
private String ragSoc;
|
||||
|
||||
@SerializedName("numCollo")
|
||||
private Integer numCollo;
|
||||
|
||||
@SerializedName("serCollo")
|
||||
private String serCollo;
|
||||
|
||||
@SerializedName("causaleCollo")
|
||||
private int causaleCollo;
|
||||
|
||||
@SerializedName("codJfas")
|
||||
private String codJfas;
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codVdes")
|
||||
private String codVdes;
|
||||
|
||||
@SerializedName("rifOrd")
|
||||
private String rifOrd;
|
||||
|
||||
@SerializedName("idLotto")
|
||||
private Integer idLotto;
|
||||
|
||||
@SerializedName("orderRequired")
|
||||
private boolean orderRequired;
|
||||
|
||||
@SerializedName("orders")
|
||||
private List<CreateUDSRequestOrderDTO> orders;
|
||||
|
||||
public String getCodMdep() {
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
public class CreateUDSRequestOrderDTO {
|
||||
|
||||
|
||||
|
||||
@SerializedName("gestione")
|
||||
private String gestione;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
|
||||
@SerializedName("dataCons")
|
||||
private LocalDate dataCons;
|
||||
|
||||
@SerializedName("numOrd")
|
||||
private int numOrd;
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class CreateUDSResponseDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class DeleteUDSRowRequestDTO {
|
||||
|
||||
@SerializedName("mtbColrToDelete")
|
||||
private MtbColr mtbColrToDelete;
|
||||
|
||||
public MtbColr getMtbColrToDelete() {
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class DeleteULRequestDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class DuplicateUDSRequestDTO {
|
||||
|
||||
@SerializedName("mtbColt")
|
||||
private MtbColt mtbColt;
|
||||
|
||||
@SerializedName("numOfDuplicates")
|
||||
private int numOfDuplicates;
|
||||
|
||||
public MtbColt getMtbColt() {
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class DuplicateUDSResponseDTO {
|
||||
|
||||
@SerializedName("mtbColtList")
|
||||
private List<MtbColt> mtbColtList;
|
||||
|
||||
public List<MtbColt> getMtbColtList() {
|
||||
|
||||
@@ -1,14 +1,24 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class EditUDSRowRequestDTO {
|
||||
|
||||
|
||||
@SerializedName("sourceMtbColr")
|
||||
private MtbColr sourceMtbColr;
|
||||
|
||||
@SerializedName("newQtaTot")
|
||||
private BigDecimal newQtaTot;
|
||||
|
||||
@SerializedName("newQtaCnf")
|
||||
private BigDecimal newQtaCnf;
|
||||
|
||||
@SerializedName("newNumCnf")
|
||||
private BigDecimal newNumCnf;
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class EditUDSRowResponseDTO {
|
||||
|
||||
@SerializedName("savedMtbColr")
|
||||
private MtbColr savedMtbColr;
|
||||
|
||||
public MtbColr getSavedMtbColr() {
|
||||
|
||||
@@ -1,31 +1,51 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class InsertUDCRowRequestDTO {
|
||||
@SerializedName("targetMtbColt")
|
||||
private MtbColt targetMtbColt;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
@SerializedName("descrizione")
|
||||
private String descrizione;
|
||||
@SerializedName("barcode")
|
||||
private String barcode;
|
||||
@SerializedName("qtaTot")
|
||||
private BigDecimal qtaTot;
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
@SerializedName("dataScad")
|
||||
private LocalDate dataScad;
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
@SerializedName("gestioneRif")
|
||||
private String gestioneRif;
|
||||
|
||||
@SerializedName("dataOrd")
|
||||
private LocalDate dataOrd;
|
||||
@SerializedName("numOrd")
|
||||
private Integer numOrd;
|
||||
@SerializedName("rigaOrd")
|
||||
private Integer rigaOrd;
|
||||
|
||||
@SerializedName("dataDoc")
|
||||
private LocalDate dataDoc;
|
||||
@SerializedName("numDoc")
|
||||
private Integer numDoc;
|
||||
@SerializedName("serDoc")
|
||||
private String serDoc;
|
||||
@SerializedName("codDtip")
|
||||
private String codDtip;
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.MtbColr;
|
||||
|
||||
public class InsertUDCRowResponseDTO {
|
||||
|
||||
@SerializedName("savedMtbColr")
|
||||
private MtbColr savedMtbColr;
|
||||
|
||||
public MtbColr getSavedMtbColr() {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package it.integry.integrywmsnative.core.rest.model.uds;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
|
||||
@@ -8,16 +10,25 @@ import it.integry.integrywmsnative.core.model.MtbColt;
|
||||
|
||||
public class InsertUDSRowRequestDTO {
|
||||
|
||||
@SerializedName("sourceMtbColr")
|
||||
private MtbColr sourceMtbColr;
|
||||
@SerializedName("targetMtbColt")
|
||||
private MtbColt targetMtbColt;
|
||||
|
||||
@SerializedName("codMart")
|
||||
private String codMart;
|
||||
@SerializedName("qtaTot")
|
||||
private BigDecimal qtaTot;
|
||||
@SerializedName("qtaCnf")
|
||||
private BigDecimal qtaCnf;
|
||||
@SerializedName("numCnf")
|
||||
private BigDecimal numCnf;
|
||||
@SerializedName("partitaMag")
|
||||
private String partitaMag;
|
||||
@SerializedName("dataScad")
|
||||
private LocalDate dataScad;
|
||||
|
||||
@SerializedName("codJcom")
|
||||
private String codJcom;
|
||||
|
||||
public MtbColr getSourceMtbColr() {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user