forked from thegreenter/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.php
94 lines (93 loc) · 2.13 KB
/
docs.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?php
return [
[
'file' => 'factura.php',
'title' => 'Factura',
'tags' => ['2.1'],
],
[
'file' => 'factura-contingencia.php',
'title' => 'Factura',
'tags' => ['CONTINGENCIA'],
],
[
'file' => 'boleta.php',
'title' => 'Boleta de Venta',
'tags' => ['2.1'],
],
[
'file' => 'factura-inafecta.php',
'title' => 'Factura Inafecta',
'tags' => ['2.1'],
],
[
'file' => 'factura-gratuita.php',
'title' => 'Factura Gratuita',
'tags' => ['2.1'],
],
[
'file' => 'factura-percepcion.php',
'title' => 'Factura con Percepción',
'tags' => ['2.1'],
],
[
'file' => 'factura-exportacion.php',
'title' => 'Factura Exportación',
'tags' => ['2.1'],
],
[
'file' => 'factura-anticipo.php',
'title' => 'Factura con Anticipos',
'tags' => ['2.1'],
],
[
'file' => 'nota-credito.php',
'title' => 'Nota de Crédito',
'tags' => ['2.1'],
],
[
'file' => 'nota-debito.php',
'title' => 'Nota de Débito',
'tags' => ['2.1'],
],
[
'file' => 'resumen.php',
'title' => 'Resumen Diario',
'tags' => ['2.0'],
],
[
'file' => 'resumen-contingencia.php',
'title' => 'Resumen Diario',
'tags' => ['CONTINGENCIA'],
],
[
'file' => 'resumen-usd.php',
'title' => 'Resumen Diario (en Dólares)',
'tags' => ['2.0'],
],
[
'file' => 'comunicacion-baja.php',
'title' => 'Comunicación de Baja',
'tags' => ['2.0'],
],
[
'file' => 'guia-remision.php',
'title' => 'Guía de Remisión',
'tags' => ['2.1'],
],
[
'file' => 'percepcion.php',
'title' => 'C. de Percepción',
'tags' => ['2.0'],
],
[
'file' => 'retencion.php',
'title' => 'C. de Retención',
'tags' => ['2.0'],
],
[
'file' => 'reversion.php',
'title' => 'Resumen de Reversiones',
'tags' => ['2.0'],
],
];