Commit graph

79 commits

Author SHA1 Message Date
Sérgio Salgado
cf38f09b62 fix: response tx for machine update requests
fix: CT error handling
2023-06-01 10:41:54 +01:00
Rafael Taranto
f4fa98879f Merge pull request #1451 from chaotixkilla/fix-send-only-server-version-old-poller
Only send the server version to the old poller requests by 8.1+ machines
2022-11-28 12:41:14 +00:00
Sérgio Salgado
cb6df3f86c fix: add backwards compatibility code 2022-11-21 19:12:49 +00:00
Sérgio Salgado
f66d155f08 fix: only send the server version when the old poller is triggered by an 8.1+ machine 2022-11-21 17:25:34 +00:00
Sérgio Salgado
32b54b1596 feat: add debug logs for the cashbox removal and batch creation processes 2022-09-19 17:14:47 +01:00
Sérgio Salgado
6c4b225e73 fix: allow for decimal values on customer suspension time 2022-06-20 22:28:03 +01:00
Taranto
4023470fec Merge remote-tracking branch 'upstream/release-8.0' into merge-release-8.0-into-dev-220906 2022-06-09 23:56:40 +01:00
José Oliveira
44cd957c6d feat: tc photo toggle button 2022-05-16 16:34:52 +01:00
André Sá
6c43f7536d refactor: move getCustomInfoRequests call out of config manager 2022-04-26 15:23:42 +01:00
André Sá
40791cb4cd refactor: move recordPing() to poll() 2022-04-26 12:44:53 +01:00
André Sá
d2b78ea93d refactor: inline variables and reformat promises 2022-04-26 12:44:52 +01:00
André Sá
b74bd2ce14 refactor: remove unnecessary assignment 2022-04-26 12:44:51 +01:00
André Sá
4a6da1b888 refactor: drop unused parameter 2022-04-26 12:44:49 +01:00
André Sá
bdb094f3cc fix: add to the pids object rather than overwrite 2022-03-30 15:12:04 +01:00
José Oliveira
f205f99d7f fix: sms receipt tx direction 2022-03-02 14:40:02 +00:00
Sérgio Salgado
cb7b97b0e2 chore: rename functions to more appropriate names 2022-02-18 18:34:51 +00:00
Rafael Taranto
26bf036553 Merge pull request #1099 from chaotixkilla/fix-custom-sms
Get SMS notices closer to spec
2022-02-16 10:09:18 +00:00
Rafael Taranto
5494fe9600 Merge pull request #1101 from chaotixkilla/fix-cashbox-removal-notification
Fix cashbox removal notification trigger
2022-02-14 23:49:43 +00:00
Rafael Taranto
b353f68236 Merge pull request #1103 from chaotixkilla/fix-missing-custom-req-data-machine-response
Fix missing customer data on machine requests
2022-02-14 17:39:52 +00:00
Rafael Taranto
079905efef Merge pull request #835 from josepfo/feat/move-paper-wallet-only-to-admin
feat: move paper wallet only to admin
2022-02-14 16:08:17 +00:00
Sérgio Salgado
81d74eb40b fix: add missing custom requirement data on customer data communication with machine
fix: create function to reset the override flag in custom requirement data
2022-02-14 15:20:58 +00:00
André Sá
b03901ddd4 Merge branch 'dev' into fix/lam-298/custom_info_requests_flow
* dev: (40 commits)
  fix: remove unnecessary variable
  fix: check for starting supervisor state
  fix: Ethereum sends
  fix: force balance to big number
  fix: XMR sendCoins interface
  chore: update react
  fix: update only if node is stopped
  fix: convert bn.js to bignumber.js bignum
  fix: wallet file checking
  fix: show batching errors on admin fix: funding page should take into account batching transactions
  fix: add feeMultiplier parameter
  fix: BN functions on sendCoinsBatch
  fix: remove allowTransactionBatching from being required
  feat: disable transaction batching editing unless it's BTC
  feat: add transaction batching option to advanced wallet settings
  fix: pollingRoutes typo
  fix: button style and incomplete url
  fix: remove date width
  fix: l-c import on lamassu-send-coins script
  chore: built react files
  ...
