I developed a mobile app that takes bill of material and the gross requirements of the end item along with the stock, scheduled receipt, arrival on week, lead time and lot sizing rule information of the subcomponents to create MRP records for all parts and components of the snow shovel.
Consider the product structure that belongs to a snow shovel. The demand and the inventory data provided below:
There are 3 buttons in the application. These are "Order Item", "Reset Order" and "Update Inventory" buttons.
- User enters the id of the item he wants to order in the "Item id" section.
- The user writes down how many pieces he wants for the weeks he wants to order.
- The user presses the "order item" button.
- If the selected item exists in the system, the item entered as input is assigned as the current item. If there are no items in the system, the 1st stage will be returned.
- Calculations for the entered item are returned.
- Calculations are printed on the screen in tabular form.
- Sub-item test is made for the current item, if there are subitems, calculations are made for the subitems and printed on the screen.
After ordering the item, it deletes the tables printed on the screen.
When the button is pressed, you can see the current inventory status.
Saving data to inventory has been added with SharedPreferences.
by Yasin Tohan



