2025-08-28 08:51:05 +00:00
|
|
|
from .last_execution_helper import actualizar_fecha_ultima_ejecucion, obtener_fecha_ultima_ejecucion
|
|
|
|
|
from .password import hashPassword
|
|
|
|
|
from .send_orders_mail import send_orders_mail
|
2025-10-29 16:08:14 +00:00
|
|
|
from .text_converter import text_converter, limpiar_cadena
|
|
|
|
|
from .send_rest_api import validar_nif, estado_factura, crear_factura
|
2025-11-06 19:18:37 +00:00
|
|
|
from .tax_catalog_helper import TaxCatalog, get_default_tax_catalog, map_tax_code, calc_item_tax_amount, tax_fraction_from_code
|
2025-11-21 18:42:03 +00:00
|
|
|
from .importes_helper import unscale_to_str, unscale_to_decimal, cents, cents4, money_round
|
2025-11-05 17:43:40 +00:00
|
|
|
from .telefonos_helper import normalizar_telefono_con_plus
|
|
|
|
|
from .mails_helper import corregir_y_validar_email
|
2025-11-06 19:18:37 +00:00
|
|
|
from .websites_helper import normalizar_url_para_insert
|