pos-cloud / system

Application web for POS Cloud
http://www.poscloud.com.ar
1 stars 0 forks source link

Logo Final

Dependencias


Run locally


 npm i --force
 npm start

DEV Access


Restore database example
mongorestore --db demo --archive=/src/asstes/demo.gz --gzip
Sandbox

Estructura

src/
|-- app/
|   |-- main/
|   |   |-- services/
|   |   |   |-- auth.service.ts
|   |   |   |-- file.service.ts
|   |   |-- guards/
|   |   |-- interceptors/
|   |   |-- directives/
|   |   |-- pipes/
|   |-- shared/
|   |   |-- components/
|   |   |   |-- datatable/
|   |   |   |-- toast/
|   |   |   |-- tooltip/
|   |   |-- models/
|   |   |-- interface/
|   |   |   |-- service.interface.ts
|   |   |   |-- resultable.interface.ts
|   |-- components/
|   |   |-- models/
|   |   |   |-- article
|   |   |   |   |-- crud/
|   |   |   |   |-- list-articles/
|   |   |   |   |-- actions/
|   |   |   |   |   |-- update-prices/
|   |   |   |   |-- article.service.ts
|   |   |   |   |-- article.ts
|   |   |   |-- models.module.ts
|   |   |   |-- models.service.ts
|   |   |   |-- modes.router.ts
|   |   |-- reports/
|   |   |   |-- report-1
|   |   |   |   |-- report-1.component.ts
|   |   |   |   |-- report-1.component.css
|   |   |   |   |-- report-1.component.html
|   |   |   |-- report.service.ts
|   |   |   |-- report.module.ts
|   |   |   |-- report.router.ts
|   |   |-- transaction/
|   |   |   |-- add-article-by-transaction/
|   |   |   |-- movement-of-cancellation/
|   |   |   |-- add-mov-cash/
|   |   |   |-- cancelation/
|   |   |   |-- list-tables-resto/
|   |   |-- components.routes.ts
|   |   |-- components.module.ts
|   |-- layout/
|   |   |-- claim/
|   |   |-- header/
|   |   |-- footer/
|   |   |-- home/
|   |-- pages/
|   |   |-- login/
|   |   |-- register/
|   |   |-- menu/
|   |   |-- point-of-sales/
|   |   |   |-- counter/
|   |   |   |-- resto/
|   |   |   |-- delivery/
|   |   |   |-- tienda-nube/
|   |   |   |   |-- get-orders/
|   |   |   |   |-- fulfilled/
|   |   |   |   |-- cancel/
|   |   |   |   |-- tienda-nube.component.ts
|   |   |   |   |-- tienda-nube.component.css
|   |   |   |   |-- tienda-nube.component.html
|   |-- app.routes.ts
|   |-- app.component.html
|   |-- app.component.ts
|   |-- app.module.ts
|-- assets/
|   |-- i18n/
|   |   |-- en.json
|   |   |-- es.json
|-- environments/
|   |-- environments.dev.ts
|   |-- environments.prod.ts
|   |-- environments.ts

Contribuir


Project -> https://github.com/orgs/pos-cloud/projects/1

Conventional Commits

 <type>: <short summary>
      │             │
    │             └─⫸ Summary in present tense. Not capitalized. No period at the end
    │
    └─⫸ Commit Type: build|docs|feat|fix|refactor|test
Type

Must be one of the following: