| ... |
... |
@@ -1,609 +1,40 @@ |
| 1 |
|
-{{html clean="false"}} |
| 2 |
|
-<style> |
| 3 |
|
-#xwikicontent .libertya-home-hero { |
| 4 |
|
- display: flex; |
| 5 |
|
- align-items: center; |
| 6 |
|
- gap: 18px; |
| 7 |
|
- padding: 18px 20px; |
| 8 |
|
- margin: 0 0 24px; |
| 9 |
|
- border: 1px solid #d9e1ea; |
| 10 |
|
- border-left: 6px solid #c8292d; |
| 11 |
|
- border-radius: 8px; |
| 12 |
|
- background: #ffffff; |
| 13 |
|
-} |
| 14 |
|
-#xwikicontent .libertya-home-logo { |
| 15 |
|
- width: 148px; |
| 16 |
|
- max-width: 34vw; |
| 17 |
|
- height: auto; |
| 18 |
|
-} |
| 19 |
|
-#xwikicontent .libertya-home-kicker { |
| 20 |
|
- margin: 0 0 4px; |
| 21 |
|
- color: #657080; |
| 22 |
|
- font-size: 12px; |
| 23 |
|
- font-weight: 700; |
| 24 |
|
- letter-spacing: 0; |
| 25 |
|
- text-transform: uppercase; |
| 26 |
|
-} |
| 27 |
|
-#xwikicontent .libertya-home-title { |
| 28 |
|
- margin: 0 0 6px; |
| 29 |
|
- color: #17202a; |
| 30 |
|
- font-size: 24px; |
| 31 |
|
- line-height: 1.2; |
| 32 |
|
-} |
| 33 |
|
-#xwikicontent .libertya-home-summary { |
| 34 |
|
- margin: 0; |
| 35 |
|
- max-width: 760px; |
| 36 |
|
- color: #46515f; |
| 37 |
|
- line-height: 1.45; |
| 38 |
|
-} |
| 39 |
|
-#xwikicontent .libertya-home-section { |
| 40 |
|
- margin: 0 0 26px; |
| 41 |
|
-} |
| 42 |
|
-#xwikicontent .libertya-home-section h2 { |
| 43 |
|
- margin: 0 0 12px; |
| 44 |
|
- color: #17202a; |
| 45 |
|
- font-size: 20px; |
| 46 |
|
- line-height: 1.25; |
| 47 |
|
-} |
| 48 |
|
-#xwikicontent .libertya-card-list { |
| 49 |
|
- display: grid; |
| 50 |
|
- grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); |
| 51 |
|
- gap: 14px; |
| 52 |
|
- padding-left: 0; |
| 53 |
|
- margin: 0; |
| 54 |
|
-} |
| 55 |
|
-#xwikicontent .libertya-card-list > li.card { |
| 56 |
|
- width: auto; |
| 57 |
|
- list-style: none; |
| 58 |
|
-} |
| 59 |
|
-#xwikicontent .libertya-card { |
| 60 |
|
- display: flex; |
| 61 |
|
- gap: 12px; |
| 62 |
|
- min-height: 118px; |
| 63 |
|
- height: 100%; |
| 64 |
|
- padding: 16px; |
| 65 |
|
- border: 1px solid #dfe5ec; |
| 66 |
|
- border-radius: 8px; |
| 67 |
|
- background: #ffffff; |
| 68 |
|
- color: #17202a; |
| 69 |
|
- text-decoration: none; |
| 70 |
|
- box-shadow: 0 1px 2px rgba(23, 32, 42, 0.06); |
| 71 |
|
-} |
| 72 |
|
-#xwikicontent .libertya-card:hover, |
| 73 |
|
-#xwikicontent .libertya-card:focus { |
| 74 |
|
- border-color: #c8292d; |
| 75 |
|
- color: #17202a; |
| 76 |
|
- text-decoration: none; |
| 77 |
|
- box-shadow: 0 4px 12px rgba(23, 32, 42, 0.12); |
| 78 |
|
-} |
| 79 |
|
-#xwikicontent .libertya-card > .fa { |
| 80 |
|
- display: inline-flex; |
| 81 |
|
- flex: 0 0 34px; |
| 82 |
|
- align-items: center; |
| 83 |
|
- justify-content: center; |
| 84 |
|
- width: 34px; |
| 85 |
|
- height: 34px; |
| 86 |
|
- border-radius: 8px; |
| 87 |
|
- background: #f4f6f8; |
| 88 |
|
- color: #c8292d; |
| 89 |
|
- font-size: 17px; |
| 90 |
|
-} |
| 91 |
|
-#xwikicontent .libertya-card-body { |
| 92 |
|
- display: block; |
| 93 |
|
- min-width: 0; |
| 94 |
|
-} |
| 95 |
|
-#xwikicontent .libertya-card strong { |
| 96 |
|
- display: block; |
| 97 |
|
- margin: 0 0 5px; |
| 98 |
|
- color: #17202a; |
| 99 |
|
- font-size: 15px; |
| 100 |
|
- line-height: 1.25; |
| 101 |
|
-} |
| 102 |
|
-#xwikicontent .libertya-card-description { |
| 103 |
|
- display: block; |
| 104 |
|
- color: #566273; |
| 105 |
|
- font-size: 13px; |
| 106 |
|
- line-height: 1.4; |
| 107 |
|
-} |
| 108 |
|
-#xwikicontent .libertya-card-meta { |
| 109 |
|
- display: block; |
| 110 |
|
- margin-top: 9px; |
| 111 |
|
- color: #7a8594; |
| 112 |
|
- font-size: 12px; |
| 113 |
|
- line-height: 1.3; |
| 114 |
|
-} |
| 115 |
|
-#xwikicontent .libertya-doc-list { |
| 116 |
|
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); |
| 117 |
|
-} |
| 118 |
|
-@media (max-width: 767px) { |
| 119 |
|
- #xwikicontent .libertya-home-hero { |
| 120 |
|
- display: block; |
| 121 |
|
- } |
| 122 |
|
- #xwikicontent .libertya-home-logo { |
| 123 |
|
- margin: 0 0 14px; |
| 124 |
|
- } |
| 125 |
|
-} |
| 126 |
|
-</style> |
|
1 |
+== Welcome to your wiki == |
| 127 |
127 |
|
| 128 |
|
-<section class="libertya-home-hero"> |
| 129 |
|
- <img class="libertya-home-logo" src="/wiki/libertya/download/Main/WebHome/libertya-logo.png" alt="Libertya" /> |
| 130 |
|
- <div> |
| 131 |
|
- <p class="libertya-home-kicker">Base de conocimiento</p> |
| 132 |
|
- <h1 class="libertya-home-title">Documentación centralizada de Libertya</h1> |
| 133 |
|
- <p class="libertya-home-summary">Acceso rápido a los documentos migrados desde Drive y al material que queda en revisión antes de pasar a los espacios definitivos.</p> |
| 134 |
|
- </div> |
| 135 |
|
-</section> |
|
3 |
+XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages. |
| 136 |
136 |
|
| 137 |
|
-<section class="libertya-home-section"> |
| 138 |
|
- <h2>Accesos principales</h2> |
| 139 |
|
- <ul class="card-list libertya-card-list"> |
| 140 |
|
-<li class="card"> |
| 141 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/GuiaDeConfiguracionRapidaYPuestaEnMarcha/"> |
| 142 |
|
- <span class="fa fa-book" aria-hidden="true"></span> |
| 143 |
|
- <span class="libertya-card-body"> |
| 144 |
|
- <strong>Guía de configuración rápida y puesta en marcha</strong> |
| 145 |
|
- <span class="libertya-card-description">Arranque funcional y configuración inicial de Libertya.</span> |
| 146 |
|
- |
| 147 |
|
- </span> |
| 148 |
|
- </a> |
| 149 |
|
-</li> |
| 150 |
|
-<li class="card"> |
| 151 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/Administracion/"> |
| 152 |
|
- <span class="fa fa-briefcase" aria-hidden="true"></span> |
| 153 |
|
- <span class="libertya-card-body"> |
| 154 |
|
- <strong>Administracion</strong> |
| 155 |
|
- <span class="libertya-card-description">Manual funcional extenso para operaciones administrativas.</span> |
| 156 |
|
- |
| 157 |
|
- </span> |
| 158 |
|
- </a> |
| 159 |
|
-</li> |
| 160 |
|
-<li class="card"> |
| 161 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/Parametrizacion/"> |
| 162 |
|
- <span class="fa fa-sliders" aria-hidden="true"></span> |
| 163 |
|
- <span class="libertya-card-body"> |
| 164 |
|
- <strong>Parametrizacion</strong> |
| 165 |
|
- <span class="libertya-card-description">Configuraciones base y criterios de parametrización.</span> |
| 166 |
|
- |
| 167 |
|
- </span> |
| 168 |
|
- </a> |
| 169 |
|
-</li> |
| 170 |
|
-<li class="card"> |
| 171 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/InstalacionEnLinux/"> |
| 172 |
|
- <span class="fa fa-linux" aria-hidden="true"></span> |
| 173 |
|
- <span class="libertya-card-body"> |
| 174 |
|
- <strong>Instalacion en Linux</strong> |
| 175 |
|
- <span class="libertya-card-description">Guía técnica de instalación del entorno Libertya.</span> |
| 176 |
|
- |
| 177 |
|
- </span> |
| 178 |
|
- </a> |
| 179 |
|
-</li> |
| 180 |
|
-<li class="card"> |
| 181 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/ConfiguracionDeSMTPParaEnvioDeEmailsDesdeLibertya/"> |
| 182 |
|
- <span class="fa fa-envelope-o" aria-hidden="true"></span> |
| 183 |
|
- <span class="libertya-card-body"> |
| 184 |
|
- <strong>Configuración de SMTP para envio de emails desde Libertya</strong> |
| 185 |
|
- <span class="libertya-card-description">Envio de emails desde Libertya y ajustes asociados.</span> |
| 186 |
|
- |
| 187 |
|
- </span> |
| 188 |
|
- </a> |
| 189 |
|
-</li> |
| 190 |
|
-<li class="card"> |
| 191 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaRESTAPIManualDeUso/"> |
| 192 |
|
- <span class="fa fa-code" aria-hidden="true"></span> |
| 193 |
|
- <span class="libertya-card-body"> |
| 194 |
|
- <strong>Libertya REST API - Manual de uso</strong> |
| 195 |
|
- <span class="libertya-card-description">Uso de la API REST de Libertya.</span> |
| 196 |
|
- |
| 197 |
|
- </span> |
| 198 |
|
- </a> |
| 199 |
|
-</li> |
| 200 |
|
- </ul> |
| 201 |
|
-</section> |
|
5 |
+XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. |
| 202 |
202 |
|
| 203 |
|
-<section class="libertya-home-section"> |
| 204 |
|
- <h2>Documentos migrados en revisión (40)</h2> |
| 205 |
|
- <ul class="card-list libertya-card-list libertya-doc-list"> |
| 206 |
|
-<li class="card"> |
| 207 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/Administracion/"> |
| 208 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 209 |
|
- <span class="libertya-card-body"> |
| 210 |
|
- <strong>Administracion</strong> |
| 211 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 212 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 213 |
|
- </span> |
| 214 |
|
- </a> |
| 215 |
|
-</li> |
| 216 |
|
-<li class="card"> |
| 217 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/CAEAAmpliacionesAlModuloLYEI/"> |
| 218 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 219 |
|
- <span class="libertya-card-body"> |
| 220 |
|
- <strong>CAEA - Ampliaciones al modulo LYEI</strong> |
| 221 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 222 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 223 |
|
- </span> |
| 224 |
|
- </a> |
| 225 |
|
-</li> |
| 226 |
|
-<li class="card"> |
| 227 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/ConfiguracionDeSMTPParaEnvioDeEmailsDesdeLibertya/"> |
| 228 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 229 |
|
- <span class="libertya-card-body"> |
| 230 |
|
- <strong>Configuración de SMTP para envio de emails desde Libertya</strong> |
| 231 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 232 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 233 |
|
- </span> |
| 234 |
|
- </a> |
| 235 |
|
-</li> |
| 236 |
|
-<li class="card"> |
| 237 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/EmpaquetadoAutomaticoDeComponentes/"> |
| 238 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 239 |
|
- <span class="libertya-card-body"> |
| 240 |
|
- <strong>Empaquetado automático de componentes</strong> |
| 241 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 242 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 243 |
|
- </span> |
| 244 |
|
- </a> |
| 245 |
|
-</li> |
| 246 |
|
-<li class="card"> |
| 247 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/FacturacionElectronicaNativaMediantePluginLYEI/"> |
| 248 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 249 |
|
- <span class="libertya-card-body"> |
| 250 |
|
- <strong>Facturación Electrónica Nativa mediante plugin LYEI</strong> |
| 251 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 252 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 253 |
|
- </span> |
| 254 |
|
- </a> |
| 255 |
|
-</li> |
| 256 |
|
-<li class="card"> |
| 257 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/GuiaDeConfiguracionRapidaYPuestaEnMarcha/"> |
| 258 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 259 |
|
- <span class="libertya-card-body"> |
| 260 |
|
- <strong>Guía de configuración rápida y puesta en marcha</strong> |
| 261 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 262 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 263 |
|
- </span> |
| 264 |
|
- </a> |
| 265 |
|
-</li> |
| 266 |
|
-<li class="card"> |
| 267 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/IniciandoLibertya/"> |
| 268 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 269 |
|
- <span class="libertya-card-body"> |
| 270 |
|
- <strong>Iniciando Libertya</strong> |
| 271 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 272 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 273 |
|
- </span> |
| 274 |
|
- </a> |
| 275 |
|
-</li> |
| 276 |
|
-<li class="card"> |
| 277 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/InstalacionEnLinux/"> |
| 278 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 279 |
|
- <span class="libertya-card-body"> |
| 280 |
|
- <strong>Instalacion en Linux</strong> |
| 281 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 282 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 283 |
|
- </span> |
| 284 |
|
- </a> |
| 285 |
|
-</li> |
| 286 |
|
-<li class="card"> |
| 287 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/InstalacionAdoptOpenJDK8YAccesoALibertyaMedianteLYStartInstalacionPues/"> |
| 288 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 289 |
|
- <span class="libertya-card-body"> |
| 290 |
|
- <strong>Instalación AdoptOpenJDK 8 y acceso a Libertya mediante LYStart Instalacion Puesto de trabajo 2026</strong> |
| 291 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 292 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 293 |
|
- </span> |
| 294 |
|
- </a> |
| 295 |
|
-</li> |
| 296 |
|
-<li class="card"> |
| 297 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/InstanciaDeTestingManual/"> |
| 298 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 299 |
|
- <span class="libertya-card-body"> |
| 300 |
|
- <strong>Instancia de testing manual</strong> |
| 301 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 302 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 303 |
|
- </span> |
| 304 |
|
- </a> |
| 305 |
|
-</li> |
| 306 |
|
-<li class="card"> |
| 307 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/InstructivoParaRenovacionDeCertificadosDigitalesEnAFIP/"> |
| 308 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 309 |
|
- <span class="libertya-card-body"> |
| 310 |
|
- <strong>Instructivo para renovación de Certificados Digitales en AFIP</strong> |
| 311 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 312 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 313 |
|
- </span> |
| 314 |
|
- </a> |
| 315 |
|
-</li> |
| 316 |
|
-<li class="card"> |
| 317 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/IntegracionLBYNCRManualOperativo/"> |
| 318 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 319 |
|
- <span class="libertya-card-body"> |
| 320 |
|
- <strong>Integración LBY-NCR - Manual operativo</strong> |
| 321 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 322 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 323 |
|
- </span> |
| 324 |
|
- </a> |
| 325 |
|
-</li> |
| 326 |
|
-<li class="card"> |
| 327 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/IntegracionLBYNCRManualOperativoCajas/"> |
| 328 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 329 |
|
- <span class="libertya-card-body"> |
| 330 |
|
- <strong>Integración LBY-NCR - Manual operativo Cajas</strong> |
| 331 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 332 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 333 |
|
- </span> |
| 334 |
|
- </a> |
| 335 |
|
-</li> |
| 336 |
|
-<li class="card"> |
| 337 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/IntegracionLBYNCRManualOperativoDevoluciones/"> |
| 338 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 339 |
|
- <span class="libertya-card-body"> |
| 340 |
|
- <strong>Integración LBY-NCR - Manual operativo Devoluciones</strong> |
| 341 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 342 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 343 |
|
- </span> |
| 344 |
|
- </a> |
| 345 |
|
-</li> |
| 346 |
|
-<li class="card"> |
| 347 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/IntegracionLibertyaTiendaNubePuestaEnMarcha/"> |
| 348 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 349 |
|
- <span class="libertya-card-body"> |
| 350 |
|
- <strong>Integración Libertya - TiendaNube - Puesta en Marcha</strong> |
| 351 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 352 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 353 |
|
- </span> |
| 354 |
|
- </a> |
| 355 |
|
-</li> |
| 356 |
|
-<li class="card"> |
| 357 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LBYTarifasYReglasDePrecios/"> |
| 358 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 359 |
|
- <span class="libertya-card-body"> |
| 360 |
|
- <strong>LBY - Tarifas y Reglas de Precios</strong> |
| 361 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 362 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 363 |
|
- </span> |
| 364 |
|
- </a> |
| 365 |
|
-</li> |
| 366 |
|
-<li class="card"> |
| 367 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaCertificadosDigitalesParaFactElectronica/"> |
| 368 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 369 |
|
- <span class="libertya-card-body"> |
| 370 |
|
- <strong>Libertya - Certificados digitales para Fact. Electrónica</strong> |
| 371 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 372 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 373 |
|
- </span> |
| 374 |
|
- </a> |
| 375 |
|
-</li> |
| 376 |
|
-<li class="card"> |
| 377 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaCodigosPromocionalesGuiaDeUsoPdf/"> |
| 378 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 379 |
|
- <span class="libertya-card-body"> |
| 380 |
|
- <strong>Libertya - Códigos Promocionales - Guía de Uso.pdf</strong> |
| 381 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 382 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 383 |
|
- </span> |
| 384 |
|
- </a> |
| 385 |
|
-</li> |
| 386 |
|
-<li class="card"> |
| 387 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaInstructivoIVADigital/"> |
| 388 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 389 |
|
- <span class="libertya-card-body"> |
| 390 |
|
- <strong>Libertya - Instructivo IVA Digital</strong> |
| 391 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 392 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 393 |
|
- </span> |
| 394 |
|
- </a> |
| 395 |
|
-</li> |
| 396 |
|
-<li class="card"> |
| 397 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaManualDeConfiguracionDePercepcionesYRetenciones/"> |
| 398 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 399 |
|
- <span class="libertya-card-body"> |
| 400 |
|
- <strong>Libertya - Manual de Configuración de Percepciones y Retenciones</strong> |
| 401 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 402 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 403 |
|
- </span> |
| 404 |
|
- </a> |
| 405 |
|
-</li> |
| 406 |
|
-<li class="card"> |
| 407 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaTiendaOnLineMantenimientoDeProductos/"> |
| 408 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 409 |
|
- <span class="libertya-card-body"> |
| 410 |
|
- <strong>Libertya / Tienda OnLine - Mantenimiento de Productos</strong> |
| 411 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 412 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 413 |
|
- </span> |
| 414 |
|
- </a> |
| 415 |
|
-</li> |
| 416 |
|
-<li class="card"> |
| 417 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaCICD/"> |
| 418 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 419 |
|
- <span class="libertya-card-body"> |
| 420 |
|
- <strong>Libertya CI/CD</strong> |
| 421 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 422 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 423 |
|
- </span> |
| 424 |
|
- </a> |
| 425 |
|
-</li> |
| 426 |
|
-<li class="card"> |
| 427 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaPymeGuiaDeConfiguracionInicial/"> |
| 428 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 429 |
|
- <span class="libertya-card-body"> |
| 430 |
|
- <strong>Libertya Pyme - Guía de Configuración Inicial</strong> |
| 431 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 432 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 433 |
|
- </span> |
| 434 |
|
- </a> |
| 435 |
|
-</li> |
| 436 |
|
-<li class="card"> |
| 437 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaRESTAPIManualDeUso/"> |
| 438 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 439 |
|
- <span class="libertya-card-body"> |
| 440 |
|
- <strong>Libertya REST API - Manual de uso</strong> |
| 441 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 442 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 443 |
|
- </span> |
| 444 |
|
- </a> |
| 445 |
|
-</li> |
| 446 |
|
-<li class="card"> |
| 447 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LibertyaRESTAPIManualParaDesarrolladores/"> |
| 448 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 449 |
|
- <span class="libertya-card-body"> |
| 450 |
|
- <strong>Libertya REST API - Manual para desarrolladores</strong> |
| 451 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 452 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 453 |
|
- </span> |
| 454 |
|
- </a> |
| 455 |
|
-</li> |
| 456 |
|
-<li class="card"> |
| 457 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYCloudLYSaaSManualDeReferenciaYUso/"> |
| 458 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 459 |
|
- <span class="libertya-card-body"> |
| 460 |
|
- <strong>LYCloud LYSaaS. Manual de referencia y uso</strong> |
| 461 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 462 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 463 |
|
- </span> |
| 464 |
|
- </a> |
| 465 |
|
-</li> |
| 466 |
|
-<li class="card"> |
| 467 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYEILibertyaElectronicInvoiceManualDeInstalacionYConfiguracion/"> |
| 468 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 469 |
|
- <span class="libertya-card-body"> |
| 470 |
|
- <strong>LYEI - Libertya Electronic Invoice - Manual de Instalación y Configuración</strong> |
| 471 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 472 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 473 |
|
- </span> |
| 474 |
|
- </a> |
| 475 |
|
-</li> |
| 476 |
|
-<li class="card"> |
| 477 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYEILibertyaElectronicInvoiceV23CAEA/"> |
| 478 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 479 |
|
- <span class="libertya-card-body"> |
| 480 |
|
- <strong>LYEI - Libertya Electronic Invoice v2.3 - CAEA</strong> |
| 481 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 482 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 483 |
|
- </span> |
| 484 |
|
- </a> |
| 485 |
|
-</li> |
| 486 |
|
-<li class="card"> |
| 487 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYEILibertyaElectronicInvoiceV23Instalacion/"> |
| 488 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 489 |
|
- <span class="libertya-card-body"> |
| 490 |
|
- <strong>LYEI - Libertya Electronic Invoice v2.3 - Instalacion</strong> |
| 491 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 492 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 493 |
|
- </span> |
| 494 |
|
- </a> |
| 495 |
|
-</li> |
| 496 |
|
-<li class="card"> |
| 497 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYEILibertyaElectronicInvoiceV24/"> |
| 498 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 499 |
|
- <span class="libertya-card-body"> |
| 500 |
|
- <strong>LYEI - Libertya Electronic Invoice v2.4</strong> |
| 501 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 502 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 503 |
|
- </span> |
| 504 |
|
- </a> |
| 505 |
|
-</li> |
| 506 |
|
-<li class="card"> |
| 507 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYWSDevCodificacionYPublicacion/"> |
| 508 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 509 |
|
- <span class="libertya-card-body"> |
| 510 |
|
- <strong>LYWS Dev: Codificacion y publicacion</strong> |
| 511 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 512 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 513 |
|
- </span> |
| 514 |
|
- </a> |
| 515 |
|
-</li> |
| 516 |
|
-<li class="card"> |
| 517 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYWSEjemplosDeInvocacionRetrievePdfFromDocumentYGeneratePromotionCode/"> |
| 518 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 519 |
|
- <span class="libertya-card-body"> |
| 520 |
|
- <strong>LYWS: Ejemplos de invocación retrievePdfFromDocument y generatePromotionCode</strong> |
| 521 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 522 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 523 |
|
- </span> |
| 524 |
|
- </a> |
| 525 |
|
-</li> |
| 526 |
|
-<li class="card"> |
| 527 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/LYWSGeneralidades/"> |
| 528 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 529 |
|
- <span class="libertya-card-body"> |
| 530 |
|
- <strong>LYWS: Generalidades</strong> |
| 531 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 532 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 533 |
|
- </span> |
| 534 |
|
- </a> |
| 535 |
|
-</li> |
| 536 |
|
-<li class="card"> |
| 537 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/Parametrizacion/"> |
| 538 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 539 |
|
- <span class="libertya-card-body"> |
| 540 |
|
- <strong>Parametrizacion</strong> |
| 541 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 542 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 543 |
|
- </span> |
| 544 |
|
- </a> |
| 545 |
|
-</li> |
| 546 |
|
-<li class="card"> |
| 547 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/PlanDePruebasLibertya/"> |
| 548 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 549 |
|
- <span class="libertya-card-body"> |
| 550 |
|
- <strong>Plan de pruebas Libertya</strong> |
| 551 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 552 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 553 |
|
- </span> |
| 554 |
|
- </a> |
| 555 |
|
-</li> |
| 556 |
|
-<li class="card"> |
| 557 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/SincronizacionHorariaAFIPEnWindows/"> |
| 558 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 559 |
|
- <span class="libertya-card-body"> |
| 560 |
|
- <strong>Sincronización horaria AFIP en Windows</strong> |
| 561 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 562 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 563 |
|
- </span> |
| 564 |
|
- </a> |
| 565 |
|
-</li> |
| 566 |
|
-<li class="card"> |
| 567 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/SoporteParaQRCodeEnFacturasInstalacionYConfiguracion/"> |
| 568 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 569 |
|
- <span class="libertya-card-body"> |
| 570 |
|
- <strong>Soporte para QR Code en facturas. Instalacion y configuracion</strong> |
| 571 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 572 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 573 |
|
- </span> |
| 574 |
|
- </a> |
| 575 |
|
-</li> |
| 576 |
|
-<li class="card"> |
| 577 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/SoporteQREnImpresionFacturaElectronicaModificacionesBajoIReport/"> |
| 578 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 579 |
|
- <span class="libertya-card-body"> |
| 580 |
|
- <strong>Soporte QR en Impresión Factura Electrónica - Modificaciones bajo iReport</strong> |
| 581 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 582 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 583 |
|
- </span> |
| 584 |
|
- </a> |
| 585 |
|
-</li> |
| 586 |
|
-<li class="card"> |
| 587 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/WSDL2Java/"> |
| 588 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 589 |
|
- <span class="libertya-card-body"> |
| 590 |
|
- <strong>WSDL2Java</strong> |
| 591 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 592 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 593 |
|
- </span> |
| 594 |
|
- </a> |
| 595 |
|
-</li> |
| 596 |
|
-<li class="card"> |
| 597 |
|
- <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/WSFEMiPyMEsFacturasDeCreditoConsideracionesDeDesarrollo/"> |
| 598 |
|
- <span class="fa fa-file-text-o" aria-hidden="true"></span> |
| 599 |
|
- <span class="libertya-card-body"> |
| 600 |
|
- <strong>WSFE MiPyMEs - Facturas de Crédito Consideraciones de desarrollo</strong> |
| 601 |
|
- <span class="libertya-card-description">Documento migrado desde Drive.</span> |
| 602 |
|
- <span class="libertya-card-meta">Estado: revisión pendiente</span> |
| 603 |
|
- </span> |
| 604 |
|
- </a> |
| 605 |
|
-</li> |
| 606 |
|
- </ul> |
| 607 |
|
-</section> |
| 608 |
|
-{{/html}} |
|
7 |
+== The basics == |
| 609 |
609 |
|
|
9 |
+To make the most out of your wiki, log-in and: |
|
10 |
+ |
|
11 |
+Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. |
|
12 |
+ |
|
13 |
+Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. |
|
14 |
+ |
|
15 |
+Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. |
|
16 |
+ |
|
17 |
+You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. |
|
18 |
+ |
|
19 |
+ {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}} |
|
20 |
+ |
|
21 |
+(% class="row" %) |
|
22 |
+((( |
|
23 |
+(% class="col-xs-12 col-sm-6" %) |
|
24 |
+((( |
|
25 |
+== Extend your wiki == |
|
26 |
+ |
|
27 |
+To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]] where you can search for and install extensions. |
|
28 |
+ |
|
29 |
+To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. |
|
30 |
+))) |
|
31 |
+ |
|
32 |
+(% class="col-xs-12 col-sm-6" %) |
|
33 |
+((( |
|
34 |
+== Create your application == |
|
35 |
+ |
|
36 |
+Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM). |
|
37 |
+ |
|
38 |
+AWM will take care of making it easy for you and your users to create and manage the data. |
|
39 |
+))) |
|
40 |
+))) |