Page History
Sv translation | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
|
...
Conexión a |
...
MySQL Server
|
...
|
...
|
...
Puerto: 51897
Warning | ||
---|---|---|
| ||
Si cambia la contraseña del usuario "admin" de CyberPlanet, también cambiará para el usuario "admin_reportes" en el próximo inicio de CyberPlanet. |
Vistas
Acceso a datosVista: view_CustomersDevuelve los detalles de todos clientes registrados en CyberPlanet.
Vista: view_customer_tracking Devuelve toda la historia de los clientes.
Vista: view_ticketsDevuelve los tickets emitidos.
Un ticket puede contener varios registros, por lo que se |
...
debe agrupar por campo |
...
'TicketNo' para saber |
...
el total de cada ticket.
|
...
view_notascredito
...
|
...
Tabla de categorías de ticketsEsta es la lista de tipos de tickets posibles de la vista con su código y texto.
Vista: view_creditnotesDevuelve las notas de crédito emitidas.
Las notas de crédito están siempre asociadas a un ticket.
Situaciones a tener en cuenta |
...
|
Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CyberPlanet has the possibility to access the billing information in the database in real time. For this a group of Views configured on the MySql server are available. Connection to MySql baseUser: admin_reportes Password:
Data accessView: view_ticketsReturns the tickets issued.
A ticket can contain multiple records, so it must be grouped by 'TicketNo' field to know the total of each ticket. Examples: 1) Tickets with your cash amount 1 Table of categories of ticketsView: view_notascreditoReturns the credit notes issued.
Credit notes are always associated with a ticket. Example: All credit notes in box 1 SELECT * FROM view_notascredito WHERE cashNo = 1 Situations to consider
|