Santiago L
c94b5a648b
Autoformat black & isort
2022-04-06 13:05:51 +02:00
Santiago L
186f6398c0
Fix issue calling `create_table_from_selectable()` on LotDeviceDescendants
...
Replace `None` by `Column()`
sqlalchemy_utils on a4154bd0809bc6bbf0c27d5f7c0f3f2872edd779
breaks using `None` as padding parameter needed to follow restriction:
"All selectables passed to CompoundSelect must have identical numbers of columns"
2022-04-06 13:05:31 +02:00
Cayo Puigdefabregas
6fca974f04
bool refactor in lot module
2022-01-26 11:34:35 +01:00
Cayo Puigdefabregas
0d166b2b0c
refactor responses bool and fix name is_incoming
2022-01-26 11:31:00 +01:00
Cayo Puigdefabregas
715702658f
adding the lots in the correct section
2021-12-30 19:46:34 +01:00
Cayo Puigdefabregas
5510417125
reduce latency for timeout for lots
2021-11-18 11:48:57 +01:00
Cayo Puigdefabregas
8e47af8e27
refactoring trading and trading for web
2021-11-12 10:00:43 +01:00
Cayo Puigdefabregas
1279180700
fixing confirms
2021-11-11 22:50:07 +01:00
Cayo Puigdefabregas
e326e8ccdf
fixing revoke when the device is in one future trade
2021-11-11 22:21:58 +01:00
Cayo Puigdefabregas
872a0be866
rebuild trading function
2021-11-11 22:08:28 +01:00
Cayo Puigdefabregas
cef22f01ce
fixing deletr_from_trade
2021-11-11 17:23:45 +01:00
Cayo Puigdefabregas
54977d432d
refactory in delete_from_trade function
2021-11-11 17:06:26 +01:00
Cayo Puigdefabregas
9dc79a59dc
fixing revokeView and reset_owner
2021-11-10 18:59:44 +01:00
Cayo Puigdefabregas
34def7bd70
fixint trading fuction
2021-11-02 14:25:49 +01:00
Cayo Puigdefabregas
283f869b4d
drop remove
2021-10-28 12:19:49 +02:00
Cayo Puigdefabregas
c2745fa437
update changelog and versions
2021-07-07 12:46:24 +02:00
Cayo Puigdefabregas
c08ccd8d34
Merge branch 'feature/endpoint-confirm' into feature/trade-documents
2021-06-17 13:30:56 +02:00
Cayo Puigdefabregas
5dc1b79596
fixing bug 2281
2021-06-16 17:07:00 +02:00
Cayo Puigdefabregas
0a96d4f6ef
fixing schemas interdependences
2021-06-15 15:22:49 +02:00
Cayo Puigdefabregas
f7070dbbf7
adding documents in schema of lots
2021-06-15 15:14:29 +02:00
Cayo Puigdefabregas
0d4c70a74e
fixing bug
2021-06-11 15:49:31 +02:00
Cayo Puigdefabregas
2cfb126c6c
fixing litle bug in delete dev of a lot
2021-06-11 12:26:36 +02:00
Cayo Puigdefabregas
c0558733ec
fixing remove decvices from a temporary lot
2021-06-09 11:36:11 +02:00
Cayo Puigdefabregas
289126a8a7
fixing revoke
2021-06-07 11:48:50 +02:00
Cayo Puigdefabregas
21cdcb5350
simplify the algorithm for to manager the confirms flow
2021-06-07 10:50:08 +02:00
Cayo Puigdefabregas
80e74b6d3d
fixing supplier and receiver
2021-06-04 19:27:01 +02:00
Cayo Puigdefabregas
a0824f986b
not allow than other users can insert devices, show better the status of trade for devices
2021-06-03 19:05:57 +02:00
Cayo Puigdefabregas
8d1e6bb2d7
drop istemporary lot
2021-06-03 12:11:14 +02:00
Cayo Puigdefabregas
20e029b359
bugfix: restriction delete lot by the owner
2021-06-02 10:11:20 +02:00
Cayo Puigdefabregas
57c9269907
add trade instead of deliverynote in lots view
2021-06-02 10:10:36 +02:00
Cayo Puigdefabregas
6c689878a4
Fixing schema trade
2021-06-01 15:59:54 +02:00
Cayo Puigdefabregas
e1348e3809
adding isTemporary lot
2021-05-31 11:34:46 +02:00
Cayo Puigdefabregas
2808da24ba
adding Confirm and Revoke in the lots when it is a trade lot
2021-05-10 11:48:43 +02:00
Cayo Puigdefabregas
76271ce430
drop tradeNotes
2021-04-29 11:25:17 +02:00
Cayo Puigdefabregas
6822c5bbf8
made one automatic note when add/remove one device of one lot
2021-04-20 16:21:02 +02:00
Cayo Puigdefabregas
72466003d0
drop all ethereum_address in the system
2021-02-10 13:05:43 +01:00
Cayo Puigdefabregas
cb3f07eb5a
change deposit for amount
2021-02-05 13:21:20 +01:00
Cayo Puigdefabregas
fe824cc4fa
drop deliverynote_address
2021-02-04 13:06:51 +01:00
nad
1fccea2bcc
Merge remote-tracking branch 'origin/testing' into feature/33-export-lot-description
...
# Conflicts:
# ereuse_devicehub/resources/documents/documents.py
# tests/test_documents.py
2020-08-18 19:31:43 +02:00
nad
5c7444dc4d
Merge remote-tracking branch 'origin/testing' into feature/33-export-lot-description
...
# Conflicts:
# ereuse_devicehub/resources/documents/documents.py
# ereuse_devicehub/resources/lot/views.py
# tests/test_documents.py
2020-08-18 11:23:50 +02:00
nad
a2a24f20cc
Reformat code following PEP8
2020-08-17 16:45:18 +02:00
nad
6017476822
Adding query to Lot views
2020-08-03 18:25:55 +02:00
yiorgos marinellis
e021702e0c
Update nesting level to depth 2 when returning lots not UiTree
2020-04-29 20:41:32 +02:00
yiorgos marinellis
bd0621884b
Filter lots with owner id or deliverynote receiver or supplier
2020-04-28 22:33:33 +02:00
Big Lebowski
315f5b793a
Merge branch 'mvp_deliverynote' into devel
2020-04-13 22:45:25 +02:00
Big Lebowski
23b5afe1d8
Merge branch 'feature/rm-ethereum-constraint' into mvp_deliverynote
2020-04-13 13:21:51 +02:00
yiorgos marinellis
61fd9de477
Remove caching when returning lots, devices, fixes UI issue 18
2020-04-06 13:10:39 +02:00
yiorgos marinellis
e78b1c5db3
Change FOREIGN keys to User.ethereum_address to User.id, resolves #14
2020-04-06 13:08:07 +02:00
jordi.nadeu
8389ffeb54
add change in Lot and Actions views
2020-03-11 13:10:55 +01:00
jordi.nadeu
d1cff3e44e
first iteration integration with blockchain
2020-03-11 13:04:18 +01:00