Created
September 7, 2020 15:15
-
-
Save makebecoolyeh/cea74f6806b0d31fd58e52d6e785c8bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Andrew, | |
| Thanks for your email. | |
| The orderheight for #1009 seems wrong. With two posters and 4 magnetic frames it should be: | |
| 1 + 1 + round( 4 / 6 ) * 20 = 22 | |
| However, I can also see that my JSON contains the wrong package type. It should be JA-Pack-PN-50x70-flat-M | |
| I have enclosed a new JSON example for the #1009 | |
| I'll do a quick call in a minute with Manu to coordinate. | |
| Best regards | |
| Hi Andrew, | |
| Thanks again for the examples. I ran through the JSONs with Manu and I have the following comments and minor changes: | |
| 1) BUG: Frames should be placed under "stockitems" and not under "Items". Items should only include posters ("PN-poster" | |
| Example were this is wrong: https://gist.github.com/makebecoolyeh/81fdd27f9df349490e138fb67a987aa7 | |
| 2) BUG: When you add extra "items" to the same order you should NOT increase the shipmentindex. Shipmentindex should be the same for all items in the same order. | |
| Example were this is wrong: https://gist.github.com/makebecoolyeh/0d7a34857f9f6152c4a9277b5822c852 | |
| 3) CHANGE: Packages in the sizes 30x40 and 50x70 need to be shipped as express, so I made a minor change to the logic. Enclosed you'll find version 1.1. Changes are marked in red (and pagenumbers added to the document) | |
| Let me know, if you have questions or comments | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment