I Love PHPMaker

... because it gets even more powerful and flexible!!

  • About
  • Terms and Conditions
  • Membership Options
  • Sitemap
  • Downloads
    • PHPMaker Extensions Download
    • PHPMaker Projects Download
    • PHP Report Maker Extensions Download
I Love PHPMaker » General » Masino Extensions for PHPMaker 2023 Is Released!
10 Myths and Facts about PHP Code Generator

October 8, 2022

Masino Extensions for PHPMaker 2023 Is Released!

I am so excited to release Masino Extensions for PHPMaker 2023.

As always, you may read this following article (you may use Google to translate the page content into your language): Fitur-Fitur Masino Extensions untuk PHPMaker 2023 in order to give you the information about the features available in Masino Extensions for PHPMaker 2023.

Download Extension Link:

Icon

Masino Extensions for PHPMaker 2023 (All-In-One)

1 file(s) 12.33 MB
Please login to access downloadables

Demo Link:
http://demo19.ilovephpmaker.com

Download Project file:

Icon

I Love PHPMaker 2023 Demo Project Files

1 file(s) 732.13 KB
Please login to access downloadables

Article by Masino Sinaga / General 10 Comments

10 Myths and Facts about PHP Code Generator

Comments

  1. tmnt_2408 says

    February 13, 2023 at 1:21 am

    Hi, i get error when trying to use Form Wizard in version 2023.10 as below:

    Undefined index: USE_NATIVE_SELECT_ONE in configuration

    Kindly advise. Thank you.

    Log in to Reply
    • Masino Sinaga says

      March 6, 2023 at 3:12 pm

      Make sure you always use the latest version, both for PHPMaker 2023 and Masino Extensions.

      Log in to Reply
  2. Mandwa says

    March 16, 2023 at 2:50 pm

    Hello Masino,

    I am using the function inspired by you in the application “stockinventory_project”
    ———————–
    ” function GetNextReceiptNum() {
    $sNextCode = “”;
    $sLastCode = “”;
    $value = ExecuteScalar(“SELECT Receipt_num FROM finance_recipe_rent_details ORDER BY Receipt_num DESC”);
    if ($value != “”) {
    $sLastCode = intval(substr($value, 6, 9));
    $sLastCode = intval($sLastCode) + 1;
    $sNextCode = “” . sprintf(‘%09s’, $sLastCode);
    } else {
    $sNextCode = “0000000001”;
    }
    return $sNextCode;
    } ”
    ————————–
    but when the counter reaches 1000, it starts again at 1. How to stop being limited.

    Best regards,

    Mame

    Log in to Reply
    • Masino Sinaga says

      March 16, 2023 at 3:25 pm

      Change this code:
      $sLastCode = intval(substr($value, 6, 9));

      to:
      $sLastCode = intval(substr($value, 0, 10));

      Change this code:
      $sNextCode = “” . sprintf(‘%09s’, $sLastCode);

      to:
      $sNextCode = “” . sprintf(‘%010s’, $sLastCode);

      Log in to Reply
      • Mandwa says

        March 16, 2023 at 6:45 pm

        Thank you very much for the reply.
        regards.
        Mame

        Log in to Reply
  3. Mandwa says

    April 24, 2023 at 4:43 pm

    Hello,
    When I activate the maintenance mode function it does not work. The site is still accessible. I use the demo version application ( demo2023_masinoextensions)
    Regards

    Log in to Reply
    • Masino Sinaga says

      April 24, 2023 at 4:58 pm

      Did you see a link with Go Back text? Did you try to click on it?

      Log in to Reply
  4. Mandwa says

    April 24, 2023 at 5:07 pm

    Sorry,
    I had made a bad manipulation. it works perfectly.
    Thanks

    Log in to Reply
    • Masino Sinaga says

      April 24, 2023 at 5:17 pm

      Never mind.

      Just a friendly reminder… please download again Masino Extensions for PHPMaker 2023. There is an updated version that I’ve just uploaded a few minutes ago, in order to re-synchronize with the latest version of PHPMaker 2023 template.

      Don’t forget also to always use the latest version of PHPMaker 2023 template, by clicking on Tools -> Update Template.

      Log in to Reply
  5. Mandwa says

    April 24, 2023 at 6:21 pm

    Thank you for this reminder.

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • PHPMakerProjects.com, For Those Who Need PHPMaker Project Sample
  • A New PHPMaker 2023 Project File Is Released
  • PHPMaker 2023 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2023 Is Released!
  • A New PHPMaker 2022 Project File Is Released
  • PHPMaker 2022 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2022 Is Released!
  • A New PHPMaker 2021 Project File Is Released
  • PHPMaker 2021 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2021 Is Released!

Search

Recent Comments

  • Masino Sinaga on Masino Extensions for PHPMaker 2022 (All-In-One)
  • Filipe Vercesi on Masino Extensions for PHPMaker 2022 (All-In-One)
  • Mandwa on Masino Extensions for PHPMaker 2023 Is Released!
  • Masino Sinaga on Masino Extensions for PHPMaker 2023 Is Released!
  • Mandwa on Masino Extensions for PHPMaker 2023 Is Released!

Demo Website

  • Demo of I Love PHPMaker 2023 (MasinoExtensions).
  • Stock Inventory Management for PHPMaker 2023.
  • Stock Inventory Management for PHPMaker 2022.
  • Stock Inventory Management for PHPMaker 2021.

Another Demo

The following template are not available in this site (must be purchased separately)

  • PHPMaker v2018 Horizontal Vertical Template.
  • PHPMaker v2017 Horizontal Vertical Template.

Demo Explanation

Stock Inventory Management is the good project for your reference, since it uses the real example in the real world. Many useful features you can use from this project, such as how to add the Thousand and Decimal separator character, and also how to calculate multiple row in Grid-Add when End-Users are entering data into the Grid-Add mode.

Categories

  • Customize Template (103)
  • General (4)
  • PHP Report Maker (17)
  • PHP Report Maker Extensions (2)
  • PHPMaker Extensions (84)
  • PHPMaker Projects (1)
  • Tips and Trick (72)

Articles based on version

  • PHPMaker 2023
  • PHPMaker 2022
  • PHPMaker 2021
  • PHPMaker 2020
  • PHPMaker 2019
  • PHPMaker 2018
  • PHPMaker 2017.0.7
  • PHPMaker 12.0.7
  • PHPMaker 11.0.6
  • PHPMaker 10.0.5
  • PHPMaker 9.2.0
  • PHPMaker 8.0.3
  • PHP Report Maker 12

(c) I Love PHPMaker 2010 - 2023 by Masino Sinaga | WordPress | Log in | Back to top

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin