Martin Artnik
7c73f284b4
Merge branch 'features/notification-revamp' into develop
2023-12-06 11:36:32 +01:00
Gregor Lasnibat
c1e3c2b6c6
(fix) Update of item table not done, stock modal entry [SCI-9789]
2023-12-01 16:44:13 +01:00
Anton
f6783b219b
Fix smart annotations [SCI-9605][SCI-9772]
2023-11-27 11:38:54 +01:00
Soufiane
bc2904823d
Add link to assigned item to task for snapshots version [SCI-9689] ( #6656 )
2023-11-22 14:53:08 +01:00
wandji
91f650e227
Reload inventory table after changes to item card [SCI-9617] ( #6626 )
...
* Reload inventory table row after changes to item card [SCI-9617]
* Reload full table after updating item card column [SCI-9617]
* Update 2 line if condition formatting style [SCI-9617]
2023-11-20 15:26:01 +01:00
Oleksii Kriuchykhin
3bc7edc7f7
Merge branch 'develop' into features/inventory-item-card-edit
2023-11-15 10:58:42 +01:00
ivanscinote
2580e1e1eb
Fix display_url for Grover gem and add html format for r epository_rows show [SCI-9566] ( #6632 )
...
* Apply layout for Grover PDF library [SCI-9566]
* Fix display_url for Grover gem and add html format for repository_rows show [SCI-9566]
2023-11-14 09:48:29 +01:00
wandji
3cad0e6e05
Refresh date values after update in item card [SCI-9617] ( #6556 )
...
* Refresh date values after update in item card [SCI-9617]
* Update datetime fields to update row celss only when date changes [SCI-9617]
* Preserve dataTable page when reloading from in item card edit [SCI-9617]
2023-11-10 13:25:46 +01:00
ajugo
7c54509c58
Add editing of asset files for repository items sidebar [SCI-9413] ( #6448 )
2023-10-26 12:59:11 +02:00
ajugo
a98d86e9b8
Add activities for cell editing on the new item card [SCI-9423] ( #6465 )
2023-10-24 16:22:10 +02:00
Oleksii Kriuchykhin
ae7995fee2
Merge branch 'develop' into features/inventory-item-card-edit
2023-10-19 12:59:45 +02:00
Soufiane
4cd59b6a0d
Order assigned tasks by assignment date in item cards [SCI-9534] ( #6463 )
2023-10-17 12:52:02 +02:00
wandji
c8359cdf3a
Add controller action to update inventory item cell data [SCI-9478] ( #6379 )
2023-10-16 17:43:53 +02:00
ajugo
4e25b3921a
Remove duplicated show in repository_rows_controller ( #6433 )
2023-10-13 10:37:47 +02:00
Soufiane
857bda6f69
Fix broken unit tests [SCI-8972] ( #6342 )
...
- Models tests
- Controllers tests
- Jobs tests
- Permissions tests
- Utilities tests
2023-10-12 16:16:43 +02:00
ajugo
04a898760a
Add assign button to item cards [SCI-9158] ( #6326 )
2023-10-12 15:46:13 +02:00
wandji
d236ba0a5b
Add reminders to item card [SCI-9154] ( #6285 )
...
* Add reminders to item card [SCI-9154]
* Refactor item card reminder component [SCI-9154]
2023-10-11 09:35:10 +02:00
Andrej
e0355bd75a
Fix generation of labels [SCI-9155]
2023-09-25 11:47:30 +02:00
Oleksii Kriuchykhin
3b170a0c0d
Connect backend to the new item card [SCI-9313]
2023-09-18 16:42:01 +02:00
wandji
7dcc774414
Refactor html partial rendering in json responses [SCI-8811] ( #5763 )
...
* Remove redundant use of respond_to in controlller actions with just one responder format [SCI-8811]
* Remove redundant begin block and replace 303 status code with :see_other [SCI-8811]
2023-07-18 13:36:41 +02:00
Oleksii Kriuchykhin
66b361c689
Upgrade Rails to version 7.0.5 [SCI-8632]
2023-06-21 14:38:32 +02:00
Alex Kriuchykhin
5a06f649d6
Merge pull request #5417 from scinote-eln/features/sa-item-assigning
...
Features/sa item assigning
2023-05-17 11:45:13 +02:00
artoscinote
aeb84e18d0
Implement bottom action toolbar for repository items [SCI-8300]
...
Implement bottom action toolbar for repository items [SCI-8300]
2023-05-17 11:27:55 +02:00
Andrej
29a9c3781e
Merge branch 'develop' of https://github.com/biosistemika/scinote-web into features/sa-item-assigning
2023-05-04 13:34:45 +02:00
ajugo
9b49745194
Fix repository_row call when no repository row is selected [SCI-8281] ( #5301 )
2023-04-25 15:18:12 +02:00
aignatov-bio
af9219b7ae
Assign item through repository item modal [SCI-8141] ( #5237 )
2023-04-25 14:30:14 +02:00
Alex Kriuchykhin
b0251435e5
Improve escaping of special characters in flash messages [SCI-8137] ( #5144 )
2023-03-15 15:56:47 +01:00
Oleksii Kriuchykhin
3b474fc9f0
Improve activity records creation in controllers [SCI-7505]
2022-11-24 15:19:17 +01:00
ajugo
98c32fda78
Fix label preview for custom repository columns [SCI-7358] ( #4549 )
2022-10-19 13:18:33 +02:00
Andrej
eebdee5129
Add label printer modal to task [SCI-7270]
2022-09-29 16:35:51 +02:00
Anton
3773fff093
Add label validation and preview in print modal [SCI-7255][SCI-7256]
2022-09-27 15:46:48 +02:00
Anton
40022a7012
Add initial VUE container for print dialog [SCI-7193]
2022-09-23 14:07:52 +02:00
ajugo
b7861f5fdb
Add zebra javascript print library [SCI-7245] ( #4455 )
2022-09-23 12:34:43 +02:00
ajugo
a3ea6e608c
Add validation to print modal and implement zpl printing [SCI-7052][SCI-7221] ( #4448 )
...
* Add validation to print modal [SCI-7052]
* Fix dropdown on label modal print [SCI-7052]
* Fix hound [SCI-7052]
* Rename validation endpoint [SCI-7052]
* Add zpl label printing and fix fluics printing [SCI-7221]
* Fix hound [SCI-7221]
2022-09-22 15:06:36 +02:00
ajugo
6f3a32f09f
Add label template dropdown to print dialog [SCI-7104] ( #4387 )
...
* Add label template dropdown to print dialog [SCI-7051]
* Add zebra printers in printing progress and modal [SCI-7104]
* Fix hound [SCI-7104]
* Fix hound [SCI-7104]
* Fix hound [SCI-7104]
* Clean code for zebra printer [SCI-7104]
2022-09-20 14:10:34 +02:00
Anton
75a15310ac
Merge branch 'features/team-permissions' into features/label-templates
2022-09-13 14:26:15 +02:00
Anton
47e20d1b27
Add ability to disable zebra printers [SCI-7148]
2022-09-05 12:37:03 +02:00
Oleksii Kriuchykhin
eb04bc974d
Update tests with new team user assignments [SCI-6843]
2022-08-31 16:37:00 +02:00
ajugo
185bf0b197
Add label template dropdown to print dialog [SCI-7051] ( #4369 )
2022-08-26 10:53:55 +02:00
Alex Kriuchykhin
26820b9abb
Fix subject references for repository row activities [SCI-6906] ( #4203 )
2022-07-07 12:00:35 +02:00
Oleksii Kriuchykhin
07716e56a5
Improve Inventory table loading time [SCI-6886]
2022-06-08 13:23:39 +02:00
ajugo
d1610fba53
Low stock flyout reminders [SCI-6502] ( #3932 )
...
* Display low stock flyout reminder [SCI-6502]
* Display low stock flyout reminder [SCI-6502]
* Adapt showing stock reminders for every bell icon click [SCI-6502]
* Correct hound error [SCI-6502]
* Fix event registration for fetching reminder data [SCI-6502]
* Fix event registration for fetching reminder data [SCI-6502]
* Fix hound [SCI-6502]
* Remove not needed line [SCI-6502]
* Add reminder template [SCI-6502]
* Add clearing messages [SCI-6502]
2022-03-15 10:24:35 +01:00
Anton
8b8e2c6d92
Merge branch 'develop' into features/stock-management
2022-03-14 11:56:38 +01:00
artoscinote
d577fcc824
Implement basic logic for Date/DateTime/Stock reminders [SCI-6554] ( #3911 )
...
* Implement basic logic for Date/DateTime/Stock reminders [SCI-6554]
* Implement bell icon [SCI-6500]
* Refactor reminder cells scope [SCI-6554]
2022-03-09 14:13:48 +01:00
artoscinote
732977b80d
Fix fetching available repository rows [SCI-6601] ( #3920 )
2022-03-07 17:12:41 +01:00
Alex Kriuchykhin
0ce6f43cbf
Fix inventory table custom error messages [SCI-6532] ( #3855 )
2022-02-15 14:37:26 +01:00
artoscinote
bc5822de7b
Added error messges for missing search columns/values [SCI-6483] ( #3824 )
...
* Added error messges for missing search columns/values [SCI-6483]
2022-02-11 10:24:29 +01:00
Martin Artnik
8a9be0cc3c
Fix list of assigned tasks in assigned dropdown [SCI-6456]
2022-01-27 12:59:52 +01:00
aignatov-bio
997fbb80d3
Add snapshots to label printing [SCI-6328] ( #3760 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-01-04 14:12:35 +01:00
Alex Kriuchykhin
7c4143249e
Improve speed of assigned modules popout [SCI-6350] ( #3754 )
2022-01-04 10:18:08 +01:00