José Oliveira
e5ea16d83b
fix: entries label weight, use string utils func instead of custom
2021-09-24 10:55:36 +01:00
José Oliveira
893dbd8162
fix: remove erroneous prop
2021-09-24 10:55:35 +01:00
José Oliveira
e4c383e656
fix: search filter section according to spec
2021-09-24 10:55:34 +01:00
Sérgio Salgado
f2a304ae49
fix: customer filters not being applied
...
fix: customer name edge cases
fix: sql uppercasing
2021-09-24 10:55:32 +01:00
Sérgio Salgado
2a2a0a8a8b
feat: add search functionality to customer page
2021-09-24 10:54:34 +01:00
Liordino Neto
b343ce386f
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-09-24 00:23:24 +01:00
Sérgio Salgado
b0fa62a9f3
feat: add discount source column to transaction tables
...
fix: move individual discounts to phone code response instead of poller
2021-09-07 17:26:36 +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
310c9eb009
fix: remove log
2021-09-07 17:26:36 +01:00
Sérgio Salgado
dc2ab44468
fix: customers without idCardData available
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
43ff04b2af
fix: dynamic query
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
eda6decae0
feat: send individual discounts to machine
2021-09-07 17:26:36 +01:00
Sérgio Salgado
29257c42ec
fix: small fixes on loyalty module
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
576979f14f
feat: add toggle button for tc screen
2021-09-07 17:22:03 +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
bad3d291ca
fix: add manyOrNone to db functions
2021-09-07 17:16:52 +01:00
José Oliveira
00875f06e8
refactor: sql formatting and label rename
2021-09-07 17:16:52 +01:00
José Oliveira
1a166bc279
feat: machine performance indicators
2021-09-07 17:16:52 +01:00
José Oliveira
9896b44178
fix: justify content on blacklist
2021-09-07 17:13:55 +01:00
José Oliveira
ab05e3a4a0
fix: justify content property
2021-09-07 17:13:55 +01:00
Sérgio Salgado
5add544ad7
feat: send InsufficientFundsError correct error code for machine logic
2021-08-19 14:17:34 +01:00
José Oliveira
4876c5d1b6
fix: script path
2021-08-19 13:03:00 +01:00
José Oliveira
2368830696
chore: add lamassu-eth-recovery to package.json
2021-08-19 13:03:00 +01:00
José Oliveira
7896925b9d
refactor: improve script ux
2021-08-19 13:03:00 +01:00
José Oliveira
bd3fd3e218
feat: lamassu eth recovery script
2021-08-19 13:03:00 +01:00
José Oliveira
650ab5f809
fix: add fiat filter inside a single AND clause
2021-08-06 12:03:33 +01:00
José Oliveira
1ff386826f
fix: add fiat filter to cash in txs
2021-08-06 12:03:33 +01:00
José Oliveira
56fc312520
feat: filter by txs with fiat lt 0
2021-08-06 12:03:33 +01:00
José Oliveira
2040c388b8
chore: update new lamassu admin
2021-07-30 17:36:08 +01:00
José Oliveira
9265e06c9a
fix: rename id photo compliance name
2021-07-30 17:33:15 +01:00
Sérgio Salgado
4de552a139
refactor: pull up component
2021-07-29 00:05:36 +01:00
Sérgio Salgado
06b7f8cf8b
fix: customer filters not being applied
...
fix: customer name edge cases
fix: sql uppercasing
2021-07-29 00:05:36 +01:00
Sérgio Salgado
2b93f016ac
feat: add search functionality to customer page
2021-07-29 00:05:36 +01:00
Sérgio Salgado
b99f98982b
fix: unneeded error handling
2021-07-23 20:17:31 +01:00
Sérgio Salgado
598135ccaf
feat: create cashbox removal notifications
2021-07-23 20:17:31 +01:00
Sérgio Salgado
73bd11b38b
feat: cashbox history tab
...
feat: add information fields to cashbox_batches table
2021-07-23 20:17:31 +01:00
Taranto
8753ea081b
fix: batch function missing
2021-07-22 12:15:45 +01:00
Taranto
ba4117173e
chore: undo $ prepend on queries
2021-07-22 12:15:45 +01:00
csrapr
f3f2bb01b0
Fix: missing $ and use defaultStore
2021-07-22 12:15:45 +01:00
csrapr
cbf0165893
Feat: make compute schema middleware for 'db' changing
2021-07-22 12:15:45 +01:00
csrapr
7bbf2829de
Feat: make lamassu-migrate use async local storage
2021-07-22 12:15:45 +01:00
csrapr
351d170c31
Feat: AsyncLocalStorage for schema changing
2021-07-22 12:15:45 +01:00
csrapr
e6059be8d2
Chore: refactor to use new schema changing queries
2021-07-22 12:15:45 +01:00
csrapr
304f792484
Fix: revert package* changes
2021-07-22 12:15:45 +01:00
csrapr
bd37407453
Feat: implement queries using task for easier usage
2021-07-22 12:15:45 +01:00
Sérgio Salgado
fe665f1e9c
fix: edge case with suspensions shorter than 1 day
2021-07-21 14:08:36 +01:00