2022-02-11 15:16:00 +00:00
Sérgio Salgado
80d7d7184e fix: readd the notification sending function 2022-02-10 17:03:42 +00:00
Sérgio Salgado
cd01d894a3 feat: add sms preview
feat: add reset to default button
feat: add attachable values
feat: connect the sms receipt notice to the sms receipt request
2022-02-10 00:36:32 +00:00
André Sá
c21a5c1bf4 fix: pollingRoutes typo 2022-02-02 18:46:52 +00:00
André Sá
bc78837d39 refactor: remove unnecessary operations 2022-02-02 14:56:56 +00:00
André Sá
c2329be588 fix: send manually entered customer data to machine 2022-01-27 18:00:13 +00:00
José Oliveira
7157a11895 feat: move paper wallet only to admin 2022-01-27 14:27:19 +00:00
André Sá
99f8a516c3 fix: give custom info back to the machine 2022-01-24 19:21:23 +00:00
José Oliveira
a28d7d1aab fix: simplify promise chain 2022-01-20 12:34:22 +00:00
José Oliveira
8fe9c2551a fix: add manual data to customer info 2022-01-19 17:55:01 +00:00
Sérgio Salgado
87a3b718db fix: allow for custom info requests to be allowed or blocked
fix: improve custom info requests backend
fix: add custom info requests to trigger overrides
2022-01-18 18:46:55 +00:00
Sérgio Salgado
c241c458d3 fix: custom info request batching
fix: issue from rebase
2022-01-17 23:59:43 +00:00
Sérgio Salgado
807c5bfc85 fix: triggers wizard allowing empty custom requirement field
fix: issue with custom requirement filtering when in presence of older triggers

refactor: pull up methods

fix: remove log
2022-01-17 23:28:19 +00:00
Sérgio Salgado
658c8d74d4 fix: stop writing to database on null data 2022-01-12 23:48:43 +00:00
csrapr
ba8cac60f8 Chore: Add basic screen and toggle
Chore: form skeleton

Feat: wizard step 1 and 2

Feat: toggle button group for formik

Feat: select input type Form and styling

Feat: text entry page

Feat: Choice list and CSS

Fix: scroll to bottom on Add choice button click

Feat: format data at end of wizard

Feat: wizard toggle button and background blur

Feat: data table for custom info requests

Feat: editing and deleting custom info request

Feat: add icons

Fix: Wizard changes

Feat: custom requests migrations

Feat: fetch custom info requests

Feat: add mutations

Feat: add custom request option in trigger wizard

Feat: show customrequests on table

Feat: Triggers page code refactor

Feat: integrate custom info requests on Customer graphql type

Feat: Show custom info requests on user page

Fix: use normal table instead of datatable

Feat: modal for custom information request details

Feat: poller returns custom request information details

Feat: send customer custom info requests to machine

Chore: add field CustomInfoRequestsData on customer updates

Feat: customer custom info request data saving

Chore: variable name changes and lots of fixes

Feat: remove default value in query, sort request on customer profile

Signed-off-by: csrapr <26280794+csrapr@users.noreply.github.com>

Fix: return promise when array of ids is empty

Feat: TitleSection can receive more than one button
2021-12-08 18:28:51 +00:00
Sérgio Salgado
ca2274a8a2 fix: use date-fns functional programming module 2021-11-24 23:02:24 +00:00
Sérgio Salgado
7d6fb17158 feat: convert from using dst offsets to use timezone code
feat: select timezones from current selected country
2021-11-24 23:02:22 +00:00
Taranto
0ad2ee362a Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev 2021-11-24 14:53:50 +00:00
Rafael Taranto
d138b26903 Merge pull request #873 from chaotixkilla/feat-integrate-hedging-and-accounting-with-pazuz-admin
Integrate hedging and accounting with pazuz related screens
2021-11-17 20:34:20 +00:00
Sérgio Salgado
16513a8238 feat: add nil UUID to match new machine pairing logic 2021-11-16 16:46:48 +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
José Oliveira
154fe7affb fix: sms receipt data construction 2021-11-16 15:42:09 +00:00
José Oliveira
9506b98b47 refactor: move sms receipt content to server 2021-11-16 15:42:07 +00:00
José Oliveira
5f18fcbeb6 feat: send twilio sms 2021-11-16 15:39:47 +00:00
José Oliveira
f502c3a57a feat: sms receipt route 2021-11-16 15:34:35 +00:00
Rafael Taranto
1d2c497a4f Merge pull request #868 from SiIky/fix/Z4NKZ9Hc/zeroconf-backwards-compat
fix: zero-conf backwards compatibility
2021-11-11 18:32:55 +00:00
André Sá
e82dc27c13 fix: zero-conf backwards compatibility 2021-10-07 19:55:54 +01:00
José Oliveira
2f2285e943 refactor: styling improvements and add custom carousel component 2021-10-07 13:54:38 +01:00
José Oliveira
e729de1410 feat: handle T&C photos and UI photos roll 2021-10-07 13:49:43 +01:00