Adding full log file
Unable to create PDF
tax2 not displayed V1.0.8
It can be adjusted in the bamboo config file application/config/config.php // setting 'currency_decimal' will use this character instead of a '.' to separate // the cents. For example: $24.67 vs $24,67 vs $24_67... or whatever $config['currency_decimal'] = '.'; // setting 'currency_thousands' will use this character instead of a ' to separate // the thousand. For example: $2'400.00 or $2,400.00 or whatever $config['currency_thousands'] = '\'';
day_month_year is missing a dot
ugh, return hit before I could enter the full topic. Having issues with the current CodeIgniter email class not sending email with smtp.gmail.com and an app password. I imported PhpMailer and did a quick test and that worked fine. Pretty much the same confuration tries tls and ssl with the CodeIgniter version, no emails are sent. Any thoughts before I add PhpMailer and replace it with the CodeIngiter one? $mail->SMTPDebug = SMTP::DEBUG_SERVER; // for detailed debug output $mail->isSMTP(); $mail->Host...
this is my db config $active_group = 'default'; $query_builder = TRUE; $db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'root'; $db['default']['password'] = 'root'; $db['default']['database'] = 'bambooinvoice'; $db['default']['dbdriver'] = 'mysqli'; $db['default']['dbprefix'] = 'bamboo_'; $db['default']['active_r'] = TRUE; $db['default']['pconnect'] = FALSE; $db['default']['db_debug'] = TRUE; $db['default']['cache_on'] = FALSE; $db['default']['cachedir'] = ''; $db['default']['char_set']...
version 1.0.8. Currently stuck at log in page. I'm using xampp. running on win 11
Apostrophe instead of comma shows in total amount on invoices.
new dompdf 2.0.3 and php 8.2 compatible
A Database Error Occurred
Round implement safer
I have no problems in whatever browser chrome edge or firefox.
Ok a Browser cache reset did the trick. Thank you again and this ticket can be closed. Best ian
Hello Cedric, thank you for your feedback. Now it works but only if I use Firefox as browser. With Google Chrome the above error pops up. Tried with difference profiles and also with a new one. In Chrom DevWebtools I can see a POST 403 error, thats an "403 Forbidden" so im not allowed to acces that URL. could that be an wrong permissions configuration on my webfiles? Best ian
Hello Cedric, thank you for your feedback. Now it works but only if I use Firefox as browser. With Google Chrome the above error pops up. Tried with difference profiles and also with a new one. In Chrom DevWebtools I can see a POST 403 error, thats an "403 Forbidden" so im not allowed to acces that URL. could that be an wrong permissions configuration on my webfiles? Best ian
please just use the raw installation and do a password reset. for that you need to configure an mail server. works like a charm. do not change any files
Get Error Message "The action you have requested is not allowed."
error variable checking
Version 1.0.7
Finnish language and invoice tax2 calc fix
eliminated double empty lines and converted files to unix
reformatted php files and converted to some to unix format
add dompdf 1.0.2
Do not know if you could fix the problem in the meantime. The solution is to run the bambooinvoice.sql script to create all the needed database tables and default entries
V1.0.6, downloaded the zip, uploaded to server, unpacked in the docroot, created database, copied sample configs and updated them. Then requesting the site's default page, results in an error about missing the session table: A Database Error Occurred Error Number: 1146 Table 'my_db.bamboo_sessions' doesn't exist SELECT 1 FROM `bamboo_sessions` WHERE `id` = 'mgpuliicesr30sdltsnq1jijk6isijms' Filename: libraries/Session/drivers/Session_database_driver.php Line Number: 363 A PHP Error was encountered...
Changes in Reports for PHP 7.4 optimizing date and performance
Invoices_model.php did not solve the issue
error in the bamboo invoice when creating a new invoice
Emailing Invoice Issue
Reports isn't working
Constructor name in to_xml_helper
Migration...
Error Number: 1055 - Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column
write 1 invoice this error should go away.
Reports isn't working
Updated Install-Upgrade.txt CSRF and dompdf
CSRF implementation
Sales Tax Calculation
I haven't figured out the absent emails yet, but I figured out why the default password was not working properly. When I ran through the new configuration generation, I mistook $config['encryption_key'] for a key salt and changed it. This changed the whole encryption used, which is why the password did not work. Reverting it back to it's original value resolved the login issue. I will revisit the email issue in the next few days. -C
I started with an upgrade, but elected to do a clean install. I setup the SQL database and everything is responding properly, but I cannot login. I've been trying to figure out how to reset an admin account, but to no avail. I've tried the "admin@admin.com" account and "password" for the password. I've tried the forgot password with the email gateway configured, but nothing shows up in the logs and the forgot password function returns a "success". I've followed the instructions to enable "force_demo_password"...
Everything is the install-upgrade.txt. Use the instructions in there.
Migrating from 0.8.9, looks like I've got all of the tables set up properly, but changing the password so the new codeignitor recognizes me is a problem. The machine has sendmail installed on it but when I ask it to send me a request for a new password no email ever arrives. What else does it require?
Belay that question for awhile... I'm going through the install-upgrade.txt file... still might have some questions though. I should really be sure I've looked at everything before I let my hands near the keyboard.
Migration...
fixed thank you. will be in the next release.
fix constructor in Xmlwriter4
I found these errors when exporting a PDF invoice with bamboinvoice: Class 'DOMDocument' not found Call to undefined function Dompdf\mb_internal_encoding() The reason for this is I didn't have the mbstring, dom, and xml modules installed in PHP. I didn't notice this in the install documentation, so if it isn't there, it may be helpful.
Constructor name in to_xml_helper
Hi, have you had a chance to look into this as I too am having the same issue. Many hosts are depreciating PHP5.6 and I wish to migrate to PHP7+
Currently on holidays. Will look at it when I am back home. Thanks for the input.
Emailing Invoice Issue
Invoice Summary Issues
check exchange rate when changing invoice dateIssued