- Apr 23, 2021
-
- Mar 30, 2021
-
-
Petr Kalashnikov authored
-
- Mar 29, 2021
-
-
Petr Kalashnikov authored
-
- 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
-
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.
-
- 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
-
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
-
- Feb 24, 2021
-
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
Petr Kalashnikov authored
-
- Feb 19, 2021
-
-
Petr Kalashnikov authored
-
- Feb 12, 2021
-
-
Andreas Ellewsen authored
There are validation rules in SETRA that sets this value to a default value set in the parameters table of SETRA. For this to be possible we must allow users to leave out the value.
-
- Feb 04, 2021
-
-
rha104 authored
Also updated and fixed tests, fixtures and readme
-
- Jan 28, 2021
-
-
rha104 authored
And added two new tests
-
- Jan 22, 2021
-
-
rha104 authored
-
- Jan 20, 2021
-
-
rha104 authored
-
- Jan 15, 2021
-
-
rha104 authored
This gives us more options for how to use the function, and makes setra client easier to use in Bookitlab-api (BOOK-17)
-
- Jan 08, 2021
- Dec 14, 2020
-
-
Jo Sama authored
This allows us to catch more errors that can occour when transferring data to Setra.
-
- Dec 10, 2020
-
-
Jo Sama authored
-
- Oct 29, 2020
-
-
Jo Sama authored
-
- Sep 28, 2020
-
-
Jo Sama authored
-
- Sep 25, 2020
-
-
Jo Sama authored
-
- Aug 21, 2020
-
-
Andreas Ellewsen authored
Introduces SetraClient. The client is made for use against the SETRA(SEntralt TRAnsaksjonslager) API. There are models for Batch, Voucher, Transaction and Multi, where Multi is a combination of the preceding, The Multi model validates that the batchid of the voucher matches the batch included, and that the voucherid of the transactions matches one of the included vouchers. Tests have also been included for the client itself, the endpoints, and the models. Configuration for tox, Jenkins and gitlab-ci are included for running tests and building the client.
-