Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 31, 2021 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/2532e8a6c7958adf5b65e1a211a2318f to your computer and use it in GitHub Desktop.
Save parzibyte/2532e8a6c7958adf5b65e1a211a2318f to your computer and use it in GitHub Desktop.
Listado de rutas de carpetas
El número de serie del volumen es
C:\USERS\PARZIBYTE\DESKTOP\TIENDAS-MASTER
└───tiendas-master
│ .babelrc
│ .editorconfig
│ .gitattributes
│ .gitignore
│ .postcssrc.js
│ compilar.py
│ index.html
│ package-lock.json
│ package.json
│ postcss.config.js
│ README.md
├───.idea
│ │ misc.xml
│ │ modules.xml
│ │ tiendas.iml
│ │ vcs.xml
│ │ workspace.xml
│ │
│ └───inspectionProfiles
│ Project_Default.xml
├───api
│ │ AjustesController.go
│ │ ApartadosController.go
│ │ AyudanteBaseDeDatos.go
│ │ BaseDeDatosNegocios.go
│ │ CajaController.go
│ │ Clases.go
│ │ ClientesController.go
│ │ Constantes.go
│ │ Correo.go
│ │ DatosGraficasController.go
│ │ Desarrollo.go
│ │ desarrollo.py
│ │ esquema_negocios.sql
│ │ esquema_negocios_sqlite.sql
│ │ esquema_spos.sql
│ │ esquema_spos_sqlite.sql
│ │ Full.go
│ │ Funciones.go
│ │ go.mod
│ │ go.sum
│ │ init.sql
│ │ main.go
│ │ makefile
│ │ NegociosController.go
│ │ PermisosController.go
│ │ Produccion.go
│ │ ProductosController.go
│ │ PruebaGratuita.go
│ │ rutas_admin.go
│ │ rutas_ajustes.go
│ │ rutas_apartados_abonos.go
│ │ rutas_caja.go
│ │ rutas_clientes.go
│ │ rutas_graficas.go
│ │ rutas_http.go
│ │ rutas_login.go
│ │ rutas_misc.go
│ │ rutas_negocios.go
│ │ rutas_permisos.go
│ │ rutas_productos.go
│ │ rutas_usuarios.go
│ │ rutas_utiles.go
│ │ rutas_ventas_contado.go
│ │ Sesion.go
│ │ sesiones.sqlite
│ │ UsuariosController.go
│ │ VentasContadoController.go
│ │
│ └───plantillas_correos
│ recordatorio_uso_sistema.html
│ verificar_cuenta.html
├───build
│ build.js
│ check-versions.js
│ logo.png
│ utils.js
│ vue-loader.conf.js
│ webpack.base.conf.js
│ webpack.dev.conf.js
│ webpack.prod.conf.js
├───config
│ dev.env.js
│ index.js
│ prod.env.js
├───src
│ │ .gitrepo
│ │ App.vue
│ │ constantes.js
│ │ funciones.js
│ │ http-common.js
│ │ main.js
│ │
│ ├───assets
│ │ │ logo.png
│ │ │
│ │ └───inicio
│ │ ajustes.png
│ │ bolsa-de-la-compra.png
│ │ codigo-de-barras.png
│ │ dinero.png
│ │ escudo.png
│ │ estadistica.png
│ │ logo.png
│ │ monedas.png
│ │ que-hacer.png
│ │ red.png
│ │ salpicadero.png
│ │ tareas.png
│ │
│ ├───components
│ │ │ AcercaDe.vue
│ │ │ DialogoPermisoDenegado.vue
│ │ │ EliminarNegocio.vue
│ │ │ Escritorio.vue
│ │ │ Inicio.vue
│ │ │ Login.vue
│ │ │ Logout.vue
│ │ │ Publicidad.vue
│ │ │ VerificarNegocio.vue
│ │ │
│ │ ├───Ajustes
│ │ │ Ajustes.vue
│ │ │ DatosNegocio.vue
│ │ │ Impresora.vue
│ │ │ Otros.vue
│ │ │
│ │ ├───Caja
│ │ │ │ Caja.vue
│ │ │ │ Egresos.vue
│ │ │ │ Ingresos.vue
│ │ │ │
│ │ │ └───Dialogos
│ │ │ Egreso.vue
│ │ │ Ingreso.vue
│ │ │
│ │ ├───Clientes
│ │ │ Clientes.vue
│ │ │ DialogoConfirmarEliminacion.vue
│ │ │ FormularioEditarCliente.vue
│ │ │ FormularioNuevoCliente.vue
│ │ │ Historial.vue
│ │ │ ListaDeClientes.vue
│ │ │
│ │ ├───Graficas
│ │ │ Graficas.vue
│ │ │ VentasAnio.vue
│ │ │ VentasMes.vue
│ │ │
│ │ ├───Inventario
│ │ │ DialogoAumentarExistencia.vue
│ │ │ DialogoConfirmarEliminacion.vue
│ │ │ DialogoRestarExistencia.vue
│ │ │ ExportarImportar.vue
│ │ │ FormularioEditarProducto.vue
│ │ │ FormularioNuevoProducto.vue
│ │ │ ListaDeProductos.vue
│ │ │ Productos.vue
│ │ │
│ │ ├───Otros
│ │ │ CodigosBarra.vue
│ │ │ DialogoCambiarProducto.vue
│ │ │ HacerInventario.vue
│ │ │
│ │ ├───Registro
│ │ │ DialogoNegocioExistente.vue
│ │ │ DialogoNegocioNoRegistrado.vue
│ │ │ DialogoNegocioRegistrado.vue
│ │ │ Registro.vue
│ │ │
│ │ ├───Reportes
│ │ │ │ Inventario.vue
│ │ │ │ ProductosMasVendidos.vue
│ │ │ │ ProductosMenosVendidos.vue
│ │ │ │ ProductosNuncaVendidos.vue
│ │ │ │ SeleccionadorFechas.vue
│ │ │ │ Stock.vue
│ │ │ │
│ │ │ ├───Caja
│ │ │ │ Caja.vue
│ │ │ │
│ │ │ └───Ventas
│ │ │ │ Abonos.vue
│ │ │ │ Apartado.vue
│ │ │ │ Contado.vue
│ │ │ │ ProductosApartados.vue
│ │ │ │
│ │ │ └───Apartados
│ │ │ CambiarFechaVencimiento.vue
│ │ │
│ │ ├───Tickets
│ │ │ Caja.vue
│ │ │ Encabezado.vue
│ │ │ Pie.vue
│ │ │ TicketAbono.vue
│ │ │ TicketApartado.vue
│ │ │ TicketVentaContado.vue
│ │ │
│ │ ├───Usuarios
│ │ │ DialogoNuevo.vue
│ │ │ Lista.vue
│ │ │ Permisos.vue
│ │ │ Usuarios.vue
│ │ │
│ │ └───Vender
│ │ AutocompletadoClientes.vue
│ │ AutocompletadoProductos.vue
│ │ DetallesClienteSeleccionado.vue
│ │ DialogoApartado.vue
│ │ DialogoBusquedaProducto.vue
│ │ DialogoCambiarPrecioVenta.vue
│ │ DialogoConfirmacionVaciarLista.vue
│ │ DialogoVentaContado.vue
│ │ ListaDeProductos.vue
│ │ SpeedDial.vue
│ │ Vender.vue
│ │
│ ├───fonts
│ │ material-icons.woff2
│ │ roboto-v18-latin-300.woff
│ │ roboto-v18-latin-300.woff2
│ │ roboto-v18-latin-500.woff
│ │ roboto-v18-latin-500.woff2
│ │ roboto-v18-latin-700.woff
│ │ roboto-v18-latin-700.woff2
│ │ roboto-v18-latin-regular.woff
│ │ roboto-v18-latin-regular.woff2
│ │ roboto-v18-latin.zip
│ │
│ └───router
│ index.js
└───static
.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment