Quantcast
Channel: I Love PHPMaker
Viewing all articles
Browse latest Browse all 28

Inventory Stock Management Project, Why Should You Have It?

$
0
0

Many Web Developers who have been using PHPMaker are still unable to optimize so many powerful features in it. This is normal because it is difficult for them to find the examples of project file that actually use, optimize, and explore those great features by using the real example in the real world. How can they find that project, so that they are able to learn and use it for their references?

Stock Inventory Management is the answer of such questions. By using this project, then you can learn the following things so easily:

  1. How to create the functions that will return the information to be displayed in Dashboard.
  2. How to check whether a record are being used in another table, thus it cannot be deleted.
  3. How to create the function that returns the next Stock Item Number to be used in the Add form.
  4. How to create the function that returns the next Supplier Number to be used in the Add form.
  5. How to create the function that returns the next Purchase Number to be used in the Add form.
  6. How to create the function that returns the next Sales Number to be used in the Add form.
  7. How to insert the Payment record while the Purchase data and its Detail records are being saved into Database.
  8. How to insert the Payment record while the Sales data and its Detail records are being saved into Database.
  9. How to add the attribute that belongs to the TextBox control while the Numeric data is being entered.
  10. How to adjust the alignment of the displayed information for the certain page(s).
  11. How to manipulate or format the information in the Aggregate section; such as Bold or Right align.
  12. How to create the Javascript functions regarding the Numeric formatting and calculation while data is being entered.
  13. How to use the Custom Field that will act as Stock information which will help validation of Sales Quantity.
  14. How to hide the Field that uses Custom Field only for the certain page(s).
  15. How to hide the Add button only for certatin part such as Preview that belongs to the Detail table.
  16. How to hide the certain Field only for the certain pages.
  17. How to hide the Delete button; either for the Multiple-Delete button, or that belongs to each Record.
  18. How to adjust the column width in the Grid-Add or Grid-Edit mode by using jQuery code.
  19. How to hide the items on the ComboBox control that already chosen before, then it cannot be used again.
  20. How to create the Formulas to calculate the Multiple and Summary of several Stock Item all at once.
  21. How to create the function to validate the Numeric data by using jQuery code.
  22. How to display the Payment form by using Bootstrap 4 Modal Dialog.
  23. How to change the buttons color that located above and below the main table in List page; including the button that located in each record.
  24. How to remove the current session that is being used by the certain Master/Detail Record, so that when another next Master/Detail Record is being used, will not use the previous one.
  25. How to display the icon for each Menu Item in Sidebar.
  26. How to create the Web Application that its layout will auto supports RTL (Right-To-Left)
  27. How to create the Stock Inventory Management by using PHPMaker 2019 and Masino Extensions.

Now you can download the project that uses PHPMaker 2019 from this link:

124.72 KB 0 downloads Last Updated: January 29, 2019


Viewing all articles
Browse latest Browse all 28

Trending Articles