Cesar
196a05549f
Feat: save cash balance notifications in DB
...
Feat: add "detail" row in notifications table migration
This makes searching for specific notifications in the
code like cashbox number easier because we don't need
to scrub the notification message column anymore to search
for notifications relating the cashbox 1 for example.
Feat: clear notifications on cash cassette balance update
2021-02-04 15:48:23 +00:00
Cesar
2ced230020
Feat: save highVolumeTxs on DB and plugins code refactor
...
Fix: remove unused module and add space before '('
Chore: add jest tests for transactionNotify
2021-02-04 15:48:23 +00:00
Cesar
75bfb4b991
Chore: make notifications table migration
2021-02-04 15:48:23 +00:00
Cesar
9471da31a4
Feat: make SMS transaction notifications more descriptive
2021-02-04 15:48:23 +00:00
Cesar
04fd82454d
Feat: code refactoring and jest tests
...
chore: More refactoring
chore: More tests and refactors
fix: Fixed age not getting calculated properly
chore: Implemented mocking in jest
chore: More mock tests
chore: checkStuckScreen tests
2021-02-04 15:48:23 +00:00
tiago-lamassu
65165b943b
Fix minor typo on customers
2021-02-04 13:22:32 +00:00
Sérgio Salgado
59cb33570b
fix: change coupons to promo codes
2021-02-04 13:20:49 +00:00
Sérgio Salgado
840afa866d
fix: remove log
2021-02-04 13:17:14 +00:00
Sérgio Salgado
82575f9a7b
fix: tooltip button should no longer submit forms
2021-02-04 13:17:14 +00:00
Sérgio Salgado
5bd116c208
chore: add default config for mock machines
2021-02-03 23:03:05 +00:00
Sérgio Salgado
8b53644f14
fix: stress-test on virgin servers
2021-02-03 23:03:05 +00:00
Sérgio Salgado
2894ed5efd
fix: remove old config format
2021-02-03 23:03:05 +00:00
Sérgio Salgado
c1044232e9
fix: remove unwanted async calls
2021-02-03 23:03:05 +00:00
Sérgio Salgado
2151c4b4aa
fix: synchronous blocking calls
2021-02-03 23:03:05 +00:00
Sérgio Salgado
6a5b2a6f8e
feat: npm script for stress testing
2021-02-03 23:03:05 +00:00
Sérgio Salgado
722a3d2853
feat: wrapper to a single entrypoint to the stress test
2021-02-03 23:03:05 +00:00
Sérgio Salgado
7794b91d20
feat: flag option to toggle test db
2021-02-03 23:03:05 +00:00
Sérgio Salgado
c75319d166
feat: multiprocessing and some diagnostics
2021-02-03 23:03:05 +00:00
Sérgio Salgado
86e437a23a
feat: open child process for each mock machine
2021-02-03 23:03:05 +00:00
Sérgio Salgado
20727a60cd
feat: idle machine polling
2021-02-03 23:03:05 +00:00
José Oliveira
ea36d66167
Using config manager now
2021-02-03 22:56:18 +00:00
José Oliveira
8d379555f8
Added machine name to the downloaded logs file
2021-02-02 19:31:42 +00:00
José Oliveira
f59e3d2235
added a click away listener
2021-02-02 19:25:45 +00:00
Sérgio Salgado
553736fb84
feat: DataTable component optimization
2021-02-02 19:06:43 +00:00
Sérgio Salgado
5d868af9e7
fix: move raw data parsing to machine
2021-02-02 19:03:40 +00:00
Sérgio Salgado
3d011ec079
fix: remove log
2021-02-02 19:03:40 +00:00
Sérgio Salgado
d5272f6cf5
fix: save raw data
2021-02-02 19:03:40 +00:00
Sérgio Salgado
8bf6225b58
fix: console log
2021-02-02 19:03:40 +00:00
Sérgio Salgado
309d9ff95b
feat: store id card raw data
2021-02-02 19:03:40 +00:00
Sérgio Salgado
2c211aadd8
fix: success message
2021-02-02 17:31:10 +00:00
Sérgio Salgado
b80b729388
fix: show success message
2021-02-02 17:31:10 +00:00
Cesar
ae7eaca10c
Fix: make percentage chart work properly
...
Fix: code review
Fix: rework components according to PR requested changes
Fix: fix repeated code buildRatesNoCommission
Also renames id to deviceId in transactions quer
Fix: pr requested changes
Chore: move inline styles to classes
Chore: remove comment
Fix: bad equality !process.env.NODE_ENV === 'production'
2021-02-02 17:02:24 +00:00
Cesar
5572fb0eb1
Feat: make footer expand on hover
...
chore: rename status variable from showExpandBtn to canExpand
Chore: disable notific. card, redirect to dashboard on logo click
This commit also fixes eslint warnings about anonymous exports
On the header, the Dashboard link is removed, in favour of adding
a redirect on click on the Lamassu Admin text. "Machines" header
link is removed as well, and a machine profile can be accessed
through the dashboard -> System Status card
2021-02-02 17:02:24 +00:00
Cesar
00f176fccc
Feat: make percentage chart
...
feat: footer expands to show more items
fix: several style fixes
feat: streak through cassettes table if machine doesnt have cashout enabled
Revert "feat: streak through cassettes table if machine doesnt have cashout enabled"
This reverts commit eaa390be8e9688c557507ff9c2984addc3f25031.
feat: Streak through cash cassettes table if cashout not enabled
feat: Machine details overview on sidebar
feat: machine prof page: breadcrumb, sidebar. dashboard: redirect on machine click
feat: Last ping shows seconds/ minutes/ hours/ days ago depending on time past
chore: Disabled cashbox % column in dashboard system performance card
2021-02-02 17:02:24 +00:00
Cesar
19cd086436
Feat: make dashboard and machine profile page
2021-02-02 17:02:24 +00:00
Rafael Taranto
d17ca43abb
Merge pull request #572 from lamassu/release-7.5.0
...
Release 7.5.0-beta.1
2021-01-25 14:33:48 +00:00
chaotixkilla
26c5c427bf
Reintroduce cashbox ( #535 )
...
* feat: reintroduce cashbox component
* feat: cashbox update on db
* feat: cashbox on notifications
* feat: cashbox on overrides
* fix: cashin notifications
* fix: styling
* feat: cashin bills added to cashbox
* refactor: comment unused code
* fix: new bills length on cashbox
* fix: remove unused code
* chore: remove temporary code
2021-01-18 20:23:46 +00:00
Sérgio Salgado
0d3eb2e392
fix: virtual cassette and denomination min value
2021-01-18 19:56:59 +00:00
Cesar
521363a296
Chore: remove lodash usage from BooleanPropertiesTable
2021-01-18 19:48:26 +00:00
Cesar
5e1c70b18b
Fix: make OperatorInfo receipts table reset values on cancel
2021-01-18 19:48:26 +00:00
Sérgio Salgado
f4caad2090
fix: remove unneeded else statement
2021-01-18 19:42:03 +00:00
Sérgio Salgado
1d2ca19c2d
fix: default error message
2021-01-18 19:42:03 +00:00
Sérgio Salgado
ac489266c6
fix: error message
2021-01-18 19:42:03 +00:00
Sérgio Salgado
9d4c4041dc
fix: coupon form, styling and server handling
2021-01-18 19:42:03 +00:00
Sérgio Salgado
5045821593
fix: review
2021-01-18 19:42:03 +00:00
Sérgio Salgado
772805269f
fix: query and function name
2021-01-18 19:42:03 +00:00
Sérgio Salgado
8f264e25b0
fix: style export
2021-01-18 19:42:03 +00:00
Sérgio Salgado
742913db36
fix: normalize SQL
2021-01-18 19:42:03 +00:00
Sérgio Salgado
e846f5a165
fix: sql and import
2021-01-18 19:42:03 +00:00
Sérgio Salgado
9291b7ebcb
fix: poller coupon status
2021-01-18 19:42:03 +00:00