teresaleelim / intprojectmanagement

1 stars 0 forks source link

Model & Service creation #54

Open teresaleelim opened 3 months ago

teresaleelim commented 3 months ago

I started setting up the program today and implementing the other parts of the program (that are not mine) and started working on the Accessory Types page. While I did create the table, I have been struggling with the Pivot table component, as it wouldn't let me implement it, because it would affect the syncfusion grid component, and cause ambiguous callings all throughout the project. I will ask about what I can do about this issue tomorrow.

While this component does not really matter for the Accessory Types table, it is the basis for the horizontal design of the tables that will record the accessory's inventory, therefore, crucial.

teresaleelim commented 3 months ago

Yesterday, I have created a table for the accessory types with a template (so that the factory programs have a similar format). For now, it only displays the table's contents, however, while creating the table's instances I ran into a problem; I found that if I added a accessory type that is, for example Hilo, there would be multiple instances of hilo as they are categorized with color, and not all File No's will have the same colors, or sets of colors for that matter.

My solution for this problem is the following:

Image

Today, I will keep working on the Accessory Types table and hopefully have a complete table with working add, edit, delete buttons by the end of the day.

teresaleelim commented 3 months ago

Today I finished the Accessory Types table. I just need to finish the 'Delete' button function and clean up a couple of things (and add some user error checks like DataValidations and the general UI for the SfDialogue)

For further details, please refer to the notes taken from the OneNotes notebook linked below, where every entry is organized by date:

https://intsociedad-my.sharepoint.com/:o:/g/personal/teresa_lee_intsa_net/EqOCgGaAsB1BhcG1fRIrzgQBhWi4HCXkHoKfUwpoYFdVZg?e=LcRuF3

teresaleelim commented 3 months ago

Today, I finished the basic functionalities of the table and made it so that it takes an input of an order summary ID so that it only displays the accessory types of that order. So basically, the AccTypes table is finished. The only thing that needs to be done is to fix the UI for the Sfdialogues.

teresaleelim commented 3 months ago

Yesterday (March 25th), I implemented existing Accessory Names (from OtherCodes table) to reduce the amount of errors when entering data. Today, I will work on its UI and start working on the Accessory Needs table.

teresaleelim commented 3 months ago

Today I tested the Accessory Types with real examples from the excel sheets they use in the Factories, and fixed some errors that happened during the testing. Apart from fixing the UI in the sfdialog, this table is ready to be used and connected to the orderdatails/summary and on the other side, the Accessory needs table.

teresaleelim commented 3 months ago

I have finished the first functioning version of the AccTypes and AccNeeds (and the page used to add an AccNeed) tables and they are both linked to the OrderDetails table. I will work on fixing some UI elements and fixing the buttons so that they navigate to the appropriate windows. I also still need to link the AccTypes and AccNeeds tables so that they are easily accessible through the OrderDetails page, and also a button that will navigate easily to the AccNeeds pivot table. Also, I need to make sure to add the Edit and Delete functions for the AccNeedsUpsert page, as right now it can only add new records.