75585153d4
Added a manual refresh button because.. well.. they asked for it
2024-04-13 16:00:56 +02:00
f1e392591e
Remove old shipcalls if time filter ETA FROM is cleared again
2024-04-13 16:00:27 +02:00
d429c0b01a
Improved on history display, showing type and eta/etd.
...
Also using a link label style to allow to move overview grid by clicking on the element
2024-04-10 15:00:35 +02:00
a9f80b8f86
Make sorting take agency times as more important into account if they are set
2024-04-10 15:00:17 +02:00
0ca8e1f916
Added Filter flag (checkbox) to select only shipcalls the users participant is assigned to
2024-03-29 11:05:48 +01:00
e845c919fd
Setup history window, fixed a small bug in the yaml and loaded history entries
2024-03-28 18:09:57 +01:00
54a5b4bb50
Change history Part 1
...
Here a button was added in the status bar that should eventually open a separate
window with all history information. I also added some tooltips.
2024-03-28 16:36:45 +01:00
5e4ada4389
Added last update label and made progress bar alive
2024-03-28 12:08:23 +01:00
87eaf124d9
Draft is now a required field.
...
There is now logic in each agent window that checks the required fields if they
change and enable the OK button accordingly
2024-03-28 11:14:32 +01:00
63baa0c2c2
Display ETA/ETDs with correct timeref labels now
2024-03-28 09:46:02 +01:00
166d886698
re-created API and fixed some small errors
2024-03-28 08:04:33 +01:00
049cdaaf73
Fixed filtering by date interval.
...
The lamba used to filter out arrivals/Departures was all wrong.
2024-03-27 17:15:49 +01:00
898cfdf07d
Merged current state of develop
2024-02-14 10:56:35 +01:00
53fcefd6c9
token refresh - new take
2024-02-05 07:36:14 +01:00
722ea94ae0
fixed some bugs in the dialog, but still cannot save a ship
2024-01-15 16:02:27 +01:00
f50497b7db
added edit button for ships in EditShipcallControl
2024-01-14 13:57:44 +01:00
106247527e
Added ship post/put/delete to API
2024-01-14 13:35:35 +01:00
23a903997a
now the code is compiling. Yaml file documented via description tags.
2024-01-13 19:09:49 +01:00
c6b16c4fa7
Enums, work in progress
2024-01-13 19:09:49 +01:00
c24bc981b0
:fixed filtering by berth id, also including outgoing and shifting moves
2024-01-13 18:59:21 +01:00
d116c06b9e
Enabled combobox ship search by adding helper container class ShipModel
2023-12-26 08:41:54 +01:00
f9f1fc011d
static startup notification text
2023-12-24 12:42:34 +01:00
86e6c8caa7
Corrections Pt.1
2023-12-23 18:20:20 +01:00
73e729010d
Automatically open a dialog for an outgoing call after an incoming call was created.
...
The dialog is filled with the defaults of the incoming call, adding two days to ETA to set the ETD.
2023-12-17 17:05:26 +01:00
08edd7d1d8
add localized message if username/password is wrong
2023-12-07 10:08:08 +01:00
81a45f57cf
Catch exception if one occurrs during saving
2023-11-27 17:26:37 +01:00
56ade40aef
fixed creating new shipcalls and cleaned up logon error message display
2023-11-25 12:15:38 +01:00
09623f1442
bugfixes and small improvements for 0.9.5 test results
2023-11-10 14:13:06 +01:00
f0fa9285af
fixed ETA/ETD sorting by taking agency values into account
2023-11-10 11:46:43 +01:00
a82080b970
Fixed berth display changing between add and update
2023-11-01 11:10:28 +01:00
f2ecc7ca2e
make ETA/ETD the default sort order
2023-10-28 13:02:18 +02:00
c8e634156b
Allow changes of users phone and email contact info by the user
2023-10-26 16:29:17 +02:00
13c5866884
Fixed eta / etd search error and evaluate searchFromEta as filter used against the back-end to retrieve shipcalls from the past
2023-10-26 15:00:15 +02:00
213b3e51d9
5.+6.:ETD and correct terminal display for outgoing / shifting calls
2023-10-26 09:35:13 +02:00
9c690a91b0
Fixes for tests regarding the evaluation functions
2023-10-22 13:08:15 +02:00
5f0712c799
Added some styles for evaluation result and tried to solve sync problems
2023-10-18 18:48:47 +02:00
2440424312
set enabled flags in times and terminal edit controls
2023-10-16 11:07:18 +02:00
02705f2677
allow read-only views of not-assigned participants of any data
2023-10-10 11:50:43 +02:00
d36517f63b
merged participant type for assignment side quest
2023-10-09 18:02:02 +02:00
c1a2f78a14
saving is possible (again), fixed the nested parameter
2023-10-09 17:37:44 +02:00
eb51074328
Fixed issues when editing the shipcall as BSMD
2023-10-07 14:16:38 +02:00
da8ef2f113
bugfix
2023-10-07 14:16:38 +02:00
97adf65c0c
Fixed all sorts of small bugs, should be working now
2023-10-04 10:38:08 +02:00
0936e30d00
WIP
2023-10-04 07:34:17 +02:00
8b3abec280
Edit dialogs agent WIP Pt. 2
2023-10-04 07:34:17 +02:00
92a504b668
Edit dialogs agent WIP
2023-10-04 07:34:16 +02:00
31ddcbb336
When applying the search filter use also the ships name in the free text input
2023-10-04 07:34:15 +02:00
2f0ca85c19
fixed saving of new shipcalls, reversed logic of cancelled ship filter
2023-10-04 07:34:15 +02:00
6872df4278
Increased token timeout to 2 hours, introduced a background task to refresh token at about 70 min interval
2023-10-04 07:34:14 +02:00
110ff5ccce
EXTENDED TIMES TO DIFFERENTIATE BETWEEN PARTICIPANT TYPES
...
Participants can be of multiple types (e.g. agent and terminal), therefore the participant
type must be stored in the times data record in order to assign times correctly during
display and to differentiate in calculation.
2023-09-21 08:23:19 +02:00