//MODO MANTENIMIENTO: function mode_maintenance(){ if(!current_user_can('edit_themes') || !is_user_logged_in()){ wp_die('
 

SITIO WEB EN MANTENIMIENTO

 

Estamos en construcción, pronto recibirás nuevas noticias...

', 'Sitio en Mantenimiento', array( 'response' => 503 )); } } add_action('init', 'mode_maintenance'); /** * ColorMag functions related to defining constants, adding files and WordPress core functionality. * * Defining some constants, loading all the required files and Adding some core functionality. * * @uses add_theme_support() To add support for post thumbnails and automatic feed links. * @uses register_nav_menu() To add support for navigation menu. * @uses set_post_thumbnail_size() To set a custom post thumbnail size. * * @package ThemeGrill * @subpackage ColorMag * @since ColorMag 1.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Define Theme Constants. */ $theme = wp_get_theme( 'colormag' ); define( 'COLORMAG_THEME_VERSION', $theme['Version'] ); /** * Define Directory Location Constants */ define( 'COLORMAG_PARENT_DIR', get_template_directory() ); define( 'COLORMAG_CHILD_DIR', get_stylesheet_directory() ); define( 'COLORMAG_INCLUDES_DIR', COLORMAG_PARENT_DIR . '/inc' ); define( 'COLORMAG_CSS_DIR', COLORMAG_PARENT_DIR . '/css' ); define( 'COLORMAG_JS_DIR', COLORMAG_PARENT_DIR . '/js' ); define( 'COLORMAG_LANGUAGES_DIR', COLORMAG_PARENT_DIR . '/languages' ); define( 'COLORMAG_ADMIN_DIR', COLORMAG_INCLUDES_DIR . '/admin' ); define( 'COLORMAG_WIDGETS_DIR', COLORMAG_INCLUDES_DIR . '/widgets' ); define( 'COLORMAG_CUSTOMIZER_DIR', COLORMAG_INCLUDES_DIR . '/customizer' ); define( 'COLORMAG_ELEMENTOR_DIR', COLORMAG_INCLUDES_DIR . '/elementor' ); define( 'COLORMAG_ELEMENTOR_WIDGETS_DIR', COLORMAG_ELEMENTOR_DIR . '/widgets' ); define( 'COLORMAG_ADMIN_IMAGES_DIR', COLORMAG_ADMIN_DIR . '/images' ); /** * Define URL Location Constants */ define( 'COLORMAG_PARENT_URL', get_template_directory_uri() ); define( 'COLORMAG_CHILD_URL', get_stylesheet_directory_uri() ); define( 'COLORMAG_INCLUDES_URL', COLORMAG_PARENT_URL . '/inc' ); define( 'COLORMAG_CSS_URL', COLORMAG_PARENT_URL . '/css' ); define( 'COLORMAG_JS_URL', COLORMAG_PARENT_URL . '/js' ); define( 'COLORMAG_LANGUAGES_URL', COLORMAG_PARENT_URL . '/languages' ); define( 'COLORMAG_ADMIN_URL', COLORMAG_INCLUDES_URL . '/admin' ); define( 'COLORMAG_WIDGETS_URL', COLORMAG_INCLUDES_URL . '/widgets' ); define( 'COLORMAG_CUSTOMIZER_URL', COLORMAG_INCLUDES_URL . '/customizer' ); define( 'COLORMAG_ELEMENTOR_URL', COLORMAG_INCLUDES_URL . '/elementor' ); define( 'COLORMAG_ELEMENTOR_WIDGETS_URL', COLORMAG_ELEMENTOR_URL . '/widgets' ); define( 'COLORMAG_ADMIN_IMAGES_URL', COLORMAG_ADMIN_URL . '/images' ); /** ColorMag setup file, hooked for `after_setup_theme`. */ require COLORMAG_INCLUDES_DIR . '/colormag-setup.php'; /** ColorMag content width file. */ require COLORMAG_INCLUDES_DIR . '/colormag-content-width.php'; /** Helper functions. */ require COLORMAG_INCLUDES_DIR . '/helper-functions.php'; /** Template functions files. */ require COLORMAG_INCLUDES_DIR . '/template-tags.php'; require COLORMAG_INCLUDES_DIR . '/template-functions.php'; /** WP_Query functions files. */ require COLORMAG_INCLUDES_DIR . '/colormag-wp-query.php'; /** Dynamic class file include. */ require_once COLORMAG_INCLUDES_DIR . '/colormag-dynamic-classes.php'; /** * Load required theme hook files. */ require_once COLORMAG_INCLUDES_DIR . '/hooks/hooks.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/header.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/content.php'; require_once COLORMAG_INCLUDES_DIR . '/hooks/footer.php'; /** Load functions */ require_once COLORMAG_INCLUDES_DIR . '/custom-header.php'; require_once COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer.php'; require_once COLORMAG_INCLUDES_DIR . '/enqueue-scripts.php'; require_once COLORMAG_INCLUDES_DIR . '/class-colormag-dynamic-css.php'; /** Add the WooCommerce plugin support */ if ( class_exists( 'WooCommerce' ) ) { require_once COLORMAG_INCLUDES_DIR . '/woocommerce.php'; } /** Add the Elementor compatibility file */ if ( defined( 'ELEMENTOR_VERSION' ) ) { require_once COLORMAG_ELEMENTOR_DIR . '/elementor.php'; require_once COLORMAG_ELEMENTOR_DIR . '/elementor-functions.php'; } /** Add meta boxes. */ require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-boxes.php'; require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-box-page-settings.php'; /** Load migration scripts. */ require_once COLORMAG_INCLUDES_DIR . '/migration.php'; /** Load Widgets and Widgetized Area */ require_once COLORMAG_WIDGETS_DIR . '/widgets.php'; /** * Load deprecated functions. */ require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-filters.php'; require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-functions.php'; require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-hooks.php'; /** * Load Demo Importer Configs. */ if ( class_exists( 'TG_Demo_Importer' ) ) { require get_template_directory() . '/inc/demo-config.php'; } /** * Calling in the admin area for the Welcome Page as well as for the new theme notice too. */ if ( is_admin() ) { require get_template_directory() . '/inc/admin/class-colormag-admin.php'; require get_template_directory() . '/inc/admin/class-colormag-dashboard.php'; require get_template_directory() . '/inc/admin/class-colormag-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-welcome-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-upgrade-notice.php'; require get_template_directory() . '/inc/admin/class-colormag-theme-review-notice.php'; } /** * Detect plugin. For use on Front End only. */ include_once ABSPATH . 'wp-admin/includes/plugin.php'; Comentarios en: ¿Emprender en España? Una tarea imposible https://educaspain.com/noticias/emprender-en-espana-tarea-imposible/ Red Internacional de Enseñanza del Español Sat, 28 Dec 2019 18:06:28 +0000 hourly 1 https://wordpress.org/?v=6.4.7 Por: María Ramos https://educaspain.com/noticias/emprender-en-espana-tarea-imposible/#comment-240 Tue, 29 Oct 2013 11:03:20 +0000 https://educaspain.com/?p=4254#comment-240 En respuesta a María Ramos.

