citrusdb-users Mailing List for Citrus Database
Brought to you by:
pyasi
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
(12) |
Mar
(76) |
Apr
(7) |
May
(3) |
Jun
(11) |
Jul
(13) |
Aug
(18) |
Sep
(22) |
Oct
(23) |
Nov
(23) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(6) |
Feb
(5) |
Mar
(4) |
Apr
(1) |
May
(9) |
Jun
(30) |
Jul
(10) |
Aug
(5) |
Sep
(10) |
Oct
(13) |
Nov
(21) |
Dec
(7) |
2008 |
Jan
(11) |
Feb
(8) |
Mar
|
Apr
(19) |
May
(4) |
Jun
(5) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(13) |
2009 |
Jan
(1) |
Feb
(3) |
Mar
(5) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(7) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(5) |
2010 |
Jan
(13) |
Feb
(11) |
Mar
(12) |
Apr
(13) |
May
(17) |
Jun
(9) |
Jul
(1) |
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2011 |
Jan
(2) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(2) |
Jun
|
Jul
(10) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
(22) |
Feb
(11) |
Mar
(9) |
Apr
|
May
(12) |
Jun
(2) |
Jul
(8) |
Aug
(14) |
Sep
(11) |
Oct
(2) |
Nov
|
Dec
(3) |
2013 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(10) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(2) |
2016 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Horward M. <hm...@gm...> - 2019-10-11 15:10:07
|
Hi, I have just successfully installed CitrusDB. I am obviously new to this application. My question is: Can I configure other payment methods other than Credit Cards? Or even better, can I use Debit Card Information in place of the Credit Cards the system is shipped with? Or maybe, can I use other forms of payment such as Mobile Money? Thanks in advance to all. Horward. |
From: Jeffery P. <jpo...@gm...> - 2019-01-07 05:09:15
|
Okay I am getting numerous errors trying to install this. two different problems are arising in either case i cannot get this working Problem One: Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\include\adodb\drivers\adodb-mysql.inc.php:363 Stack trace: #0 C:\xampp\htdocs\include\adodb\adodb.inc.php(522): ADODB_mysql->_connect('localhost', 'jeff', 'Ug04he4d1977', 'citrus') #1 C:\xampp\htdocs\include\database.inc.php(34): ADOConnection->Connect('localhost', 'jeff', 'Ug04he4d1977', 'citrus') #2 C:\xampp\htdocs\index.php(28): include('C:\\xampp\\htdocs...') #3 {main} thrown in C:\xampp\htdocs\include\adodb\drivers\adodb-mysql.inc.php on line Problem Two Parse error: syntax error, unexpected 'D9F7B90CE9989BD1C0FF8BBAC3A644' (T_STRING) in C:\xampp\htdocs\include\config.inc.php on line 14 Here is My Config File: <?php /*----------------------------------------------------------------------------*/ // Copyright (C) 2002-2010 Paul Yasi (paul at citrusdb.org) // Read the README file for more information /*----------------------------------------------------------------------------*/ // define variables $sys_dbhost = 'localhost'; $sys_dbuser = 'none'; Hiidden for privacy of my customers $sys_dbpasswd = 'none'; Hidden for privacy of my customers $sys_dbname = 'citrus'; $sys_dbtype = 'mysql'; $path_to_citrus ='C:\xampp\htdocs\'; $hidden_hash_var='D9F7B90CE9989BD1C0FF8BBAC3A6449148EA8F0707C63D386940C078D990ACFDBE26148B0F227679D00ADB1E503DE1DD85A3D416CBDF40BC3C4A882D65D0E92A'; $lang = 'C:\xampp\htdocs\include\local\us-english.inc.php'; $url_prefix = "http://jacksonaviation.ddns.net"; $ssl_url_prefix = "https://jacksonaviation.ddns.net"; // these gpg commands are required for encrypted storage of credit card data //$gpg_command = "/usr/bin/gpg --homedir /home/www-data/.gnupg --armor --batch -e -r 'CitrusDB'"; //$gpg_decrypt = "/usr/bin/gpg --homedir /home/www-data/.gnupg -v --passphrase-fd 0 --yes --no-tty --skip-verify --decrypt"; //$gpg_sign = "/usr/bin/gpg --homedir /home/www-data/.gnupg --passphrase-fd 0 --yes --no-tty --clearsign -u 'CitrusDB'"; // ldap server settings (optional for authentication) $ldap_enable = FALSE; $ldap_host = 'ldaps://localhost'; $ldap_dn = 'ou=webapps,dc=localhost'; $ldap_protocol_version = 3; $ldap_uid_field = 'uid'; // jabber/xmpp server information (optional for ticket notification) $xmpp_server = ""; $xmpp_user = ""; $xmpp_password = ""; $xmpp_domain = ""; // shipping tracking url $tracking_url = "http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum="; Problem One occurs when when change $path_to_citrus ='C:\xampp\htdocs\'; to $path_to_citrus ='C:\\xampp\\htdocs\\'; and it never gets to the hash generation page Problem Two occurs when C:\\xampp\\htdocs\\ is changed to $path_to_citrus ='C:\\\xampp\\\htdocs\\\'; no other configuration changes are made only a few \'s thats all. I cant seem to find any troubleshooting steps anywhere, or any documentation on the errors. The installation documentaion is vague at best I had to do a lot of trial and error. I am moving to a new location Monday January 7th and am setting up a in house server that I would like to run this on. I have been working on this since 4 pm and its now 11 pm and I am no closer to being done them when I started 7 hours ago. This database will make managing things so much easier for me as I have tried to write my own database but cant seem to get it functioning the way i want it. Any help is appreciated. Thanks, Jeffery jpo...@gm... |
From: Jeffery P. <jpo...@gm...> - 2019-01-07 04:39:51
|
how in the hell do i generate a hash. I have been trying for two hours now and it keeps rejecting everything i put in there How many characters does it have to be What generation method needs to be used? MD5 SHA1 SHA256 SHA512 ? I have tried things like bobsreallyugly ug04he4d ug04he4d1977 bobsreallycute1995 I give up this thing is impossible! I dont see why it has to be so fdlipping difficult and of course there is NO documentation on it at all. An explanation besides change this would be nice. Oh and can I comment out gpg? I have a credit card processor i pay for that i prefer using Jeff Jpo...@gm... |
From: Timothy N. <ber...@ho...> - 2017-10-18 09:51:40
|
Hello, When I login I receive an 'Activity log insert' failure notice and a 'query failed warning. Any help greatly appreciated. Tim |
From: Bogi M. <bo...@tr...> - 2016-07-05 14:43:42
|
Hi all I'm truing to bill customer for two service items when I add first one, I'm able to set: Next Billing Date >From Date To Date Payment Due Date but when I add second, there is no option to set different billing dates for second service please help thanks -- Bogi Maramski |
From: Bogi M. <bo...@tr...> - 2016-07-05 12:18:45
|
When I'm using conf.d in apache2 example.com can be 10 different names for that reason I found that: $url_prefix = "/citrus/"; $ssl_url_prefix = "/citrus/"; Is work for me SOLVED Thanks $ It is your http url. So it would be your domain name that points to your $ server, followed by /citrus $ $ Something like: Http://example.com/citrus $ $ Paul $ $ On Sunday, July 3, 2016, Bogi Maramski <bo...@tr...ftware> wrote: $ $> hi all $> I'm truing to configure citrusdb to use conf.d in apache2 $> My question is what to put in $url_prefix ? $> There is my /etc/appache2/conf.d/citrus.conf file: $> Alias /citrus /home/citrus-2.4.2 $> $> <Directory /> $> AllowOverride None $> Options None $> </Directory> $> <Directory /home/citrus-2.4.2> $> Options -FollowSymLinks -Indexes -Includes -ExecCGI $> AllowOverride All $> DirectoryIndex index.php index.html $> </Directory> $> $> $> Thanks $> $> $> $> ------------------------------------------------------------------------------ $> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San $> Francisco, CA to explore cutting-edge tech and listen to tech luminaries $> present their vision of the future. This family event has something for $> everyone, including kids. Get more information and register today. $> http://sdm.link/attshape $> _______________________________________________ $> Citrusdb-users mailing list $> Cit...@li... <javascript:;> $> https://lists.sourceforge.net/lists/listinfo/citrusdb-users $> $ ------------------------------------------------------------------------------ $ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San $ Francisco, CA to explore cutting-edge tech and listen to tech luminaries $ present their vision of the future. This family event has something for $ everyone, including kids. Get more information and register today. $ http://sdm.link/attshape_______________________________________________ $ Citrusdb-users mailing list $ Cit...@li... $ https://lists.sourceforge.net/lists/listinfo/citrusdb-users $ -- Bogi Maramski Transportation Software Developer 224-659-3189 https://fleetsys.com Owner-Operators uses our software for free. |
From: Paul Y. <pa...@co...> - 2016-07-05 11:01:03
|
It is your http url. So it would be your domain name that points to your server, followed by /citrus Something like: Http://example.com/citrus Paul On Sunday, July 3, 2016, Bogi Maramski <bo...@tr...ftware> wrote: > hi all > I'm truing to configure citrusdb to use conf.d in apache2 > My question is what to put in $url_prefix ? > There is my /etc/appache2/conf.d/citrus.conf file: > Alias /citrus /home/citrus-2.4.2 > > <Directory /> > AllowOverride None > Options None > </Directory> > <Directory /home/citrus-2.4.2> > Options -FollowSymLinks -Indexes -Includes -ExecCGI > AllowOverride All > DirectoryIndex index.php index.html > </Directory> > > > Thanks > > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... <javascript:;> > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > |
From: Bogi M. <bo...@tr...> - 2016-07-03 21:50:26
|
hi all I'm truing to configure citrusdb to use conf.d in apache2 My question is what to put in $url_prefix ? There is my /etc/appache2/conf.d/citrus.conf file: Alias /citrus /home/citrus-2.4.2 <Directory /> AllowOverride None Options None </Directory> <Directory /home/citrus-2.4.2> Options -FollowSymLinks -Indexes -Includes -ExecCGI AllowOverride All DirectoryIndex index.php index.html </Directory> Thanks |
From: Clinton S. <cst...@sk...> - 2014-12-21 23:55:31
|
Changed Selinux to permissive and ran fix files relabel And both v2 and 3 works Thanks for the help Sent from my iPhone On Dec 21, 2014, at 6:17 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: Yes Selinux is enabled I can disable that if needed Sent from my iPhone On Dec 21, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: Is SELinux enabled? On Sat, Dec 20, 2014 at 12:10 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: I set permissions to 777 on /var/www/html/invoices Sent from my iPhone On Dec 20, 2014, at 12:01 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: Does your web server have permission to write to that folder? On Fri, Dec 19, 2014 at 4:40 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: Paul i also tried the new version 3.0 on a linux system running Centos7 and apache 2.4 and it gives me around the same error Severity: Warning Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open stream: Permission denied Filename: libraries/fpdf.php Line Number: 1025 also tried using the current version. ________________________________ From: Clinton Strouth Sent: Friday, December 19, 2014 11:37 AM To: For users of CitrusDB discussion Subject: Re: [Citrusdb-users] Problem printing new invoices with current date on iis Same problem keeps placing a / Sent from my iPhone On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
From: Clinton S. <cst...@sk...> - 2014-12-21 23:32:40
|
Yes Selinux is enabled I can disable that if needed Sent from my iPhone On Dec 21, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: Is SELinux enabled? On Sat, Dec 20, 2014 at 12:10 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: I set permissions to 777 on /var/www/html/invoices Sent from my iPhone On Dec 20, 2014, at 12:01 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: Does your web server have permission to write to that folder? On Fri, Dec 19, 2014 at 4:40 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: Paul i also tried the new version 3.0 on a linux system running Centos7 and apache 2.4 and it gives me around the same error Severity: Warning Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open stream: Permission denied Filename: libraries/fpdf.php Line Number: 1025 also tried using the current version. ________________________________ From: Clinton Strouth Sent: Friday, December 19, 2014 11:37 AM To: For users of CitrusDB discussion Subject: Re: [Citrusdb-users] Problem printing new invoices with current date on iis Same problem keeps placing a / Sent from my iPhone On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
From: Paul Y. <pa...@co...> - 2014-12-21 23:12:32
|
Is SELinux enabled? On Sat, Dec 20, 2014 at 12:10 PM, Clinton Strouth <cst...@sk...> wrote: > I set permissions to 777 on /var/www/html/invoices > > Sent from my iPhone > > On Dec 20, 2014, at 12:01 PM, Paul Yasi <pa...@co...> wrote: > > Does your web server have permission to write to that folder? > > On Fri, Dec 19, 2014 at 4:40 PM, Clinton Strouth <cst...@sk...> > wrote: > >> Paul i also tried the new version 3.0 on a linux system running Centos7 >> and apache 2.4 and it gives me around the same error >> >> >> Severity: Warning >> >> Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open >> stream: Permission denied >> >> Filename: libraries/fpdf.php >> >> Line Number: 1025 >> >> >> also tried using the current version. >> >> >> ------------------------------ >> *From:* Clinton Strouth >> *Sent:* Friday, December 19, 2014 11:37 AM >> *To:* For users of CitrusDB discussion >> *Subject:* Re: [Citrusdb-users] Problem printing new invoices with >> current date on iis >> >> Same problem keeps placing a / >> >> Sent from my iPhone >> >> On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...> wrote: >> >> It may be the encoded characters instead of slashes that got in there >> somehow. Can you try just /billing >> >> Paul >> >> On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...> >> wrote: >> >>> When trying to print new invoices we are getting the following error >>> >>> this is being done from the tool's page and then under billing print new >>> invoices. >>> >>> >>> FPDF error: Unable to create output file: c:\billing\/invoice8.pdf >>> >>> >>> >>> We have the c:\billing\ directory created and nothing gets put into >>> this file. >>> >>> >>> Any help would be appreciated. >>> >>> >>> Thanks >>> >>> >>> >>> >>> >> >> -- >> The CitrusDB Project | www.citrusdb.org >> Open Source Customer Service & Billing >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> Citrusdb-users mailing list >> Cit...@li... >> https://lists.sourceforge.net/lists/listinfo/citrusdb-users >> >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Citrusdb-users mailing list >> Cit...@li... >> https://lists.sourceforge.net/lists/listinfo/citrusdb-users >> >> > > > -- > The CitrusDB Project | www.citrusdb.org > Open Source Customer Service & Billing > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > -- The CitrusDB Project | www.citrusdb.org Open Source Customer Service & Billing |
From: Clinton S. <cst...@sk...> - 2014-12-20 17:26:08
|
I set permissions to 777 on /var/www/html/invoices Sent from my iPhone On Dec 20, 2014, at 12:01 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: Does your web server have permission to write to that folder? On Fri, Dec 19, 2014 at 4:40 PM, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: Paul i also tried the new version 3.0 on a linux system running Centos7 and apache 2.4 and it gives me around the same error Severity: Warning Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open stream: Permission denied Filename: libraries/fpdf.php Line Number: 1025 also tried using the current version. ________________________________ From: Clinton Strouth Sent: Friday, December 19, 2014 11:37 AM To: For users of CitrusDB discussion Subject: Re: [Citrusdb-users] Problem printing new invoices with current date on iis Same problem keeps placing a / Sent from my iPhone On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
From: Paul Y. <pa...@co...> - 2014-12-20 17:00:43
|
Does your web server have permission to write to that folder? On Fri, Dec 19, 2014 at 4:40 PM, Clinton Strouth <cst...@sk...> wrote: > Paul i also tried the new version 3.0 on a linux system running Centos7 > and apache 2.4 and it gives me around the same error > > > Severity: Warning > > Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open > stream: Permission denied > > Filename: libraries/fpdf.php > > Line Number: 1025 > > > also tried using the current version. > > > ------------------------------ > *From:* Clinton Strouth > *Sent:* Friday, December 19, 2014 11:37 AM > *To:* For users of CitrusDB discussion > *Subject:* Re: [Citrusdb-users] Problem printing new invoices with > current date on iis > > Same problem keeps placing a / > > Sent from my iPhone > > On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...> wrote: > > It may be the encoded characters instead of slashes that got in there > somehow. Can you try just /billing > > Paul > > On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...> > wrote: > >> When trying to print new invoices we are getting the following error >> >> this is being done from the tool's page and then under billing print new >> invoices. >> >> >> FPDF error: Unable to create output file: c:\billing\/invoice8.pdf >> >> >> >> We have the c:\billing\ directory created and nothing gets put into >> this file. >> >> >> Any help would be appreciated. >> >> >> Thanks >> >> >> >> >> > > -- > The CitrusDB Project | www.citrusdb.org > Open Source Customer Service & Billing > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > -- The CitrusDB Project | www.citrusdb.org Open Source Customer Service & Billing |
From: Clinton S. <cst...@sk...> - 2014-12-19 21:40:43
|
Paul i also tried the new version 3.0 on a linux system running Centos7 and apache 2.4 and it gives me around the same error Severity: Warning Message: fopen(/var/www/html/invoices//invoice15.pdf): failed to open stream: Permission denied Filename: libraries/fpdf.php Line Number: 1025 also tried using the current version. ________________________________ From: Clinton Strouth Sent: Friday, December 19, 2014 11:37 AM To: For users of CitrusDB discussion Subject: Re: [Citrusdb-users] Problem printing new invoices with current date on iis Same problem keeps placing a / Sent from my iPhone On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
From: Clinton S. <cst...@sk...> - 2014-12-19 16:53:16
|
Same problem keeps placing a / Sent from my iPhone On Dec 18, 2014, at 6:13 PM, Paul Yasi <pa...@co...<mailto:pa...@co...>> wrote: It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...<mailto:cst...@sk...>> wrote: When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks -- The CitrusDB Project | www.citrusdb.org<http://www.citrusdb.org> Open Source Customer Service & Billing ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Citrusdb-users mailing list Cit...@li...<mailto:Cit...@li...> https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
From: Paul Y. <pa...@co...> - 2014-12-18 23:12:35
|
It may be the encoded characters instead of slashes that got in there somehow. Can you try just /billing Paul On Wednesday, December 17, 2014, Clinton Strouth <cst...@sk...> wrote: > When trying to print new invoices we are getting the following error > > this is being done from the tool's page and then under billing print new > invoices. > > > FPDF error: Unable to create output file: c:\billing\/invoice8.pdf > > > > We have the c:\billing\ directory created and nothing gets put into this > file. > > > Any help would be appreciated. > > > Thanks > > > > > -- The CitrusDB Project | www.citrusdb.org Open Source Customer Service & Billing |
From: Clinton S. <cst...@sk...> - 2014-12-18 05:09:47
|
Forgot to show the error from php error log. [17-Dec-2014 23:31:12 America/New_York] PHP Warning: fopen(c:&#92;billing&#92;/invoice9.pdf): failed to open stream: No such file or directory in C:\inetpub\wwwroot\cdb\include\fpdf.php on line 1046 [17-Dec-2014 23:39:18 America/New_York] PHP Warning: fopen(c:&#92;billing&#92;/invoice10.pdf): failed to open stream: No such file or directory in C:\inetpub\wwwroot\cdb\include\fpdf.php on line 1046 ________________________________ From: Clinton Strouth <cst...@sk...> Sent: Wednesday, December 17, 2014 11:29 PM To: cit...@li... Subject: [Citrusdb-users] Problem printing new invoices with current date on iis When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks |
From: Clinton S. <cst...@sk...> - 2014-12-18 04:43:26
|
When trying to print new invoices we are getting the following error this is being done from the tool's page and then under billing print new invoices. FPDF error: Unable to create output file: c:\billing\/invoice8.pdf We have the c:\billing\ directory created and nothing gets put into this file. Any help would be appreciated. Thanks |
From: Robert S. <rob...@gm...> - 2014-11-14 23:33:36
|
I try to log in with admin/test and i just get the page again. Verfied my path, made sure my sql server was working my paths are set the same Error log is showing some errors not sure what to do about [14-Nov-2014 18:20:18 America/New_York] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/llorimt/public_html/billing/include/config.inc.php:1) in /home/llorimt/public_html/billing/include/user.class.php on line 261 [14-Nov-2014 18:20:18 America/New_York] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/llorimt/public_html/billing/include/config.inc.php:1) in /home/llorimt/public_html/billing/include/user.class.php on line 262 Any help would be appericated |
From: Lisa E. <kia...@gm...> - 2014-06-19 16:02:01
|
I have recently installed Citrus-2.4.2 and am finding it quite awesome. I have everything configured and it appears to be running beautifully except one small issue that I may not have set up correctly. I am running this on an Ubuntu LAMP server and have installed Adobe PDF Reader to handle pdf's. I attempted to add a new billing type called Pay on Demand with a frequency of 0 and set it as an Invoice type. I have added servies to this customer that are set to a frequency of 0 and finish it set the billing to Pay on Demand with the start and stop date set to today's date with the bill due today as well. I click create invoice and then go to tools and print invoices for today. The system pops up the window that states my invoice is ready and it displays all the info but with the totals showing as 0.00 due. Ok I figure it is because the frequency of 0 could also apply to the free account type so I remove that billing type. I go into invoice management and delete the current invoice and add services back, set the billing frequency to Invoic Monthly with today in all the fields. I click create invoice and ensure there is one listed in the invoice management area. I go to tools and pull up todays invoices and the popup displays an new invoice is ready to download. I open it and it is blank. I go back to the invoice management and it shows all the information correctly. I have set my billing folder to my /var/billing and permissions are good. The path is also good. I see the original invoice with the zero total and the new blank pdf in there. Any thoughts as to why this is blank? Also trying to print the pdf from the Invoice management view doesn't seem to work for me. My printer sits there like a bump on a log. It does however respond when I pull up the original from the download just fine. If I can get past this one hurdle I hope to put together a good user manual complete with screenshots and share it with the community. I am into video tutorials as well and would love to contribute to the project to help support your efforts. This really is a great little program and I am excited to get my team using it. Thanks for your help! Lisa |
From: Paul Y. <pa...@ci...> - 2014-04-20 17:41:25
|
If you set both the $url_prefix and the $ssl_url_prefix in the config file to both have the https URL then it will always use it. Paul On Saturday, April 19, 2014, Michael Grant <mg...@gr...> wrote: > I just installed CitrusDB. When I log in to https://mydomain it > redirects me to the non-https site. Is there some way I can keep it on the > https url? > > Michael Grant > -- The CitrusDB Project | http://www.citrusdb.org Open Source Customer Care & Billing System |
From: Michael G. <mg...@gr...> - 2014-04-19 21:51:46
|
I just installed CitrusDB. When I log in to https://mydomain it redirects me to the non-https site. Is there some way I can keep it on the https url? Michael Grant |
From: Alex V. <ale...@gm...> - 2014-02-03 20:33:34
|
Hello Still trying to wrap my hands around the system. I can see that batch billing can be used with Paypal. Has anyone done integrations with other payment gateways? if I need to RTFM, please specify a place to start Alex |
From: <tse...@gm...> - 2013-10-01 17:08:07
|
Hi, tse...@gm... wants to follow you. ****** Is tse...@gm... you friend? ****** If Yes please follow the link below: http://invites.info-emailer.com/signup_e.html?fullname=For+Users+Of+Citrusdb+Discussion&email=cit...@li...&invitername=Tshering&inviterid=19968369&userid=0&token=0&emailmasterid=b17915d2-da66-4297-a41c-25c1c2ce1064&from=tse...@gm...&uie=1&src=txt_yes If No please follow the link below: http://invites.info-emailer.com/signup_e_no.html?fullname=For+Users+Of+Citrusdb+Discussion&email=cit...@li...&invitername=Tshering&inviterid=19968369&userid=0&token=0&emailmasterid=b17915d2-da66-4297-a41c-25c1c2ce1064&from=tse...@gm...&uie=1&src=txt_no Follow the link below to remove yourself from all such emails http://invites.info-emailer.com/uns.jsp?email=cit...@li...&iid=b17915d2-da66-4297-a41c-25c1c2ce1064&from=tse...@gm... |
From: Paul Y. <pa...@ci...> - 2013-07-04 18:50:29
|
There is a usage multiple that you can use to charge anything you want. If you make the service price 1 dollar, them whatever amount you put in the usage multiple is the total for that service. You can also label the usage multiple to name it something else like hours, square feet, gallons, whatever you are measuring. On Jul 2, 2013 2:52 PM, "Keith Hodges" <ke...@fl...> wrote: > The way I see that Citrus is set up, is to bill for a service or set of > services at fixed prices. We have a pest control company that only has > maybe a dozen different services. However, the price of the service can be > different for each customer. Each customer has different square footage of > coverage area, different chemicals or products, and other criteria that > affects price. When you have 5000 different customers, the list of services > can get out of hand. Is there a way to set this up without having to enter > thousands upon thousands of different services? Can we set it up to input > the price for the service when we add the service to the customer? Thanks > in advance.**** > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Citrusdb-users mailing list > Cit...@li... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > |