Examples of RigaStampaPrimaNotaOut


Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

    String descrizioneConto = "DESCRIZIONE CONTO";
    String descrizioneCausOper = "DESCRIZIONE CAUSALE OPERAZIONE";
    String utente = OPERATORE_1;

    RigaStampaPrimaNotaOut nuovaRiga;
    for (int i = 1; i < numRighe; i++) {
      nuovaRiga = getRigaPrimaNota(utente, numeroArticolo, i, data04012010, null, data04012010, 62, 1, 1,
          descrizioneConto, descrizioneCausOper, 0.7d, 0.0d);
      listaPrimaNota.put(nuovaRiga, nuovaRiga);
    }
View Full Code Here

Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

    Date data04012010 = cal.getTime();

    String descrizioneConto = "Mutuo 198470 Scad.: 28.12.2009 SCUOTTI BARBARA";
    String descrizioneCausOper = "PROVV. PASS. BANCARIE SU INS/PROT/RICH";
    String utente = OPERATORE_1;
    RigaStampaPrimaNotaOut primaRiga = getRigaPrimaNota(utente, 825865, 1, data04012010, null, data04012010, 62, 1,
        1, descrizioneConto, descrizioneCausOper, 0.7d, 0.0d);

    descrizioneCausOper = "INSOLUTI";
    RigaStampaPrimaNotaOut secondaRiga = getRigaPrimaNota(utente, 825865, 2, data04012010, null, data04012010, 5,
        1, 198470, descrizioneConto, descrizioneCausOper, 1728.34d, 0.0d);

    descrizioneCausOper = "ADD COMMISSIONI INS/RICH PER TOTALE SU BANCA C/C ORD";
    cal.set(Calendar.DAY_OF_MONTH, 28);
    cal.set(Calendar.MONTH, 11);
    cal.set(Calendar.YEAR, 2009);
    Date data28122009 = cal.getTime();
    RigaStampaPrimaNotaOut terzaRiga = getRigaPrimaNota(utente, 825865, 3, data04012010, data28122009,
        data04012010, 20, 1, 80, descrizioneConto, descrizioneCausOper, 0.0d, 0.7d);

    descrizioneCausOper = "ADD INS/RICH PER TOTALE SU BANCA C/C ORD";
    RigaStampaPrimaNotaOut quartaRiga = getRigaPrimaNota(utente, 825865, 4, data04012010, data28122009,
        data04012010, 20, 1, 80, descrizioneConto, descrizioneCausOper, 0.0d, 1728.34d);

    descrizioneConto = "Mutuo 200137 Scad.: 28.12.2009 ALFA TANGO SRL";
    descrizioneCausOper = "RIENTRO RICHIAMI RID";
    RigaStampaPrimaNotaOut quintaRiga = getRigaPrimaNota(utente, 825865, 5, data04012010, null, data04012010, 33,
        3, 80, descrizioneConto, descrizioneCausOper, 1106.99d, 0.0d);

    descrizioneCausOper = "PROVV. PASS. BANCARIE SU INS/PROT/RICH";
    RigaStampaPrimaNotaOut sestaRiga = getRigaPrimaNota(utente, 825865, 6, data04012010, null, data04012010, 62, 1,
        2, descrizioneConto, descrizioneCausOper, 0.7d, 0.0d);

    listaPrimaNota.put(primaRiga, primaRiga);
    listaPrimaNota.put(secondaRiga, secondaRiga);
    listaPrimaNota.put(terzaRiga, terzaRiga);
View Full Code Here

Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

    int numeroArticolo = 825866;

    String descrizioneConto = "Mutuo 194908 Scad.: 20.12.2009 SCARCIPINO ISABELLA";
    String descrizioneCausOper = "INSOLUTI";
    RigaStampaPrimaNotaOut primaRiga = getRigaPrimaNota(utente, numeroArticolo, 1, data04012010, null,
        data04012010, 5, 1, 194908, descrizioneConto, descrizioneCausOper, 312.95d, 0.0d);

    cal.set(Calendar.DAY_OF_MONTH, 28);
    cal.set(Calendar.MONTH, 11);
    cal.set(Calendar.YEAR, 2009);
    Date data28122009 = cal.getTime();
    descrizioneConto = "DEUTSCHE BANK SPA";
    descrizioneCausOper = "ADD COMMISSIONI INS/RICH PER TOTALE SU BANCA C/C ORD";
    RigaStampaPrimaNotaOut secondaRiga = getRigaPrimaNota(utente, numeroArticolo, 2, data04012010, data28122009,
        data04012010, 20, 1, 43, descrizioneConto, descrizioneCausOper, 0.0d, 1.8d);

    cal.set(Calendar.DAY_OF_MONTH, 20);
    cal.set(Calendar.MONTH, 11);
    cal.set(Calendar.YEAR, 2009);
    Date data20122009 = cal.getTime();

    descrizioneCausOper = "ADD INS/RICH PER TOTALE SU BANCA C/C ORD";
    RigaStampaPrimaNotaOut terzaRiga = getRigaPrimaNota(utente, numeroArticolo, 3, data04012010, data20122009,
        data04012010, 20, 1, 43, descrizioneConto, descrizioneCausOper, 0.0d, 312.95d);

    listaPrimaNota.put(primaRiga, primaRiga);
    listaPrimaNota.put(secondaRiga, secondaRiga);
    listaPrimaNota.put(terzaRiga, terzaRiga);
