-
Instalación
-
FAQs
-
- Instalación SQL Server Express
- Instalación LocalDB
- Instancias de SQL Server: ¿qué son y para qué sirven?
- Cómo cambiar el modo de autenticación del servidor
- Iniciar el Servicio de SQL Server
- Apertura de puertos de SQL Server
-
- Las base de datos como sólo lectura
- Se produjo un error 1069 al iniciar el servicio
- Error 0x876E0003
- Error de sistema operativo 3 (El sistema no puede hallar la ruta especificada.)
- Error de sistema operativo 5 (Acceso denegado)
- Error de sistema operativo 32 (El proceso no tiene acceso al archivo porque está siendo utilizado por otro proceso.)
-
-
- Formularios de documentos en tablas
- Creación de parámetros en informes de Crystal Report
- Cómo generar códigos de barras Code 39 en Crystal Report
- Cómo generar códigos de barras EAN13 en Crystal Report
- Cómo generar códigos de barras EAN128 en Crystal Report
- Conocer la cantidad de decimales en Crystal Report
- Convertir importes a letras en Crystal Report
- Convertir a color un valor hexadecimal en Crystal Report
- Aliquo Report UFL
-
-
-
Integración
-
- API references
- AddData (method)
- AddLinesInNote (method)
- AddManufacturingLogisticInComponent (method)
- AddManufacturingLogisticInOrder (method)
- AddNotification (method)
- CreatePDF (method)
- CreatePDFReport (method)
- CreatePurchaseInvoice (method)
- CreateSalesInvoice (method)
- DeleteData (method)
- DeleteDocument (method)
- DeleteWorkOrder (method)
- DeliverOrder (method)
- DocumentToInvoice (method)
- FileInfo (class)
- GetAccountAccess (method)
- GetData (method)
- GetDataTable (method)
- GetDocument (method)
- GetEnvironmentParameters (method)
- GetFile (method)
- GetFile (method)
- GetNote (method)
- GetParameter (method)
- GetQuery (method)
- GetRatesQueries (method)
- GetRatesQuery (method)
- GetToken (method)
- GetWorkOrder (method)
- HideStyle (enum)
- InfoProduct (class)
- InvoiceSendByEmail (method)
- Line (class)
- LineType (enum)
- LockRow (method)
- Note (class)
- NotePayment (class)
- NoteStatus (enum)
- NoteType (enum)
- Notification (class)
- PasswordChange (method)
- PasswordRegenerate (method)
- PurchaseInvoice (class)
- RateQuery (class)
- RegisterTableFile (method)
- ReleaseToken (method)
- SalesInvoice (class)
- SetDocument (method)
- SetNote (method)
- SetWorkOrder (method)
- StateRowLock (class)
- StateRowLock (method)
- TableFileProperties (class)
- TaxRetentionCalculationType (enum)
- TransferToPortfolio (method)
- Type (enum)
- UnlockRow (method).
- UpdateData (method)
- UpdateDataConditioned (method)
- UploadFile (method)
- ConvertPotentialToCustomer (method)
- CloseNote (method)
- Mostrar todos los artículos ( 48 ) Contraer artículos
-
PlugIn TPV – Introduction
A plugin is a complement that is related to an application to provide new functionality, usually very specific. This add-on is executed by the main application and interacts through the functions and properties that are available.
We have put at your disposal the creation of a small example, step by step, using Visual Studio* and you can download a demo PlugIn from Github, where you can consult some examples.
To distribute the PlugIn, you have to compress all the necessary files in a ZIP file and use the option of Gestión de archivos de servidor to upload or update it. Once imported, the file will be available to all terminals who connect.

It is important that the ZIP file is uploaded under the name Plugin.zip to the folder Actualizaciones de TPV. Normally only the .dll file and the images or icons are necessary. It is not necessary to upload the .pdb file or the .xml of the project itself.

(*) There is a development version, Visual Studio Community, which can be downloaded for free.