Ejemplo n.º 1
0
 public LegalMonetaryTotal()
 {
     PayableAmount        = new PayableAmount();
     AllowanceTotalAmount = new PayableAmount();
     ChargeTotalAmount    = new PayableAmount();
     PrepaidAmount        = new PayableAmount();
 }
Ejemplo n.º 2
0
 public TaxTotItem()
 {
     Moneda        = "";
     TaxableAmount = new PayableAmount();
     TaxAmount     = new PayableAmount();
     TaxSubtotal   = new TaxSubtotal();
 }
 public SunatRetentionDocumentReference()
 {
     Id = new PartyIdentificationId();
     TotalInvoiceAmount        = new PayableAmount();
     Payment                   = new Payment();
     SunatRetentionInformation = new SunatRetentionInformation();
 }
Ejemplo n.º 4
0
 public TaxTotal()
 {
     TaxableAmount       = new PayableAmount();
     TaxAmount           = new PayableAmount();
     TaxSubtotal         = new TaxSubtotal();
     LineExtensionAmount = new PayableAmount();
     BaseAmount          = new PayableAmount();
 }
Ejemplo n.º 5
0
 public LegalMonetaryTotal()
 {
     LineExtensionAmount  = new PayableAmount();
     TaxInclusiveAmount   = new PayableAmount();
     AllowanceTotalAmount = new PayableAmount();
     ChargeTotalAmount    = new PayableAmount();
     PrepaidAmount        = new PayableAmount();
     PayableAmount        = new PayableAmount();
 }
Ejemplo n.º 6
0
 public VoidedDocumentsLine()
 {
     TotalAmount             = new PayableAmount();
     BillingPayments         = new List <BillingPayment>();
     AllowanceCharge         = new AllowanceCharge();
     TaxTotals               = new List <TaxTotal>();
     AccountingCustomerParty = new AccountingSupplierParty();
     BillingReference        = new BillingReference();
 }
 public InvoiceLine()
 {
     CreditedQuantity    = new InvoicedQuantity();
     InvoicedQuantity    = new InvoicedQuantity();
     DebitedQuantity     = new InvoicedQuantity();
     LineExtensionAmount = new PayableAmount();
     PricingReference    = new PricingReference();
     AllowanceCharge     = new AllowanceCharge();
     TaxTotals           = new List <TaxTotal>();
     Item  = new Item();
     Price = new Price();
 }
 public InvoiceLine()
 {
     CreditedQuantity = new InvoicedQuantity();
     InvoicedQuantity = new InvoicedQuantity();
     DebitedQuantity = new InvoicedQuantity();
     LineExtensionAmount = new PayableAmount();
     PricingReference = new PricingReference();
     AllowanceCharge = new AllowanceCharge();
     TaxTotals = new List<TaxTotal>();
     Item = new Item();
     Price = new Price();
 }
Ejemplo n.º 9
0
        public Perception()
        {
            UblExtensions      = new UblExtensions();
            AgentParty         = new AgentParty();
            ReceiverParty      = new AgentParty();
            TotalInvoiceAmount = new PayableAmount();
            TotalPaid          = new PayableAmount();
            SunatPerceptionDocumentReference = new List <SunatRetentionDocumentReference>();

            UblVersionId    = "2.0";
            CustomizationId = "1.0";
            Formato         = new System.Globalization.CultureInfo(Formatos.Cultura);
        }
Ejemplo n.º 10
0
 public DocumentLine()
 {
     CreditedQuantity    = new InvoicedQuantity();
     InvoicedQuantity    = new InvoicedQuantity();
     DebitedQuantity     = new InvoicedQuantity();
     LineExtensionAmount = new PayableAmount();
     PricingReference    = new PricingReference();
     AllowanceCharges    = new List <AllowanceCharge>();
     TaxTotals           = new List <TaxTotal>();
     Item       = new Item();
     Price      = new Price();
     Deliveries = new List <Delivery>();
 }
        public LegalMonetaryTotal()
        {
            Moneda = "PEN";
            // GRAVADA
            LineExtensionAmount = new PayableAmount();

            // venta total
            TaxInclusiveAmount = new PayableAmount();


            // descuentos
            AllowanceTotalAmount = new PayableAmount();

            // cargos
            ChargeTotalAmount = new PayableAmount();

            // venta - descuento + cargos
            PayableAmount = new PayableAmount();

            PrepaidAmount = new PayableAmount();
        }
Ejemplo n.º 12
0
 public AdditionalMonetaryTotal()
 {
     PayableAmount   = new PayableAmount();
     ReferenceAmount = new PayableAmount();
     TotalAmount     = new PayableAmount();
 }
 public LegalMonetaryTotal()
 {
     PayableAmount = new PayableAmount();
     AllowanceTotalAmount = new PayableAmount();
     ChargeTotalAmount = new PayableAmount();
 }
Ejemplo n.º 14
0
 public Price()
 {
     PriceAmount = new PayableAmount();
 }
Ejemplo n.º 15
0
 public TaxTotal()
 {
     TaxableAmount = new PayableAmount();
     TaxAmount     = new PayableAmount();
     TaxSubtotals  = new List <TaxSubtotal>();
 }
 public Payment()
 {
     PaidAmount = new PayableAmount();
 }
Ejemplo n.º 17
0
 public AllowanceCharge()
 {
     Amount = new PayableAmount();
 }
 public AllowanceCharge()
 {
     Amount = new PayableAmount();
 }
 public TaxTotal()
 {
     TaxableAmount = new PayableAmount();
     TaxAmount = new PayableAmount();
     TaxSubtotal = new TaxSubtotal();
 }
Ejemplo n.º 20
0
 public BillingPayment()
 {
     PaidAmount = new PayableAmount();
     Id         = new PartyIdentificationId();
 }
Ejemplo n.º 21
0
 public TaxTotal()
 {
     TaxableAmount = new PayableAmount();
     TaxAmount     = new PayableAmount();
     TaxSubtotal   = new TaxSubtotal();
 }
Ejemplo n.º 22
0
 public TaxSubtotal()
 {
     TaxAmount   = new PayableAmount();
     TaxCategory = new TaxCategory();
 }
Ejemplo n.º 23
0
 public SunatRetentionInformation()
 {
     SunatRetentionAmount = new PayableAmount();
     SunatNetTotalPaid    = new PayableAmount();
     ExchangeRate         = new ExchangeRate();
 }
Ejemplo n.º 24
0
 public Payment()
 {
     PaidAmount = new PayableAmount();
 }
 public AlternativeConditionPrice()
 {
     PriceAmount = new PayableAmount();
 }
 public AlternativeConditionPrice()
 {
     PriceAmount = new PayableAmount();
 }