Commit graph

3478 commits

Author SHA1 Message Date
Sérgio Salgado
d759704db3 refactor: pull up variable to constants file 2021-11-23 19:10:11 +00:00
Sérgio Salgado
ed7c515993 refactor: unify sms creation into a single function 2021-11-23 19:09:50 +00:00
Sérgio Salgado
ee8c46b51e fix: remove machine selector 2021-11-23 19:09:50 +00:00
Sérgio Salgado
30bc9c96da fix: missing timestamp variable
fix: remove tags array
2021-11-23 19:09:49 +00:00
Sérgio Salgado
54b73b95b4 feat: scripting-like tags on custom sms content
feat: add created column to custom_messages
feat: custom message dynamic validators and testing
feat: delete custom sms
feat: employ custom sms to existing events
2021-11-23 19:09:48 +00:00
Sérgio Salgado
3480bbf8f7 feat: add custom SMS screen
feat: custom messages database migration
feat: populate custom SMS screen with database data
feat: custom SMS creation modal
fix: small fixes on styling
2021-11-23 19:08:02 +00:00
Sérgio Salgado
7c0338294d chore: remove customFields from CustomerInput gql type 2021-11-23 18:52:08 +00:00
Sérgio Salgado
91672b73c9 chore: remove log 2021-11-23 18:52:07 +00:00
Sérgio Salgado
0fe2862d61 feat: add custom fields fetching on gql client 2021-11-23 18:52:07 +00:00
Sérgio Salgado
fec57bf173 feat: add migration to add customer custom fields related tables
feat: create CustomerCustomField type on graphql
feat: add custom fields fetching to getCustomer and getCustomerList functions
feat: add mutations to interact with customer custom fields
2021-11-23 18:52:04 +00:00
Rafael Taranto
0035684040 Merge pull request #946 from RafaelTaranto/chore/builded-files-23-11
chore: builded files
2021-11-23 09:55:50 +00:00
Taranto
dda1d776d3 chore: builded files 2021-11-23 09:54:48 +00:00
Rafael Taranto
95e4949bda Merge pull request #937 from ubavic/fix/anonymous_users_in_transactions
fix: 'Anonymous' should show in transactions
2021-11-23 09:47:11 +00:00
Rafael Taranto
d456d2cc2e Merge pull request #941 from ubavic/fix/download_transactions_log_pt2
fix: add missing modules
2021-11-23 09:46:48 +00:00
Rafael Taranto
f6cf2d77a4 Merge pull request #936 from ubavic/chore/update_docs
chore: update docs
2021-11-23 09:46:17 +00:00
Rafael Taranto
0a605e9346 Merge pull request #944 from chaotixkilla/fix-notifications-on-disabled-cassettes
Fix low fiat notifications on disabled cassettes
2021-11-23 09:45:00 +00:00
Rafael Taranto
b2491e74bb Merge pull request #945 from RafaelTaranto/fix/cherry-pick-commit-and-builded-files
chore: builded files and missing commit
2021-11-23 09:38:12 +00:00
Taranto
01eb42e3cd chore: builded files and missing commit 2021-11-23 09:37:01 +00:00
Rafael Taranto
60e939a4b9 Merge pull request #933 from SiIky/feat/iCfPSCAQ/cashbox-history-backport
feat: cashbox history backport
2021-11-23 09:08:27 +00:00
Rafael Taranto
613b947a9d Merge pull request #939 from SiIky/fix/iCfPSCAQ/sort_cashbox_batches-dev
fix: sort cashbox batches by date
2021-11-23 09:06:10 +00:00
José Oliveira
5432f3df1c refactor: remove unneeded return statement 2021-11-22 20:28:09 +00:00
José Oliveira
87c3bbceee fix: async function arguments 2021-11-22 20:25:02 +00:00
André Sá
900756d6f4 refactor: apply review comments 2021-11-22 18:42:56 +00:00
José Oliveira
3c38dacdc7 fix: variable operator id variable name 2021-11-22 11:31:56 +00:00
Sérgio Salgado
e83b9d7a8b fix: low fiat notifications showing up for disabled cassettes 2021-11-21 23:10:33 +00:00
Sérgio Salgado
6b9c18b9c6 fix: transaction filter deletion 2021-11-21 22:41:38 +00:00
Sérgio Salgado
66f79481a2 fix: add operator cancel error as cancelled tx state 2021-11-21 22:06:00 +00:00
José Oliveira
bca6e15356 feat: fetch from db auth secret 2021-11-20 20:20:16 +00:00
Sérgio Salgado
ea51c62b80 fix: remove usage of env var 2021-11-19 19:44:37 +00:00
Sérgio Salgado
5892d3b3c0 fix: user management css
fix: get production hostname to create links
2021-11-19 19:41:57 +00:00
José Oliveira
8884c75ffd fix: store operator id for each service 2021-11-19 18:01:05 +00:00
José Oliveira
9b28c6a3f1 feat: create db table and store operator id 2021-11-19 18:01:04 +00:00
Rafael Taranto
86e9204a28 Merge pull request #839 from josepfo/feat/update-cores-upon-l-s-update
feat: add script to update nodes
2021-11-19 14:09:32 +00:00
Rafael Taranto
ee6d70d6f8 Merge pull request #940 from chaotixkilla/fix-machine-token-creation
Fix pairing token creation
2021-11-19 09:45:46 +00:00
Sérgio Salgado
6dee47a171 fix: machine pairing token creation 2021-11-18 19:53:17 +00:00
Nikola Ubavic
d92dd1e968 fix: add missing modules
fix: use correct methods
2021-11-18 20:09:15 +01:00
André Sá
d30c381674 fix: sort cashbox batches by date 2021-11-18 18:08:19 +00:00
Nikola Ubavic
1cb583fd31 fix: return 'Anonymous' 2021-11-18 18:03:09 +01:00
Nikola Ubavić
7e31247307 chore: fix link 2021-11-18 17:51:32 +01:00
Nikola Ubavic
faa075c976 chore: add --mockScoring flag
chore: add link to the lamassu-machine repository

chore: use proper heading levels

chore: add subsequent runs section
2021-11-18 15:45:35 +01: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
André Sá
6444b20a8c feat: cash cassettes edit wizard w/ 4 cassettes support 2021-11-17 19:13:08 +00:00
Rafael Taranto
c580f4cbf1 Merge pull request #817 from josepfo/feat/sms-receipts
feat: toggle for sms receipt
2021-11-17 14:30:14 +00:00
Rafael Taranto
082679a605 Merge pull request #930 from ubavic/fix/empty_cashbox_history
fix: fix bugs in Cashbox history
2021-11-17 14:28:38 +00:00
Rafael Taranto
aff8fe373b Merge pull request #723 from josepfo/feat/add-fee-priority-selector-btc
feat: apply fee discount for outgoing tx
2021-11-17 13:53:53 +00:00
Nikola Ubavic
8456ef7ac9 fix: validation
chore: create `notEditing` function
2021-11-17 12:12:46 +00:00
José Oliveira
3434782f0b fix: remove dev logs 2021-11-17 10:53:36 +00:00
Rafael Taranto
1c9e1dc93c Merge pull request #934 from naconner/version-7.5.5
chore: version v7.5.5
2021-11-17 10:37:54 +00:00
Nikola Ubavic
784c4c3ab1 fix: validation
chore: create `notEditing` function
2021-11-16 22:57:11 +01:00
José Oliveira
12e9523554 fix: fix wallet table width 2021-11-16 21:36:00 +00:00