mirror of
https://github.com/KeymonSoft/ADM.git
synced 2026-04-19 12:19:23 +00:00
- VERSION 5.09.04
- Se agregaron varios motivos de NoVenta.
This commit is contained in:
@@ -73,6 +73,8 @@ Sub Globals
|
||||
Private p_botonesNoVenta As Panel
|
||||
Private Panel5 As Panel
|
||||
Private et_comentarioNoVenta As EditText
|
||||
Private r_opcion7 As RadioButton
|
||||
Private r_opcion6 As RadioButton
|
||||
Private r_opcion5 As RadioButton
|
||||
Private r_opcion4 As RadioButton
|
||||
Private r_opcion3 As RadioButton
|
||||
@@ -559,13 +561,17 @@ Private Sub b_guardaNoVenta_Click
|
||||
If r_opcion1.Checked Then
|
||||
motivo = "CERRADO"
|
||||
Else If r_opcion2.Checked Then
|
||||
motivo = "NO COMPRA"
|
||||
motivo = "NO TIENE DINERO"
|
||||
Else If r_opcion3.Checked Then
|
||||
motivo = "CON PRODUCTO"
|
||||
motivo = "NO ABRE MAÑANA"
|
||||
Else If r_opcion4.Checked Then
|
||||
motivo = "NO ESTA EL ENCARGADO"
|
||||
motivo = "FALTA DE PRODUCTO"
|
||||
Else If r_opcion5.Checked Then
|
||||
motivo = "PROMOCION CON OTRO DISTRIBUIDOR"
|
||||
Else If r_opcion6.Checked Then
|
||||
motivo = "RECIBEN MUCHOS PROVEEDORES"
|
||||
Else
|
||||
motivo = "CANCELACION"
|
||||
motivo = "NO LE QUEDA EL DIA"
|
||||
End If
|
||||
If motivo = "CERRADO" And fotoCerrado = "" Then
|
||||
nombreFoto = Subs.traeCliente & "_cerrado"
|
||||
|
||||
Reference in New Issue
Block a user