View Full Code Here

Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

  private RigaStampaPrimaNotaOut getRigaPrimaNota(String utente, long numeroArticolo, int riga,
      Date dataRegistrazione, Date dataValuta, Date dataCompetenza, int codiceGruppo, int codiceMastro,
      int codiceConto, String descrizioneConto, String descrizioneCausOper, Double importoDare,
      Double importoAvere) {

    RigaStampaPrimaNotaOut key = new RigaStampaPrimaNotaOut();
    key.setUtente(utente);
    key.setNumeroArticolo(numeroArticolo);
    key.setProgRigaArticolo(riga);
    key.setDataRegistrazione(dataRegistrazione);
    key.setDataValuta(dataValuta);
    key.setDataCompetenza(dataCompetenza);

    key.setCodiceGruppo(codiceGruppo);
    key.setCodiceMastro(codiceMastro);
    key.setCodiceConto(codiceConto);
    key.setDescrizioneMovimento(descrizioneConto);
    key.setDescrizioneCausOper(descrizioneCausOper);
    key.setImportoDare(importoDare);
    key.setImportoAvere(importoAvere);
    return key;
  }
View Full Code Here

Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

    testataStampa.setDescrizioneTestata("S");
    testataStampa.setOperatore("la gianna");

    stampaPrimaNota.setTestataStampa(testataStampa);

    RigaStampaPrimaNotaOut objectPrimaNota = new RigaStampaPrimaNotaOut();

    objectPrimaNota.setCodCausale("01");
    objectPrimaNota.setCodiceConto(1232);
    objectPrimaNota.setCodiceFinanziamento(2);
    objectPrimaNota.setCodiceGruppo(787);
    objectPrimaNota.setCodiceMastro(99);
    objectPrimaNota.setDescrizioneCausOper("desc oper");
    objectPrimaNota.setDescrizioneConto("descrizioneConto");
    objectPrimaNota.setImportoAvere(34.00);
    objectPrimaNota.setImportoDare(78.00);
    objectPrimaNota.setProgRigaArticolo(6);

    stampaPrimaNota.addRigaPrimaNota(objectPrimaNota);

    RigaStampaPrimaNotaOut objectPrimaNota2 = new RigaStampaPrimaNotaOut();

    objectPrimaNota2.setCodCausale("02");
    objectPrimaNota2.setCodiceConto(12324);
    objectPrimaNota2.setCodiceFinanziamento(25);
    objectPrimaNota2.setCodiceGruppo(7876);
    objectPrimaNota2.setCodiceMastro(99);
    objectPrimaNota2.setDescrizioneCausOper("desc oper");
    objectPrimaNota2.setDescrizioneConto("descrizioneConto");
    objectPrimaNota2.setImportoAvere(34.00);
    objectPrimaNota2.setImportoDare(78.00);
    objectPrimaNota2.setProgRigaArticolo(6);
    objectPrimaNota2.setTipoBollatoIva("dd");

    stampaPrimaNota.addRigaPrimaNota(objectPrimaNota2);

    RigaStampaPrimaNotaIvaOut iva = new RigaStampaPrimaNotaIvaOut();
View Full Code Here

Examples of it.pdor.contabilita.domain.RigaStampaPrimaNotaOut

    List<RigaStampaPrimaNotaOut> righeStampaPrimaNota = new ArrayList<RigaStampaPrimaNotaOut>();

    String nomeFile = "C:\\Temp\\StampaPrimaNota.xml";

    RigaStampaPrimaNotaOut objectPrimaNota = new RigaStampaPrimaNotaOut();
    objectPrimaNota.setCodCausale("01");
    objectPrimaNota.setCodiceConto(1232);
    objectPrimaNota.setCodiceFinanziamento(2);
    objectPrimaNota.setCodiceGruppo(787);
    objectPrimaNota.setCodiceMastro(99);
    objectPrimaNota.setDescrizioneCausOper("desc oper");
    objectPrimaNota.setDescrizioneConto("descrizioneConto");
    objectPrimaNota.setImportoAvere(34.00);
    objectPrimaNota.setImportoDare(78.00);
    objectPrimaNota.setProgRigaArticolo(6);
    righeStampaPrimaNota.add(objectPrimaNota);

    RigaStampaPrimaNotaOut objectPrimaNota2 = new RigaStampaPrimaNotaOut();
    objectPrimaNota2.setCodCausale("02");
    objectPrimaNota2.setCodiceConto(12324);
    objectPrimaNota2.setCodiceFinanziamento(25);
    objectPrimaNota2.setCodiceGruppo(7876);
    objectPrimaNota2.setCodiceMastro(99);
    objectPrimaNota2.setDescrizioneCausOper("desc oper");
    objectPrimaNota2.setDescrizioneConto("descrizioneConto");
    objectPrimaNota2.setImportoAvere(34.00);
    objectPrimaNota2.setImportoDare(78.00);
    objectPrimaNota2.setProgRigaArticolo(6);
    objectPrimaNota2.setTipoBollatoIva("dd");
    righeStampaPrimaNota.add(objectPrimaNota2);

    contabilitaServiceImpl.setRigheStampaPrimaNota(righeStampaPrimaNota);

    StampaPrimaNotaIn param = new StampaPrimaNotaIn();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.