Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added illustrative example for better understandability #16

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 48 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,66 @@
[![Tests](https://github.com/gs1-germany/palletBayCalculator/actions/workflows/github-actions-npm-build.yml/badge.svg)](https://github.com/gs1-germany/palletBayCalculator/actions/workflows/github-actions-npm-build.yml)

# GS1 Pallet Bay Calculator

[![Tests](https://github.com/gs1-germany/palletBayCalculator/actions/workflows/github-actions-npm-build.yml/badge.svg)](https://github.com/gs1-germany/palletBayCalculator/actions/workflows/github-actions-npm-build.yml)

This is a software prototype based on a heuristic for calculating the number of required pallet bays for an order of trade items. The underlying guideline was developed by a GS1 Germany working group.

## Demo

An interactive demo is available at https://gs1-germany.github.io/palletBayCalculator

To calculate the total number of required pallet bays for a given order of trade items, just indicate the data for each order position:
An interactive demo is available [here](https://gs1-germany.github.io/palletBayCalculator).

![GS1 Pallet Bay Calculator Demo Tool ](images/palletBayCalculator.png)

### Illustrative Example

Imagine you (or your customer) have ordered the following trade items:

- 356 bottles of Shower Gel
- 362 bottles of Shampoo
- 366 bottles of Conditioner

#### Objective

Determine the number of pallet bays needed to efficiently transport these items per truck. This tool assists your company in making calculations to optimise truck utilisation.

#### Usage

For each trade item, provide the following information:

1. **Trade items per original pallet:** How many bottles fit on one full pallet.
2. **Trade item per pallet layer:** How many bottles fit on one pallet layer.
3. **Ordered trade item quantity:** The quantity of bottles ordered.

Additionally, specify two transport parameters:

4. **Double-deck equipment:** Indicate if there is a bilateral agreement for double-deck equipment.
5. **Trade items stackable/double-deck capable:** Specify if two pallets with this product can be stacked on top of each other.

All necessary details, except for ordered quantity and bilateral agreement as to double-deck equipment, should be accessible in the trade item’s master data file (e.g., provided through GDSN).

For instance, for the shower gel, the master data file may include the following data:

- 60 trade items per original pallet
- 10 trade items per pallet layer
- trade items are stackable

Further, the company may agreed double-deck equipment. Therefore, for this order position, the user can tick both checkboxes:

![Illustrative example step 1](images/palletBayCalculator_example1_2.jpg)

After clicking 'Add another order position', the tool determines the required pallet bays (in this case, 4), and is ready for the next order position, if required:

![Illustrative example step 1](images/palletBayCalculator_example1_2.jpg)

#### Source Code

You are welcome to integrate the source code on which this online demo is based into your own business application.

## Algorithm

For a detailed description, please refer to the following GS1 Germany guideline:

[Standardisierte Transportplanungskriterien. Eine standardisierte Methode zur Transportplatzberechnung in der FMCG Branche (Standardised Transport Planning Criteria. A standardised approach for calculating pallet bays in the FMCG sector)](https://www.gs1-germany.de/gs1-standards/umsetzung/fachpublikationen/detailansicht/87664/)



## License

<img alt="MIT" style="border-width:0" src="/images/osi-badge.jpg" width="150px;"/><br />
Expand Down
Binary file added images/palletBayCalculator_example1_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/palletBayCalculator_example2_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading