Listino class
Price list.
public class Listino : BaseEntity
Public Members
name | description |
---|---|
Listino() | The default constructor. |
CalcoloPrezzi { get; set; } | How list prices are computed. |
DataCreazione { get; set; } | Creation date. |
Fornitore { get; set; } | Supplier. Expandable. |
FornitoreId { get; set; } | Unique Anagrafica (supplier) id. |
IvaInclusa { get; set; } | Wether the base prices are VAT included or not. |
Nome { get; set; } | Price list name. |
Note { get; set; } | Notes. |
Ricarico { get; set; } | Recharge fee to be applied to the base prices of all list items. |
Righe { get; set; } | Price list rows. |
TipoListino { get; set; } | List price kind. |
ValidoAl { get; set; } | End of list validity. |
ValidoDal { get; set; } | Beginning validity of the price list. |
Valuta { get; set; } | Currency. Expandable. |
ValutaId { get; set; } | Unique Valuta (currency) id. |
See Also
- class BaseEntity
- namespace Amica