class Invoice extends BaseSale
Invoice 2.1.
Class Invoice.
Properties
protected string | $ublVersion | from BaseSale | ||
protected string | $tipoDoc | from BaseSale | ||
protected string | $serie | from BaseSale | ||
protected string | $correlativo | from BaseSale | ||
protected DateTimeInterface | $fechaEmision | from BaseSale | ||
protected Company | $company | from BaseSale | ||
protected Client | $client | from BaseSale | ||
protected string | $tipoMoneda | from BaseSale | ||
protected float | $sumOtrosCargos | from BaseSale | ||
protected float | $mtoOperGravadas | from BaseSale | ||
protected float | $mtoOperInafectas | from BaseSale | ||
protected float | $mtoOperExoneradas | from BaseSale | ||
protected float | $mtoOperExportacion | from BaseSale | ||
protected float | $mtoOperGratuitas | from BaseSale | ||
protected float | $mtoIGVGratuitas | from BaseSale | ||
protected float | $mtoIGV | from BaseSale | ||
protected float | $mtoBaseIvap | from BaseSale | ||
protected float | $mtoIvap | from BaseSale | ||
protected float | $mtoBaseIsc | from BaseSale | ||
protected float | $mtoISC | from BaseSale | ||
protected float | $mtoBaseOth | from BaseSale | ||
protected float | $mtoOtrosTributos | from BaseSale | ||
protected float | $icbper | from BaseSale | ||
protected float | $totalImpuestos | from BaseSale | ||
protected float | $redondeo | from BaseSale | ||
protected float | $mtoImpVenta | Importe total de la venta, cesiĆ³n en uso o del servicio prestado. | from BaseSale | |
protected SaleDetail[] | $details | from BaseSale | ||
protected Legend[] | $legends | from BaseSale | ||
protected Document[] | $guias | Guias de Remision relacionado (caso de uso en venta itinerante). | from BaseSale | |
protected Document[] | $relDocs | from BaseSale | ||
protected string | $compra | Orden de Compra relacionado. | from BaseSale |
Methods
Details
in BaseSale
at line 187
string|null
getUblVersion()
in BaseSale
at line 207
string|null
getTipoDoc()
in BaseSale
at line 227
string|null
getSerie()
in BaseSale
at line 247
string|null
getCorrelativo()
in BaseSale
at line 267
DateTimeInterface|null
getFechaEmision()
in BaseSale
at line 277
BaseSale
setFechaEmision(DateTimeInterface|null $fechaEmision)
in BaseSale
at line 287
Company|null
getCompany()
in BaseSale
at line 307
Client|null
getClient()
in BaseSale
at line 327
string|null
getTipoMoneda()
in BaseSale
at line 347
float|null
getSumOtrosCargos()
in BaseSale
at line 367
float|null
getMtoOperGravadas()
in BaseSale
at line 387
float|null
getMtoOperInafectas()
in BaseSale
at line 407
float|null
getMtoOperExoneradas()
in BaseSale
at line 427
float|null
getMtoOperExportacion()
in BaseSale
at line 447
float|null
getMtoOperGratuitas()
in BaseSale
at line 467
float|null
getMtoIGVGratuitas()
in BaseSale
at line 487
float|null
getMtoIGV()
in BaseSale
at line 507
float|null
getMtoBaseIvap()
in BaseSale
at line 527
float|null
getMtoIvap()
in BaseSale
at line 547
float|null
getMtoBaseIsc()
in BaseSale
at line 567
float|null
getMtoISC()
in BaseSale
at line 587
float|null
getMtoBaseOth()
in BaseSale
at line 607
float|null
getMtoOtrosTributos()
in BaseSale
at line 627
float|null
getIcbper()
in BaseSale
at line 647
float|null
getTotalImpuestos()
in BaseSale
at line 667
float|null
getRedondeo()
in BaseSale
at line 687
float|null
getMtoImpVenta()
in BaseSale
at line 707
array|null
getDetails()
in BaseSale
at line 727
array|null
getLegends()
in BaseSale
at line 747
array|null
getGuias()
in BaseSale
at line 767
array|null
getRelDocs()
in BaseSale
at line 787
string|null
getCompra()
in BaseSale
at line 809
string
getName()
Get FileName without extension.