941b5e70fb
Fixed ship add in backend
2024-12-05 14:47:20 +01:00
97a9e0bcf7
Fixed small bug regarding read only of port combobox
2024-12-04 10:29:20 +01:00
4acf8d7c29
fixed init when Port has been preselected but no berth
2024-12-04 10:29:07 +01:00
74b15e4b64
Do not run change port event handler during iinit
2024-12-04 10:28:57 +01:00
e60a623753
Do port dependencies for comboboxes also when loading existing shipcall
2024-12-04 10:28:47 +01:00
ddae95b784
Make pier filter combobox dependent on selected harbour
2024-12-04 10:28:34 +01:00
184d15554b
Port may only be changed if the shipcall is created
2024-12-04 10:28:24 +01:00
0d9e4ac026
fixed some missing client warnings
2024-11-19 12:26:33 +01:00
6bfb0d3e23
fixed database upgrade script (1.5 -> 1.6)
2024-11-19 12:11:57 +01:00
25013b4edc
fixed comparison typo
2024-11-14 11:48:12 +01:00
3775d6775c
adding missing defaults when shipcall is not yet created
2024-11-14 11:47:57 +01:00
9bb847242c
Fixed situation where end time was reset after from time left 24h window
2024-11-14 11:47:34 +01:00
2576127b79
serverside fixes for detecting unchanged time values
2024-11-14 11:45:24 +01:00
08792c5fa7
Apply 1 day past rule to both from and to times on eta / etd to avoid loophole
2024-11-14 11:44:27 +01:00
effbf42303
If the agency provided a time, display it in the BSMD column. Also corrected ETD/ETA Label right there
2024-11-08 09:59:37 +01:00
b070979723
Allow new shipcalls up to 1 day in the past for serverside validation
2024-11-08 09:41:04 +01:00
d6e3ae20c1
Allow new shipcalls up to 1 day in the past for serverside validation
2024-11-08 09:37:46 +01:00
b5a8a3d31c
added -1 day time logic to client
2024-11-08 09:35:07 +01:00
be5859424d
allow ATA changes in the past, allow OK click if time values have not been changed
2024-11-08 09:33:34 +01:00
72d3ad05bf
Added validation rules regarding port_id (for berth and participant assignment)
2024-10-23 09:55:56 +02:00
0d7861ec36
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
2024-10-21 10:37:35 +02:00
4531eda8f1
more validation input fixes
2024-10-19 19:59:38 +02:00
b5b78a9c7e
Fixed tidal window validation and description output
2024-10-19 19:59:17 +02:00
f0720b9b1d
Fixed some more small bugs in validation when only a partial times dataset is put
2024-10-19 19:58:46 +02:00
bac3421a64
Fix text filter if there is whitespace in the text, simplified some events
2024-10-19 19:57:07 +02:00
11098da25b
bugfix for shipcall PUT validation
2024-10-19 19:56:29 +02:00
scopesorting
fb8b732b1d
regardless of the BSMD flag, BSMD users are now able to perform shipc… ( #51 )
...
* regardless of the BSMD flag, BSMD users are now able to perform shipcall PUT-requests
* regardless of the BSMD flag, BSMD users are now able to perform shipcall PUT-requests
* docstrings and BSMD-flag handling
2024-10-19 19:56:08 +02:00
4a0943c64f
Version bump to 1.6.0.4
2024-10-19 19:51:32 +02:00
2a47dd6534
Avoid harbour selection changed event when initializing dialog
2024-10-19 19:39:03 +02:00
dd5d334e96
Version bump to 1.6.0.3
2024-10-01 08:37:34 +02:00
34c91497f3
Only allow harbours to be selected where the current user is assigned to
2024-10-01 08:36:30 +02:00
e18188cd85
don't allow a changed port when creating departure after a new arrival
2024-10-01 08:19:11 +02:00
4b1f773c6f
changed last change highlight colors
2024-09-30 08:36:45 +02:00
1d64a83d32
Fixed error in validation when times data was updated for operations
2024-09-30 08:32:18 +02:00
0eaea46409
Limit shifting number to 127 to avoid int -> uint overflow on insert
2024-09-30 08:31:50 +02:00
f3c5111265
Upgrade to python 3.12 on the server, exported current requirements
2024-09-23 08:09:59 +02:00
d7919922fc
Version bump to 1.6.0.2 and making 1.6.0.2 the minimum win client version
2024-09-20 14:10:14 +02:00
90d32a26f1
Show last change date permanently in the header. Latest value is highlighted
2024-09-20 12:24:59 +02:00
ed6f5ab648
essential bugfixes
2024-09-20 09:46:48 +02:00
12c1fc59b1
Merge branch 'feature/client_with_ports' into develop
2024-09-19 09:45:38 +02:00
a06ec0eabb
Bump version to 1.6.0.1
2024-09-19 09:26:46 +02:00
de94d63a41
Make nomination comboboxes dependant on selected harbour
2024-09-19 09:25:24 +02:00
3b3601baeb
Added agency port dependency when editing shipcalls
2024-09-19 09:10:15 +02:00
Max Metz
7abf0e26e2
when a ship is deleted, the IMO is no longer considered to exist
2024-09-18 08:34:21 +02:00
Max Metz
cc29320c87
BSMD-flag check was executed on the wrong ID. Now, it correctly uses the assigned agency's ID to determine the presence of a BSMD flag
2024-09-18 08:33:59 +02:00
402c9807c9
Merge branch 'bugfix/extend_clientside_validation' into develop
2024-09-17 09:45:54 +02:00
8c23df8cda
Added extra too far in the future validation on the client-side
2024-09-17 09:40:36 +02:00
470110ef5b
Ensure both or none of the tidal window times are set when leaving the agency dialogs
2024-09-17 08:47:43 +02:00
081995990f
Only allow editing (OK-Button enabled) for the assigned owner of the times record
2024-09-17 08:26:39 +02:00
d2bab6e2c2
only allow saving if ETA time is greater than ETD time when shifting
2024-09-17 08:04:26 +02:00