Changeset 2420083
- Timestamp:
- 11/17/2020 02:24:40 PM (5 years ago)
- Location:
- perseo-software
- Files:
-
- 13 added
- 3 edited
-
tags/17.0 (added)
-
tags/17.0/LICENSE.txt (added)
-
tags/17.0/PluginPerseo.php (added)
-
tags/17.0/PluginPerseoClientes.php (added)
-
tags/17.0/README.md (added)
-
tags/17.0/includes (added)
-
tags/17.0/includes/PluginPerseo_cargador.php (added)
-
tags/17.0/includes/PluginPerseo_cron.php (added)
-
tags/17.0/includes/PluginPerseo_master.php (added)
-
tags/17.0/js (added)
-
tags/17.0/js/PluginPerseo_cedulas.js (added)
-
tags/17.0/js/PluginPerseo_combo.js (added)
-
tags/17.0/uninstall.php (added)
-
trunk/PluginPerseo.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/includes/PluginPerseo_cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perseo-software/trunk/PluginPerseo.php
r2417475 r2420083 4 4 Plugin URI: http://perseo.ec/ 5 5 Description: Este Plugins integra el Sistema Contable Perseo Web y PC con la tienda Woocommerce 6 Version: 1 6.06 Version: 17.0 7 7 Author: Pegasus Soft S.A. - Ecuador 8 8 Author URI: https://perseo.ec -
perseo-software/trunk/README.md
r2417475 r2420083 49 49 50 50 == Changelog == 51 = 17.0 = 52 * Actualizacion . 51 53 52 54 = 16.0 = -
perseo-software/trunk/includes/PluginPerseo_cron.php
r2417475 r2420083 715 715 //////////////////////////////////////////////////// 716 716 //SI es producto esta activo 717 718 if ($producto['venta']==" " && $producto['estado']==1 ) 717 //echo "<br>"; 718 // echo$producto['descripcion']."-". $producto['venta']."-".$producto['estado']."-". $producto['servicio']; 719 // echo "<br>"; 720 if ($producto['venta']==1 && $producto['estado']==1 && $producto['servicio']==0 ) 719 721 { 720 722 if ($producto['existenciastotales']>=$perseo_parametros['perseoexistencias'])
Note: See TracChangeset
for help on using the changeset viewer.