Sérgio Salgado
5b13ffe3d9
feat: encode pazuz_operatoridentifier header
...
chore: rename cookies to fit a standard
fix: small fixes
2021-11-16 16:46:47 +00:00
Sérgio Salgado
7135a03654
feat: add operatorId to l-a-s middlewares
...
fix: make changes to db event handler to receive more complex payloads
feat: machine actions previously on REST now work based on notifications
feat: state middleware now operates based on operatorId as well
chore: remove old localAppRoutes related code
2021-11-16 16:46:45 +00:00
csrapr
cb2e1b3907
Feat: adds async local storage to admin server
2021-11-16 16:46:11 +00:00
Rafael Taranto
f8e5d0585c
Merge pull request #845 from chaotixkilla/feat-cancel-cash-in-txs
...
Cancel cash-in transactions
2021-11-14 23:08:41 +00:00
Rafael Taranto
a0b6a4455c
Merge pull request #893 from ubavic/fix/download_transactions_log
...
fix: download transaction log
2021-11-11 18:32:29 +00:00
Rafael Taranto
1dd8f4ff7e
Merge pull request #872 from SiIky/chore/JbtevlHv/log_through_logger
...
Log through the logger
2021-11-11 18:32:06 +00:00
Rafael Taranto
750bca63e5
Merge pull request #790 from josepfo/fix/clean-filters-button-styling
...
Fix: search filter section according to spec
2021-11-11 18:29:39 +00:00
Nikola Ubavic
be6694b280
fix: add an args attribute to the component
...
fix: add a missing argument to the batch function call
2021-10-20 18:30:02 +02:00
André Sá
21bdf5f60a
chore: use logger for all important logs
2021-10-11 16:24:24 +01:00
Sérgio Salgado
f7720e3512
feat: cancel cash-in transaction
2021-10-10 16:03:10 +01:00
José Oliveira
e729de1410
feat: handle T&C photos and UI photos roll
2021-10-07 13:49:43 +01:00
Sérgio Salgado
a6eb4b904f
feat: implement subscriber info retrieval
2021-10-04 11:42:25 +01:00
Taranto
abbcda793b
chore: re-add feature missing from merge
2021-10-04 07:31:17 +01:00
Sérgio Salgado
2a2a0a8a8b
feat: add search functionality to customer page
2021-09-24 10:54:34 +01:00
Sérgio Salgado
e837ee3e7a
fix: remove aux query to get customer information related with individual discounts
2021-09-07 17:26:36 +01:00
Sérgio Salgado
847b87ecb0
feat: use customer Autocomplete on discount creation
2021-09-07 17:26:36 +01:00
Sérgio Salgado
03fd19e0cf
feat: customer matching on individual discounts panel
2021-09-07 17:26:36 +01:00
Sérgio Salgado
768b5a30e1
feat: individual discounts creation form
...
feat: individual discounts deletion
fix: discounts mapping from db
2021-09-07 17:26:36 +01:00
Sérgio Salgado
07f15db851
feat: individual discounts migration
...
feat: loyalty panel routing
chore: rename promo-codes module to loyalty
2021-09-07 17:26:36 +01:00
José Oliveira
0ae8c691c2
fix: replace DateTime with Date and add gql resolver date name
2021-09-07 17:16:52 +01:00
José Oliveira
1a166bc279
feat: machine performance indicators
2021-09-07 17:16:52 +01:00
Sérgio Salgado
2b93f016ac
feat: add search functionality to customer page
2021-07-29 00:05:36 +01:00
Sérgio Salgado
fe665f1e9c
fix: edge case with suspensions shorter than 1 day
2021-07-21 14:08:36 +01:00
Sérgio Salgado
61cc772816
feat: cashbox batch creation on machine cashbox removal
...
fix: cashbox batch creation with empty cashbox
2021-07-07 17:46:23 +01:00
Sérgio Salgado
482e1afc3a
fix: cashout detection on cash cassette wizard
...
fix: cashbox wizard onContinue data
fix: cashbox batch creation query
feat: cashbox batch creation flow on UI
2021-07-07 17:46:23 +01:00
Sérgio Salgado
8e173cf8a8
feat: cash out transaction cancel
2021-07-06 16:53:01 +01:00
Sérgio Salgado
830b8132d0
fix: remove createdByOperator from blacklist type
...
fix: check for reused address
2021-07-05 11:07:37 +01:00
Sérgio Salgado
d6d8280a36
feat: allow for cashbox batch editing
2021-07-05 11:06:16 +01:00
Sérgio Salgado
21708aa75c
feat: cashbox history tab
...
feat: add information fields to cashbox_batches table
2021-07-05 11:06:16 +01:00
Sérgio Salgado
4e88c995d3
fix: add timezone to specific tx logs
...
feat: pass timezone to details row
2021-06-28 16:39:54 +01:00
Sérgio Salgado
b5e35b82c2
refactor: move up dateFormat method
2021-06-28 16:39:54 +01:00
Sérgio Salgado
a0c77b4939
feat: correct timezone offset on downloaded logs
2021-06-28 16:39:54 +01:00
Sérgio Salgado
4003d892fd
feat: allow customer suspension removal
2021-06-28 16:21:41 +01:00
Sérgio Salgado
41f3f7f28f
fix: customer action identifier
2021-06-28 16:01:50 +01:00
Liordino Neto
852bf7b089
feat: created the search component
...
style: added spec styles
fix: fixed font color on search input
style: added box-shadow to the search component
feat: added local search functionality to the search component
feat: integrated search component into the transactions page
feat: allow multiple filter selection on the search component
fix: let the user select only one filter for each type
feat: added chips for the selected filters on the transactions page
feat: added the remove function on the filter chips
style: styled items according to spec
refactor: simplified search component (moved logic to the outside)
feat: added transaction filters to the gql query
feat: added a 'clear all filters' button
feat: added a filters query
feat: added a gql query for the transaction filters
fix: fixed the transactions gql query so it haves the same options as
the transaction filters
feat: added a 'loading' feature to the search box (shown while loading
the filters)
fix: fetch transactions and filters separately in the transactions page
fix: style export
fix: packages
fix: transaction conflicts
2021-06-23 15:29:41 +01:00
José Oliveira
92b6093a07
feat: downloadable tx summary and logs
2021-06-22 15:33:00 +01:00
João Leal
434d30b079
fix: Record outgoing transaction fees to logs
2021-05-25 10:45:04 +01:00
Sérgio Salgado
aa7252dfce
fix: added variables to the constants file.
...
fix: updated sql queries with constants
2021-05-03 23:00:41 +01:00
Sérgio Salgado
15769cd1bf
feat: implement argon2 and changed session data type to timestamptz
2021-05-03 23:00:41 +01:00
Sérgio Salgado
75a2ecd3c2
fix: url resolver and minor fixes
2021-05-03 23:00:41 +01:00
Sérgio Salgado
2062413c75
fix: possible two factor secret bug
2021-05-03 23:00:41 +01:00
Sérgio Salgado
7680b2f85a
refactor: privileged actions
2021-05-03 23:00:41 +01:00
Sérgio Salgado
357fe75427
fix: temp two factor secret checking on two factor reset
2021-05-03 23:00:41 +01:00
Sérgio Salgado
928caaf167
fix: temporary store of two factor secret to check against
2021-05-03 23:00:41 +01:00
Sérgio Salgado
19138c2d46
fix: redundant authentication code
2021-05-03 23:00:41 +01:00
Sérgio Salgado
6eaebc3108
fix: login with disabled used
2021-05-03 23:00:41 +01:00
Sérgio Salgado
9d028897bd
refactor: full refactor of user management
2021-05-03 23:00:41 +01:00
Sérgio Salgado
bbc37c0202
fix: multiple small fixes across auth
2021-05-03 23:00:41 +01:00
Sérgio Salgado
9fa97725ec
feat: auto userdata fetch
...
fix: gql directives and overall minor fixes
2021-05-03 23:00:41 +01:00
Sérgio Salgado
c00249586d
fix: security flaw on auth tokens, error handling
2021-05-03 23:00:41 +01:00