Panel Administrator | BackOffice
-
Spacing margin vs. padding
When creating a website, its readability and aesthetics are very important.
In the latest version we added a functionality that allows you to separate individual elements on the page, despite the lack of knowledge of CSS!
Margin - the space outside the element.
- margin-left
- margin-right
- margin-top
- margin-bottom
Padding - spacing within an element.
- padding-left
- padding-right
- padding-top
- padding-bottom
Improvements and bug fixes:
- Fixed a bug related to the disappearing "edit" button on the list of promotional campaigns
- Fixed the bug concerning the lack of price changes when using the "reverse taxation" option
- Delivery address in the order summary also when delivering to a parcel machine
- Mobile | Fixed the bug related to the difficult possibility of selecting a parcel machine
API:
In the implementation, a separate service for WZ documents has been separated.
Integration operations such as:
- Adding a Delivery Note to the Job| /api/v1/goods-issued-notes/integrations/auth-required/goods-issued-note
- Update of good issued documents | /api/v1/goods-issued-notes/integrations/auth-required/goods-issued-note
- Adding pdf files to the good issued documents | /api/v1/goods-issued-notes/integrations/auth-required/goods-issued-note/file-upload-finalize
will from now on be managed by a separate integration service goods-issued-notes
Attention: The previous solution will be available for the next 3 weeks. After that time
the older integration solution will be disabled.
Comments
0 comments
Please sign in to leave a comment.