Facturacion api, comprobantes de retención
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
CHANGELOG.md
0 → 100644
README.md
0 → 100644
angular.json
0 → 100644
karma.conf.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "facturacion_api", | ||
"version": "1.0.0", | ||
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.", | ||
"main": "karma.conf.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@angular/animations": "^14.2.5", | ||
"@angular/cdk": "^12.0.0", | ||
"@angular/common": "^14.2.5", | ||
"@angular/compiler": "^14.2.5", | ||
"@angular/core": "^14.2.5", | ||
"@angular/forms": "^14.2.5", | ||
"@angular/platform-browser": "^14.2.5", | ||
"@angular/platform-browser-dynamic": "^14.2.5", | ||
"@angular/router": "^14.2.5", | ||
"@auth0/angular-jwt": "^5.1.0", | ||
"@fullcalendar/angular": "^5.11.0", | ||
"@fullcalendar/core": "^5.11.0", | ||
"@fullcalendar/daygrid": "^5.8.0", | ||
"@fullcalendar/interaction": "^5.11.0", | ||
"@fullcalendar/timegrid": "^5.11.0", | ||
"@ngx-translate/core": "^13.0.0", | ||
"@ngx-translate/http-loader": "^6.0.0", | ||
"bootstrap": "^5.1.3", | ||
"bootstrap-icons": "^1.8.1", | ||
"chart.js": "^3.3.2", | ||
"crypto-js": "^4.1.1", | ||
"dom-to-image": "^2.6.0", | ||
"file-saver": "^2.0.5", | ||
"fullcalendar": "^4.0.0-alpha.2", | ||
"html2canvas": "^1.4.1", | ||
"jspdf": "^2.5.1", | ||
"jspdf-autotable": "^3.5.23", | ||
"moment": "^2.29.4", | ||
"primeflex": "^3.3.1", | ||
"primeicons": "^6.0.1", | ||
"primeng": "^14.2.3", | ||
"prismjs": "^1.29.0", | ||
"rxjs": "^7.5.7", | ||
"sweetalert2": "^11.4.8", | ||
"tslib": "^2.0.0", | ||
"xlsx": "^0.18.5", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^14.2.5", | ||
"@angular/cli": "^14.2.5", | ||
"@angular/compiler-cli": "^14.2.5", | ||
"@compodoc/compodoc": "^1.1.19", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/jasminewd2": "~2.0.8", | ||
"@types/node": "^12.11.1", | ||
"codelyzer": "^0.0.28", | ||
"jasmine-core": "~3.6.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.3", | ||
"karma-jasmine": "~4.0.0", | ||
"karma-jasmine-html-reporter": "^1.5.0", | ||
"protractor": "~7.0.0", | ||
"ts-node": "~8.3.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "~4.6.4", | ||
"webpack": "^5.75.0" | ||
} | ||
} |
src/app/_dto/login-request-dto.ts
0 → 100644
src/app/_dto/response-generico.ts
0 → 100644
src/app/_dto/token-dto.ts
0 → 100644
src/app/_enums/constDomain.ts
0 → 100644
src/app/_guards/auth.guard.spec.ts
0 → 100644
src/app/_guards/auth.guard.ts
0 → 100644
src/app/_guards/non-auth.guard.spec.ts
0 → 100644
src/app/_guards/non-auth.guard.ts
0 → 100644
src/app/_interceptor/cache.interceptor.ts
0 → 100644
src/app/_interceptor/error.interceptor.ts
0 → 100644
src/app/_interceptor/general.interceptor.ts
0 → 100644
src/app/_interceptor/index.ts
0 → 100644
src/app/_service/app.service.spec.ts
0 → 100644
src/app/_service/app.service.ts
0 → 100644
src/app/_service/crypto.service.ts
0 → 100644
src/app/_service/menu.service.ts
0 → 100644
src/app/_service/request-cache.service.ts
0 → 100644
src/app/_service/token.service.ts
0 → 100644
src/app/_service/utils/file.service.ts
0 → 100644
src/app/app-routing.module.ts
0 → 100644
src/app/app.code.component.scss
0 → 100644
src/app/app.code.component.ts
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.scss
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/layout/content/app.main.component.ts
0 → 100644
src/app/layout/menu/app.menu.component.html
0 → 100644
src/app/layout/menu/app.menu.component.ts
0 → 100644
src/app/layout/menu/app.menu.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/main/dashboard/models/product.ts
0 → 100644
src/app/main/error/app.error.component.html
0 → 100644
src/app/main/error/app.error.component.ts
0 → 100644
src/app/main/help/app.help.component.html
0 → 100644
src/app/main/help/app.help.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/main/pages/login/login.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/main/pages/pages.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/primeng/primeng.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/countries.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/customers-large.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/demo/data/customers-medium.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/customers-small.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/files-lazy.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/files.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/filesystem-lazy.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/filesystem.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/icons.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/demo/data/photos.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/products-mixed.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/data/products-orders.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/products-small.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/products.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/data/scheduleevents.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/flags/flag_placeholder.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/flags/flags.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/flags/flags_responsive.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/avatar/amyelsner.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/avatar/annafali.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/avatar/profile.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/avatar/xuxuefeng.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/epn_logo.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab.zip
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab01.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab02.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab03.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab04.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab05.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab06.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab07.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab08.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab09.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab10.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab11.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab12.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab13.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab14.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab15.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab16.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab17.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab18.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab19.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab20.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab21.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab22.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab23.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab24.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab25.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab26.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab27.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab28.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab29.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/lab/lab300.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature10.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature11.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature12.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature6.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature7.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature8.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/nature/nature9.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/blue-band.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/bracelet.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/lime-band.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/pink-band.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/shoes.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/sneakers.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/yoga-mat.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demo/images/product/yoga-set.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/demo/images/widgets/user-card.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/i18n/en-EN.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/i18n/es-419.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/i18n/es-ES.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/EPN.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/LOGIN-FACT.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/LOGO_EPN_SII.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/appstore.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/banner-registro.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/buho-rojo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/chrome.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/cute-wave.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/dashboard.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/default-150x150.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/default-profile.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/edge.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/epn-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/epn.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/finder.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/firefox.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/github.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/header-image.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/header1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/header2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/jesse.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/loader-preview.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/logOutUser.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/login.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/logo-EPN.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/mike.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/nyan-cat.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/opera.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/photos.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/planEstudio.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/planestudios.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/preview.htm
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/safari.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/saul.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sek-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sending.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sending_random.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sessionTimeout.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/session_timeout.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/session_timeout.webp
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/settings.htm
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/sidebar-1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sidebar-2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sidebar-3.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sidebar-4.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/sidebar-5.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/terminal.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/img/tipoplan.jpeg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user1-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user2-160x160.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user3-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user4-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user5-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user6-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user7-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/user8-128x128.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/walter.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/landing.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/landing.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/layout-dark.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/layout-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/layout-dim.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/layout-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/css/layout-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/layout/css/layout-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/layout/images/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/logo-dark.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/logo-white.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/pages/bg-404.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/pages/bg-access.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/pages/bg-error.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/pages/bg-help.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/layout/images/pages/bg-login.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/pages/icons/primeicons.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pages/icons/primeicons.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/pages/icons/primeicons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pages/icons/primeicons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pages/landing.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pages/primeflex.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pages/primeicons-static.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_animation.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_config.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_content.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_dashboard.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_exception.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_fonts.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_footer.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_help.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_invoice.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_layout_dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_layout_dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_layout_light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_loader.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_main.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_mixins.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_responsive.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_search.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_topbar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_typography.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_utils.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/layout/_widgets.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/sass/overrides/_theme_styles.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/sass/theme/_theme_dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/theme/_theme_dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sass/theme/_theme_light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/theme/blue/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/blue/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/blue/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/blue/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/blue/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/blue/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/cyan/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/cyan/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/cyan/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/cyan/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/cyan/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/cyan/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/deeppurple/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/deeppurple/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/deeppurple/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/deeppurple/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/deeppurple/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/deeppurple/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/green/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/green/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/green/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/green/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/green/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/green/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/indigo/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/indigo/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/indigo/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/indigo/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/indigo/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/indigo/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/lightgreen/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/lightgreen/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/lightgreen/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/lightgreen/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/lightgreen/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/lightgreen/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/orange/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/orange/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/orange/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/orange/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/orange/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/orange/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/pink/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/pink/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/pink/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/pink/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/pink/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/pink/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/purple/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/purple/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/purple/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/purple/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/purple/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/purple/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/teal/theme-dark.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/teal/theme-dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/teal/theme-dim.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/teal/theme-dim.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/teal/theme-light.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/theme/teal/theme-light.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.prod.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/reciveprivatekey.pem
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/sendpublickey.pem
0 → 100644
This diff is collapsed.
Click to expand it.
src/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/polyfills.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/upload.php
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.spec.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment