Rafael Taranto
d5b7b088cd
Merge pull request #1055 from chaotixkilla/feat-custom-info-requests-as-manual-triggers
...
Add custom info request manual trigger behavior
2022-01-19 14:37:58 +00:00
Sérgio Salgado
a21bb1cbd5
fix: limit transactions from analytics page to the last 2 months
2022-01-19 02:23:28 +00:00
Sérgio Salgado
556d8433fa
feat: add testing customer toggle
2022-01-19 02:23:26 +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
Rafael Taranto
d09fd3f98a
Merge pull request #991 from SiIky/refact/lam-108/dev/rbf-transactions
...
refactor: change RBF checkbox wording
2021-12-22 17:29:05 +00:00
Taranto
e9b2280fc3
Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev-21-16-12
2021-12-16 13:38:43 +00:00
André Sá
3213513f54
refactor: rename cash box/cassette batch operations type
2021-12-14 12:39:50 +00:00
Sérgio Salgado
01841c03ba
fix: missing comma in migration file
...
fix: default value for customer notes
fix: remove custom requirements divider when there are no requirements set
2021-12-10 18:18:57 +00:00
Sérgio Salgado
eb8737872d
feat: revamp customer notes feature
2021-12-09 22:31:53 +00:00
Sérgio Salgado
dcd3259484
feat: customer notes migration
...
feat: customer notes backend operations
feat: add customer note mutation
feat: add editing capabilities to PropertyCard
feat: connect customer notes backend to frontend
fix: customer note form and static content styling
fix: SQL uppercasing
fix: set default value for notes content
fix: SQL after dev rebase
refactor: move get current user token to separate method
2021-12-09 22:31:51 +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
José Oliveira
b77b732bcb
fix: latest customer data selection and button margin
2021-12-06 19:25:05 +00:00
José Oliveira
9baa16c824
fix: formik bugs and gql upload
2021-12-06 19:25:01 +00:00
José Oliveira
3de7ae2fe9
feat: add edit, delete and image input
2021-12-06 18:31:31 +00:00
Rafael Taranto
f235eb93b9
Merge pull request #963 from chaotixkilla/fix-fiat-balance-overrides
...
Fix fiat balance percentage notification overrides being ignored
2021-12-06 11:09:32 +00:00
Rafael Taranto
dad2c6e66e
Merge pull request #966 from SiIky/fix/uIJsiz4J/machine-names-migration
...
fix: give up on this (now) noop
2021-12-03 17:50:54 +00:00
Rafael Taranto
210acd1b02
Merge pull request #958 from ubavic/fix/machine_unpair_dev
...
fix: machine unpair (dev)
2021-12-02 15:00:25 +00:00
Sérgio Salgado
15e0182ba1
fix: remove duplicated createBatch() calls
...
fix: rename cassetteMaxCapacity to snake uppercase
fix: notification module retrieving the wrong override fields
2021-12-02 14:37:11 +00:00
André Sá
fad165f55f
fix: don't update machine names from queried machine names
2021-11-30 20:14:03 +00:00
Nikola Ubavic
f204a85b44
fix: machine unpair
...
feat: add removed_devices table
2021-11-26 15:10:35 +01:00
Nikola Ubavic
39633e93a9
chore: add a newline
2021-11-26 13:25:10 +01:00
Nikola Ubavic
654e7c601e
fix: machine unpair
...
feat: add removed_devices table
2021-11-25 23:53:49 +01:00
José Oliveira
946260480d
fix: skipping queries on migration
2021-11-25 21:03:53 +00:00
Rafael Taranto
cc8c48ff4c
Merge pull request #727 from chaotixkilla/feat-btc-transaction-batching
...
BTC transaction batching
2021-11-24 22:56:09 +00:00
Rafael Taranto
540f1581f5
Merge pull request #712 from chaotixkilla/feat-implement-fido-auth
...
Hardware credential authentication
2021-11-24 22:55:34 +00:00
Sérgio Salgado
00c38ea721
feat: add batch_time and batched to cash_in_txs
...
feat: add batched flag to clear tx to send
feat: add batch information to front-end
feat: change transaction sending info on batch sending
fix: batching support function added to all wallet plugins
fix: mock-wallet batching check
feat: send machine information about batchable coins
2021-11-24 22:21:40 +00:00
Sérgio Salgado
73c0d09198
feat: add transaction batching module
...
feat: plugin sendCoins batching support
feat: batching processing on poller
feat: mock-wallet batching
fix: bitcoin tx batching
fix: transaction batching db table
2021-11-24 22:21:39 +00:00
Sérgio Salgado
c8adaabf85
feat: add batch_id to cash_in_txs
...
feat: bitcoind sendmany request
feat: check if wallet supports transaction batching
2021-11-24 22:21:38 +00:00
Sérgio Salgado
1563aa307b
fix: sql uppercasing
...
fix: structural changes to remove async/await flows
fix: invert boolean flow
fix: minor fixes
2021-11-24 20:23:51 +00:00
Sérgio Salgado
f987a07e0b
feat: implement hardware key auth
2021-11-24 20:23:49 +00:00
Rafael Taranto
24ed69244c
Merge pull request #757 from josepfo/feat/create-table-for-operator-ids
...
feat: create db table and store operator id
2021-11-24 17:51:04 +00:00
Rafael Taranto
e57bccf750
Merge pull request #813 from chaotixkilla/feat-custom-sms
...
Custom SMS
2021-11-24 17:42:27 +00:00
Rafael Taranto
abd3bcc625
Merge pull request #838 from chaotixkilla/feat-add-backend-support-customer-custom-fields
...
Add backend support to customer custom fields
2021-11-24 17:41:39 +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
Sérgio Salgado
ee8c46b51e
fix: remove machine selector
2021-11-23 19:09:50 +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
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
André Sá
900756d6f4
refactor: apply review comments
2021-11-22 18:42:56 +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
José Oliveira
32f79bc450
feat: migrate fee discount config field for each installed coin
2021-11-16 18:02:52 +00:00
José Oliveira
d6771840bd
refactor: improve promise handling
2021-11-16 18:02:50 +00:00
José Oliveira
6c253ec4cf
refactor: improve fee calculationreadability
2021-11-16 18:02:49 +00:00
José Oliveira
d83825eedf
refactor: remove console log and improve BN usage
2021-11-16 18:02:46 +00:00
José Oliveira
eb33203d26
feat: apply fee discount for outgoing tx
2021-11-16 18:02:44 +00:00
Rafael Taranto
0881d00594
Merge pull request #766 from josepfo/feat/crypto-units-selector
...
feat: advanced wallet settings
2021-11-14 23:13:16 +00:00
André Sá
dde26b8dc2
feat: cashbox history tab
2021-11-12 16:12:52 +00:00
André Sá
683778cb7b
feat: cashbox batch table and update bills
2021-11-12 14:52:17 +00:00
José Oliveira
312347199a
fix: replace getAllCryptoCurrencies function
2021-10-28 18:04:43 +01:00