Warning: Only for the latest version of PHPMaker 2022, DO NOT use for other PHPMaker version!
Last Updated: July 16, 2022
- Included arabic.xml, english.xml, and indonesian.xml language files.
- Updated the README.txt file.
May 13, 2022:
- Updated tables schema that related to the length of Language field from char(2) to char(5)
- Updated the .pmp file that synchronized with the latest tables schema.
February 26, 2022:
Added code in HTML -> Styles -> User to handle Pager section become responsive design.
This is the PHPMaker Project (.pmp) file, including some related files such as database script (.sql) files.
It is strongly recommended to use this project if you want to learn the web applications that generated by PHPMaker using the real example in the real world. Many things you will get about how to implement the business-logic and business-process in a PHPMaker Project file.
For more information, please click: Stock Inventory Management.
Version | 2022 |
Last Updated | January 6, 2025 |
Downloaded | 59 times |
Create Date | December 11, 2021 |
Hi Masino,
I can’t get the stock inventory project to run. PHPMaker 2022.12.2; latest Masino 2022 Extensions in C:\Users\\Roaming\Extensions and I’m using the language files from your 2022 Demo download. Everything generates fine, including composer update without error, but I get this when sent to the site for browse after generation:
—
Fatal error: Uncaught Error: Class “NumberFormatter” not found in C:\Users\Public\xampp\htdocs\src\phpfn.php:5707 …
—
Any idea why this happening? PHP is 8.1, on XAMPP local Apache.
Hi Andrew,
Make sure you have already downloaded and used the latest version of Masino Extensions for PHPMaker 2022.
I do have the latest version, that is confirmed. What I don’t have is the correct language file. In the 2021 version of Stock Inventory, there were several language files (i.e – arabic_phpstock.xml, english_phpstock.xml, indonesian_phpstock.xml, italian_phpstock.xml, etc.). In the 2022, there are NO language files at all. Can put send a link for the language files you are using the 2022 version of the Stock Inventory project? I think that may be the issue – errors reference language problems multiple times.
*Update – If I try to use the english_phpstock.xml language file from the 2021 Stock Inventory project, I get an error on generating stating that the english_phpstock.xml version (17.0.5) not matched wtih the software version (18.12.0). Generation aborted.
So I think the problem is that I don’t have the right language file for this project as it wasn’t included in the .zip download….
Please do not use the .xml language files from the previous PHPMaker major version.
Please re-download again the project file of Stock Inventory Management, as I have just included the related .xml language files.
Thank you, my friend! That did the trick. Thanks for your help and great work!