- May 07, 2021
-
-
Andreas Ellewsen authored
Instead of mixing the Batch model for batches sent *to* with batches received *from* SETRA, we switch to using an InputBatch and an OutputBatch. The InputBatch contains the fields that can be used when sending a Batch (with Vouchers and Transactions), and the OutputBatch contains all the information one receives from SETRA when fetching a single batch from the batch/ endpoint, or multiple using the search functionality. The get_batch method is reduced to only fetch a single batch, while the new search_batches method takes the role of searching based on creation date and interface. In addition, the return_list_of_obj parameter is removed in favor of the return_objects class attribute. This commit expects that SETRA includes the id field in Batches.
-
- Apr 28, 2021
-
-
Karen Bjørndalen authored
Bugfix/optional fields in models.Parameter See merge request !16
-
Karen Bjørndalen authored
Also a little tidying
-
- Apr 27, 2021
-
-
Ruben.Havre authored
FSHO-19: Added update batch method. And fixed format to match the post_new_batch method See merge request !14
-
rha104 authored
- Apr 26, 2021
- Apr 23, 2021
-
- Mar 30, 2021
-
-
Petr.Kalashnikov authored
Fsho12, del 1: mulighet å returnere en liste av batcher uten vouchere See merge request !13
-
Petr Kalashnikov authored
-
- Mar 29, 2021
-
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
- Mar 23, 2021
-
-
Andreas Ellewsen authored
Add support for api/parameters endpoint See merge request !12
-
Andreas Ellewsen authored
Fix dateformats See merge request !10
-
- Mar 22, 2021
-
-
Andreas Ellewsen authored
Instead of two methods we now have one that does the appropriate action based on the input type.
-
Andreas Ellewsen authored
-
- Mar 15, 2021
-
-
Petr.Kalashnikov authored
FSHO10: support filtering of batches in list from setra See merge request !11
-
Petr.Kalashnikov authored
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
- Mar 11, 2021
-
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
- Mar 08, 2021
-
-
Andreas Ellewsen authored
SETRA has a default value for this field, making it optional.
-
- Mar 04, 2021
-
-
Andreas Ellewsen authored
Setra expects datetime.datetime, not datetime.date In addition, voucherdate is in fact not optional.
-
- Mar 01, 2021
-
-
Andreas Ellewsen authored
Add models and get_batch_errors method See merge request !9
-
- Feb 26, 2021
-
-
Andreas Ellewsen authored
- Both get_batch_errors and get_batch_complete now return objects unless the client parameter return_objects is set to False - Tests for models, endpoints and client methods are included.
-
Petr.Kalashnikov authored
OM46, del 1: Support batch_complete endpoint from setra See merge request !7
-
Andreas Ellewsen authored
Make Batch.period optional See merge request !8
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
Andreas Ellewsen authored
Validation rule 12 on Batches in SETRA sets the default value before transfer to Unit4ERP(UBW) if it is not set. The attribute is thus not required.
-
Petr Kalashnikov authored
-
- Feb 25, 2021
-
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-