Method | Description | |
---|---|---|
Batches ( int id ) : System.Web.Mvc.JsonResult | ||
Download ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetSuggestions ( int id, string pattern ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
Item ( int id ) : System.Web.Mvc.ActionResult | ||
Items ( int id ) : System.Web.Mvc.ActionResult | ||
New ( ) : System.Web.Mvc.ActionResult | ||
PaymentMethods ( ) : System.Web.Mvc.JsonResult | ||
Pdf ( int id ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.ViewResult | ||
Recipients ( int id ) : System.Web.Mvc.JsonResult | ||
Report ( string taxpayer, int year, int month ) : System.Web.Mvc.ActionResult | ||
Reports ( ) : System.Web.Mvc.ViewResult | ||
SendEmail ( int id ) : System.Web.Mvc.ActionResult | ||
Totals ( int id ) : System.Web.Mvc.ActionResult | ||
View ( int id ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
AddItem ( int id, int product ) : System.Web.Mvc.ActionResult | ||
AddItems ( int id, string value ) : System.Web.Mvc.ActionResult | ||
Cancel ( int id ) : System.Web.Mvc.ActionResult | ||
Confirm ( int id ) : System.Web.Mvc.ActionResult | ||
GetInvoiceableQuantity ( int id ) : decimal | ||
Index ( Search |
||
New ( FiscalDocument item ) : System.Web.Mvc.ActionResult | ||
QRCode ( int id ) : System.Web.Mvc.ActionResult | ||
RemoveItem ( int id ) : System.Web.Mvc.ActionResult | ||
SearchFiscalDocuments ( Search |
||
SendEmail ( int id, string email ) : System.Web.Mvc.ActionResult | ||
SetBatch ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetCurrency ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetCustomer ( int id, int value ) : System.Web.Mvc.ActionResult | ||
SetExchangeRate ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetIssuer ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemComment ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemDiscount ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemPrice ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemProductCode ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemProductName ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemQuantity ( int id, decimal value ) : System.Web.Mvc.ActionResult | ||
SetItemTaxRate ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetItemUM ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetPaymentMethod ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetPaymentReference ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetRecipient ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetReference ( int id, string value ) : System.Web.Mvc.ActionResult | ||
SetRetentionRate ( int id, string value ) : System.Web.Mvc.ActionResult |
public Batches ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
return | System.Web.Mvc.JsonResult |
public Download ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetSuggestions ( int id, string pattern ) : System.Web.Mvc.JsonResult | ||
id | int | |
pattern | string | |
return | System.Web.Mvc.JsonResult |
public Item ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Items ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public PaymentMethods ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |
public Pdf ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Recipients ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
return | System.Web.Mvc.JsonResult |
public Report ( string taxpayer, int year, int month ) : System.Web.Mvc.ActionResult | ||
taxpayer | string | |
year | int | |
month | int | |
return | System.Web.Mvc.ActionResult |
public Reports ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |
public SendEmail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Totals ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public View ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |