Files
Samuele E. Locatelli c4053e6d1d Completato fattura!!!
2018-01-11 15:26:45 +01:00

45 lines
1.7 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Codice generato da un modello.
//
// Le modifiche manuali a questo file potrebbero causare un comportamento imprevisto dell'applicazione.
// Se il codice viene rigenerato, le modifiche manuali al file verranno sovrascritte.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MedAP_data
{
using System;
using System.Collections.Generic;
public partial class Documenti
{
public int idxDoc { get; set; }
public Nullable<System.DateTime> emesso { get; set; }
public string Gruppo { get; set; }
public string RagSoc { get; set; }
public int num { get; set; }
public int anno { get; set; }
public Nullable<int> Trim { get; set; }
public Nullable<int> Mese { get; set; }
public decimal netto { get; set; }
public decimal iva { get; set; }
public decimal importo { get; set; }
public string tipo { get; set; }
public int idxCli { get; set; }
public decimal totPagato { get; set; }
public decimal totScadenze { get; set; }
public string Descrizione { get; set; }
public double ritenuta { get; set; }
public decimal CostiAss { get; set; }
public string indirizzo { get; set; }
public string localita { get; set; }
public string Cap { get; set; }
public string prov { get; set; }
public string CF { get; set; }
public string pIva { get; set; }
public string Pagamento { get; set; }
public string Note { get; set; }
}
}