Giter VIP home page Giter VIP logo

panel-app's Introduction

Novo SGA

Support queue management system.

Installation

Via Composer

Create project:

composer create-project "novosga/novosga:^2.1" novosga2

Run app installation command and follow instructions:

export APP_ENV=prod
export LANGUAGE=pt_BR
export DATABASE_URL="mysql://user:pass@localhost:5432/novosgadb"

bin/console novosga:install

Via Docker

Documentation in the Novo SGA official docker repository.

Via Git

Clone repository:

git clone https://github.com/novosga/novosga.git novosga2

Then follow Composer install instruction.

Automated installation

To automated installation you need to set up the following environment variables before run novosga:install command:

Database

  • DATABASE_URL

Default administrator user

  • NOVOSGA_ADMIN_USERNAME
  • NOVOSGA_ADMIN_PASSWORD
  • NOVOSGA_ADMIN_FIRSTNAME
  • NOVOSGA_ADMIN_LASTNAME

Default unity

  • NOVOSGA_UNITY_NAME
  • NOVOSGA_UNITY_CODE

Default priority 0

  • NOVOSGA_NOPRIORITY_NAME
  • NOVOSGA_NOPRIORITY_DESCRIPTION

Default priority 1

  • NOVOSGA_PRIORITY_NAME
  • NOVOSGA_PRIORITY_DESCRIPTION

Default attendance place

  • NOVOSGA_PLACE_NAME

panel-app's People

Contributors

charlyr avatar dependabot[bot] avatar jppcel avatar lucasvscn avatar ptopenweb avatar rogeriolino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panel-app's Issues

Token Expired

Hello,

When the panel goes inactive for a long time, the token expires, is there any way for the token to remain registered indefinitely?

I18n

Implement i18next js.

Não retorna unidades

Olá.

A tela de configuração não retorna as unidades e, por sua vez, os serviços da unidade.

É necessária alguma configuração adicional ou o controlador de painéis em java precisa ser instalado também nesse caso?

Obrigado.

Uncaught SyntaxError: Unexpected token export

Good morning.
I´m using:
w1064/wamp64/php 7.1.11/mysql 5.7.14
npm -v: 5.6.0

I did:
git clone https://github.com/novosga/painel-web.git
cd paninel-web
npm install
npm WARN deprecated [email protected]: babili has been renamed to babel-minify. Please
update to babel-preset-minify
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\7zip-
bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-
[email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\7zip-
bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]:
wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]:
wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 1316 packages in 117.877s

npm run dev
Show a blank page and console errors:
C:\wamp64\www\painel-web\node_modules\vuex-i18n\dist\vuex-i18n.es.js:755
Uncaught SyntaxError: Unexpected token export
at createScript (VM136 vm.js:53)
at Object.runInThisContext (VM136 vm.js:95)
at Module._compile (VM134 module.js:543)
at Object.Module._extensions..js (VM134 module.js:580)
at Module.load (VM134 module.js:488)
at tryModuleLoad (VM134 module.js:447)
at Function.Module._load (VM134 module.js:439)
at Module.require (VM134 module.js:498)

If I download and install w64 compiled version, works ok, but I want to make changes to default version.

Any help with this issue?

Regards,

Juan

Error compile with yarn

Information about environment:

operative system: Ubuntu 18.04 LTS
linux version: 4.15.0.36-generic
painel-web version: v2.0.0
yarn version: 0.32

I follow the instruction to compile

I used yarn with this command:

#cd painel-web
#yarn install

but the result of console is:

00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

Resolução não suportada

Quando coloco o painel em fullscreen no meu computador, aparece a mensagem de "Resolução não suportada". Minha resolução é de 1600x900. Há como aumentar a resolução suportada pelo painel ? Pretendo usa-lo em uma tela fullHD (1920x1080)

Historic not listing tickets with same sigla

I configured several services using same sigla (A for different services).
After I called 3 tickets I noticed that Painel Web did not show any historic ticket until I changed A for B and C, etc.

The reports shown correctly historic informations.

Probably the compare code to move a ticket to historic only is based in A + consecutive number (In my test we have 3 A1 tickets) and it shoud be compare with ticket number + service id, and service name shoul be presented beside or below the ticket number inside the historic column.
error-hitorial-mismo-id

Change painel-web language

Hello,

I've downloaded the last painel-web build for Windows from GitHub. But the panel only works in english. How can I change the painel-web language to brazilian portuguese?

I've tried compile using yarn and the same happens.

image

/locales/dev.json não encontrado

Aparece o erro
/painel-web/locales/dev.json 404 (Not Found)

Penso que é o fallbak do i18n: fallbackLng:["dev"]

Funciona, com o idioma que coloco por isso não sei porque aparece esse erro.

Yarn run dev resulta em erro: libX11-xcb.so.1: cannot open shared object file: No such file or directory

No meu servidor linux, eu clonei o projeto na mesma pasta que o novo sga se encontra, depois fiz o seguinte:

yarn install

que instala ok
Depois disso eu tento dar build com

yarn run dev

Mas ao tentar este comando, recebo o erro:
painel-web/node_modules/electron/dist/electron: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory

Já tentei rodar com sudo também e da o mesmo erro.

Como eu faço para fazer o projeto rodar?

Missing es_AR translation

es_AR.js.zip

I created a new file for es_AR, but the Web Interface (update with: yarn run build:web) does not is show in Spanish. Attached is the translation if you want to add it to the repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.