Site Cm
ComoMejorar.info website
- Author: developmentforpeople
- Repository: https://github.com/developmentforpeople/site_cm
- GitHub stars: 0
- Forks: 0
- License: AGPL-3.0
- Category: Other
- Maintenance: Unmaintained
- Frappe versions: develop, v15
Install Site Cm
bench get-app https://github.com/developmentforpeople/site_cm
Add the Frappe Gems badge to your README
Maintain Site Cm? Paste this into your README:
[](https://frappegems.com/gems/apps/developmentforpeople/site_cm)
About Site Cm
Site ComoMejorar
Site ComoMejorar.info
Primeros pasos
Settings
- http://comomejorar.localhost:8001/app/system-settings/System%20Settings
- Definir parámetros del sitio: idioma principal, formatos, domingo-lunes, etc.
- Habilitar site tracking
Idiomas
- Deshabilitar los no necesarios: http://comomejorar.localhost:8001/app/language
- Vaciar caché
- Jerarquía de asignación en translate.py: def get_language(
- Deshabilitar los que no se necesitan. Añadiendo "?_lang=es" se forzará el idioma "es".
Deshabilitar webforms no necesarios
- http://comomejorar.localhost:8001/app/web-form
Revisar los files en /frappe/www/ & /erpnext/www/ para copiarlos o redireccionarlos
- search.html
- sitemap.xml
- thirdpartyapps
- contact
- complete_signup
- about
- ...
comprobar sitemap.xml
Workspace
- Añadir workspace y asignarlo al módulo del site
Traducciones
- Añadir "Translations" a fixtures
Home page / en el Rol "Portal User"
Index search
- bench build-search-index
- Sólo se indexa el contenido que esté dentro de la clase "page_content"
Otro search method para usuarios del ERP
- Hacer comprobaciones pero yo lo caparía
- Usa frappe/frappe/www/search.py
- Se guarda en la tabla "_globalsearch" y se busca así (publicado=1):
SELECT `doctype`, `name`, `content`, `title`, `route`
FROM `__global_search`
WHERE `published` = 1 AND MATCH(`content`) AGAINST ('+ejemplo*' IN BOOLEAN MODE)
LIMIT 1 OFFSET 21;
License
agpl-3.0
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.