Perdón, quise decir SICAV.

]]>
Por: María Ramos https://educaspain.com/noticias/emprender-en-espana-tarea-imposible/#comment-239 Tue, 29 Oct 2013 10:59:23 +0000 https://educaspain.com/?p=4254#comment-239 Pues ahí no queda la cosa, si como comentas, llegaste a crear la sociedad limitada, debes saber que tienes no solo las obligaciones fiscales de IRPF e IVA sino la presentación de las Cuentas Anuales en el Registro.

Hace ocho años, yo inicié un proceso parecido, cree una sociedad limitada en un notario y la presenté en el Registro Mercantil, y esos fueron los únicos trámites que llegué a hacer, porque las circunstancias de la vida me llevaron a otros temas y la sociedad nunca llegó a tener actividad, ¡nunca!, de hecho ni siquiera llegué a hacer el alta en el impuesto de Actividades Económicas, pero hace unos años me llega una carta de Hacienda donde me reclaman que no he presentado las cuentas anuales.

Antes, era un hecho habitual que, si no había actividad, la gente dejaba dormidas sus sociedades porque cerrarlas, a su vez, era un gasto importante, tanto como crearlas, y además Hacienda te dejaba en paz porque entendía la lógica de esta situación, pero como ahora necesitan recaudación, pues van a casi* todo, por eso te digo que tengas presente que ahora, a final de año, si tienes una sociedad limitada, tendrás que presentar también las cuentas y auditoria en el Registro Mercantil.

*A no ser, claro, que tu sociedad se llame Nóos, Aizóon, o tengas una SICAP.

Un saludo,

María R.

]]>
Por: Jose Rubio https://educaspain.com/noticias/emprender-en-espana-tarea-imposible/#comment-238 Tue, 29 Oct 2013 10:25:20 +0000 https://educaspain.com/?p=4254#comment-238 Muchas gracias por tu comentario, voy a contactar con algunos medios de comunicación. A lo mejor no se consigue mucho con una persona, pero entre todos a lo mejor sí que podemos hacer algo.
Muchos autónomos estamos pagando parte de la cuota unos meses después, es como si pides la propina a tus padres por el valor propocional desde la última vez que lo hiciste.

]]>
Por: leonor garcia https://educaspain.com/noticias/emprender-en-espana-tarea-imposible/#comment-237 Tue, 29 Oct 2013 10:11:00 +0000 https://educaspain.com/?p=4254#comment-237 Me parece una vergüenza .¿porque no lo mandas a todos los medios de comunicación?, periodicos , digitales, radios y tvs . Alguno se hará eco, no lo dudes. y no llamará a engaño a otras “víctimas”. Lo siento mucho . Leonor G. álvarez

]]>