Implement comparison of soll-time #18

Closed
opened 2017-12-17 18:40:36 +01:00 by 0xFEEDC0DE64 · 0 comments
0xFEEDC0DE64 commented 2017-12-17 18:40:36 +01:00 (Migrated from github.com)

Add this to Api-Client and show time in strips widgets

method: GET
url: json/dayinfo-soll?start=20171127&end=20180108&pnrLst=143
sisAppName: bookingCalendar
returns:

[
  {
    "className": "DayInfoTO",
    "persNr": 143,
    "date": 20171127,
    "ist": null,
    "soll": 74200,
    "compositeId": "143_20171127"
  },
  ...
]

method: GET
url: json/dayinfo?start=20171127&end=20180108&pnrLst=143
sisAppName: bookingCalendar
returns:

[
  {
    "className": "DayInfoTO",
    "persNr": 143,
    "date": 20171218,
    "ist": 71100,
    "soll": 74200,
    "compositeId": "143_20171218"
  },
  ...
]
Add this to Api-Client and show time in strips widgets method: GET url: json/dayinfo-soll?start=20171127&end=20180108&pnrLst=143 sisAppName: bookingCalendar returns: ``` [ { "className": "DayInfoTO", "persNr": 143, "date": 20171127, "ist": null, "soll": 74200, "compositeId": "143_20171127" }, ... ] ``` method: GET url: json/dayinfo?start=20171127&end=20180108&pnrLst=143 sisAppName: bookingCalendar returns: ``` [ { "className": "DayInfoTO", "persNr": 143, "date": 20171218, "ist": 71100, "soll": 74200, "compositeId": "143_20171218" }, ... ] ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: feedc0de/QtZeiterfassung#18
No description provided.