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
Santiago L
277c3a84a9
Rename removelot.html -> lot_delete_modal.html
2022-04-05 11:49:47 +02:00
Santiago L
64182403a2
UI: update button colors
2022-04-05 11:47:12 +02:00
Santiago L
82cea04625
Sort lot action's buttons
2022-04-05 11:46:31 +02:00
Santiago L
c9068385c3
Update icons of device buttons
2022-04-05 11:40:23 +02:00
Santiago L
8ea8fba201
Add link to help.usody.com
2022-04-05 11:32:55 +02:00
Santiago L
1e79948e57
Drop broken link of breadcrumb
2022-04-05 11:32:27 +02:00
Santiago L
683c7cff72
Hide user profile details untils is implemented
2022-04-05 11:28:07 +02:00
Santiago L
b465513212
Fix flask.messages render
2022-04-05 11:27:21 +02:00
Santiago L
66afb7b683
Configure index route (redirect to login)
2022-04-05 10:49:27 +02:00
Santiago L
348970946b
Fix login_manager.user_loader
...
Also redirect unathorized requests to login view
2022-04-05 10:36:04 +02:00
Cayo Puigdefabregas
7a532fb02c
change label for labels
2022-03-31 16:12:35 +02:00
Cayo Puigdefabregas
aa5d93cf48
modularize labels instead of tags into inventory
2022-03-31 14:04:16 +02:00
Santiago L
358c569eea
Rewrite comment to be more clear
2022-03-22 11:37:46 +01:00
Cayo Puigdefabregas
3ac3802719
Filter for show only dhid tags
2022-03-17 18:09:08 +01:00
Cayo Puigdefabregas
f8e1776ca8
Change names tags for labels in the labels sections
2022-03-17 09:41:03 +01:00
Cayo Puigdefabregas
a36fb0b0fc
generate pdf with multiple devices
2022-03-16 14:27:55 +01:00
Cayo Puigdefabregas
a8df3f5e5a
Render a template for get a labels of multiple devices
2022-03-16 13:06:42 +01:00
Santiago L
8d3cad48bf
Bump to version 2.1.0.dev
2022-03-15 15:07:02 +01:00
Santiago L
24e489b9bb
Release version 2.0.0
...
First server side render version. Completely rewrites views of
angular JS client on flask.
2022-03-15 15:04:28 +01:00
Santiago L
beb26ca232
Merge pull request #191 from eReuse/feature/server-side-render
...
Server side render - devicehub v2.0.0-alpha
2022-03-15 14:59:01 +01:00
Santiago L
8085700009
Hide "remember be" until it is implemented
2022-03-15 14:41:26 +01:00
Santiago L
754f75eab4
Rename base URL 'inventory.devices' => 'inventory'
2022-03-15 14:33:27 +01:00
Cayo Puigdefabregas
b4b12da477
Add of DeviceHub in template
2022-03-15 11:46:32 +01:00
Santiago L
57e9a7ef9a
Include version of DeviceHub (hardcoded) on footer
2022-03-15 11:12:53 +01:00
Santiago L
678dfb0ea9
Refactor filter form HTML markup
...
Avoid using row & col
2022-03-15 10:59:55 +01:00
Cayo Puigdefabregas
d20bd63cae
precommit
2022-03-15 10:02:30 +01:00
Cayo Puigdefabregas
71926f01c0
new list of device for filter
2022-03-15 09:16:01 +01:00
Cayo Puigdefabregas
40abcd6b67
pre commit
2022-03-09 10:30:28 +01:00
Santiago L
aa9d3bb5a5
Drop pdb statement
2022-03-08 22:09:03 +01:00
Cayo Puigdefabregas
2f84aac7ef
change the title of list when there are a select data in the filter
2022-03-08 17:59:33 +01:00
Cayo Puigdefabregas
be2fda3d8c
precommit
2022-03-08 17:49:56 +01:00
Cayo Puigdefabregas
0bef1dee2a
adding a new device in a lot if it is created from a lot
2022-03-08 17:43:15 +01:00
Cayo Puigdefabregas
b16fdd59f9
precommit
2022-03-08 11:01:10 +01:00
Cayo Puigdefabregas
ea66c31a07
fix bug
2022-03-08 10:30:53 +01:00
Cayo Puigdefabregas
70f093e1a1
resolve conflict
2022-03-08 10:30:31 +01:00
Cayo Puigdefabregas
a983ebd6cf
add all devices as option in the select of filter
2022-03-08 10:15:53 +01:00
Cayo Puigdefabregas
62f42e9e05
fix bug
2022-03-08 10:15:21 +01:00
Santiago L
c67bd93ef6
Fix flake8 unused import
2022-03-08 10:05:32 +01:00
Santiago L
46a3fc57dd
Replace add supplier & add receiver pictograms
...
Create visual relation between:
a) Supplier and incoming lot
b) Receiver and outgoing lot
2022-03-07 18:30:32 +01:00
Santiago L
bb588b10d2
Refactor HTML: use d-flex
2022-03-07 18:28:45 +01:00
Cayo Puigdefabregas
bd716e2ef8
add more devices to the filter
2022-03-07 15:17:03 +01:00
Cayo Puigdefabregas
34aab019b9
fix computer option
2022-03-07 13:09:11 +01:00
Cayo Puigdefabregas
598b91e22b
filter search in lists
2022-03-07 13:07:26 +01:00
Cayo Puigdefabregas
e90ac224c1
use commit=True for default as django pattern, when we save or remove one model
2022-03-07 11:37:32 +01:00
Cayo Puigdefabregas
54a938071b
fix bug when add or delete one device of a lot. For fix this we use the pattern of flask doing the commit in the view
2022-03-07 11:31:38 +01:00
Cayo Puigdefabregas
5df74d7742
extra message confirm when you want delete one lot with devices
2022-03-07 11:24:02 +01:00
Cayo Puigdefabregas
9d43299592
now is possible delete a temporary lot when this lot have one or more devices
2022-03-07 10:20:18 +01:00
Cayo Puigdefabregas
4fbed3c5ef
drop class col in forms when is not neccesary
2022-03-04 18:50:47 +01:00