Forum Replies Created
-
AuthorPosts
-
fearless359
KeymasterFound and fixed issue. Will be included in next update; version 2026.00.13.
fearless359
KeymasterThis comes from the Invoice Heading in the Inv Prefs records.
fearless359
KeymasterWhere are these values entered? I assumed the quantity and unit price for an invoice item. In which case you get 58.18 and 465.44 respectively. Which agrees with my calculator. Maybe a picture is needed to show the what you are doing.
fearless359
Keymasterfearless359
KeymasterI think you are referring to the Biller Name. If that isn’t it, add a screen shot of the invoice you are referring to and also let me know the setting for Default Invoice Template your are using. This is a SI Defaults field setting.
fearless359
KeymasterI see there is a problem. I will work on fixing it. In the meantime, I need to know if there are only the two invoices in the database? If yes, can you start with a new installation? To do this, simply empty all tables in the database. An admin tool such as phpMyAdmin simplifies this. You will need to disable the Check Foreign Keys option when you do this. This is a setting on the Yes/No empty table confirmation line when using the phpMyAdmin tool. Hopefully something similar if you are using another maintenance tool.
With the database empty, access SI. Do the initial installation and then start using SI. Add your biller, customer and product records. Now go to the Inv Prefs option in the Settings tab. Edit the Invoice record and set the Starting Number to the value you want assigned to your first invoice. I assume this is 106. Save this change and then you should be able to add your invoices with the correct invoice numbers being set as new ones are added.
Let me know if it isn’t an install with two invoices in it, such that you can’t really start over. Also, what is the next invoice number you want to be assigned? I’ll let you know what you can do in this case.
-
This reply was modified 2 months ago by
fearless359.
fearless359
KeymasterFirst, have you read the How To topic on Change The Invoice Number Starting Point? It’s a bit complicated but then again so is the logic SI uses to determine the value. In the simplest case, there is only one index record and all preferences get their numbers from that record.
For me to try and determine what is happening on your system, I would need you to export the si_index, si_invoices and si_preferences tables. Zip them and attach the zip file to a response to this message. There is no revealing data in these tables as identities exist as numbers to the ids of records in other tables. You can review this to verify it to your satisfaction before giving me the data.
February 28, 2026 at 8:15 am in reply to: It’s Update time, and I’m stuck at the start. 2023.0.4 to 2026 #2300fearless359
KeymasterThe issue is that the patch process couldn’t handle the case where not all applied patch history records are present in the si_sql_patchmanager table. Yours starts at patch 319 and ends at patch 335. I have corrected this error so your situation is not an issue. Download the latest SI version and run it. This should fix your issue.
February 26, 2026 at 12:24 pm in reply to: It’s Update time, and I’m stuck at the start. 2023.0.4 to 2026 #2297fearless359
KeymasterI think the issue is with the content of your si_sql_patchmanager table. Please export it, zip it and attach it here?
February 22, 2026 at 4:20 pm in reply to: It’s Update time, and I’m stuck at the start. 2023.0.4 to 2026 #2295fearless359
KeymasterThe section you are looking at is a default login, typically when a new installation is being implemented. This is not an issue. What is an issue is that the program is acting as though you have an empty database, or at least an empty si_sql_patchmanager table. You say you are doing an upgrade. Is your custom.config.ini pointing to the correct database?
fearless359
KeymasterI’ve implemented a fix to round the calculated tax amounts to two decimal places. Editing and saving the invoice with this change in place should recalculate the amount owing to show what is left. Upgrade to the most current version of SI to get this fix.
February 20, 2026 at 11:05 am in reply to: It’s Update time, and I’m stuck at the start. 2023.0.4 to 2026 #2289fearless359
KeymasterThat’s not giving me enough information to determine the issue. Please enable logging to output debug info. Do this by changing the loggerLevel setting in the custom.config.ini to the DEBUG setting. Then delete the si.log file in the tmp/log directory. Then run SI. This should create a new si.log file. Please zip this and attach the zip file to a response to this topic. Hopefully that will help guide me to where the error is.
Oh, before uploading the log file, you should read through it a blank out personal info such as the SI login password as once uploaded, anyone can view the file.
-
This reply was modified 2 months, 1 week ago by
fearless359.
fearless359
KeymasterI’ve replicated the problem and will work on a solution.
February 19, 2026 at 11:24 am in reply to: It’s Update time, and I’m stuck at the start. 2023.0.4 to 2026 #2285fearless359
KeymasterIs there more information in the
tmp/log/php.logfile? In particular the actual command that is trying to be executed?fearless359
KeymasterThe json is stored in the public directory. If this directory doesn’t exist, it is made by SI. Check the directory’s existence and the access permissions. From shell command line the command is
ls -l publicassuming you are in the root directory. On my system (windows running xampp), SI builds the directory with -rw-r–r– or 644 access. If I delete the directory and build it from the shell, I get drwxr-xr-x or directory with 755 access. Which both work on my system.Bottom line, it should come down to directory access permissions. If you want to go whole hog to avoid any possible restrictions you can
chmod 777 publicand give universal access to anyone. This is overkill and should be used just for testing.Hope this helps.
-
This reply was modified 2 months ago by
-
AuthorPosts


Recent Comments