Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 21 of 27)
The issue still exists
Undefined index: SA_CSVIMPORT in file: C:\xampp\htdocs\bx242\includes\current_user.inc at line 192
C:\xampp\htdocs\bx242\includes\current_user.inc:201: (current_user Object)->can_access('SA_CSVIMPORT')
C:\xampp\htdocs\bx242\themes\default\renderer.php:198: (current_user Object)->can_access_page('SA_CSVIMPORT')
C:\xampp\htdocs\bx242\includes\page\header.inc:164: (renderer Object)->menu_header('Dashboard','','')
C:\xampp\htdocs\bx242\includes\main.inc:44: page_header('Dashboard','','','','function openWindow(url, title) { var left = (screen.width - 800) / 2; var top = (screen.height - 500) / 2; return window.open(url, title, 'width=800,height=500,left='+left+',top='+top+',screenX='+left+',screenY='+top+',status=no,scrollbars=yes'); } function lookupWindow(url, title) { var u = url.split('#'); if (u.length == 2) { var element = document.getElementById(u[1]); var options = element.options; url = u[0] + '&' + u[1] + '=' + options[element.selectedIndex].value; } openWindow(url, title); }','')
C:\xampp\htdocs\bx242\admin\dashboard.php:27: page('Dashboard','','','','function openWindow(url, title) { var left = (screen.width - 800) / 2; var top = (screen.height - 500) / 2; return window.open(url, title, 'width=800,height=500,left='+left+',top='+top+',screenX='+left+',screenY='+top+',status=no,scrollbars=yes'); } function lookupWindow(url, title) { var u = url.split('#'); if (u.length == 2) { var element = document.getElementById(u[1]); var options = element.options; url = u[0] + '&' + u[1] + '=' + options[element.selectedIndex].value; } openWindow(url, title); }')
This issue is for all external extensions and only for this theme Dropdown
Both themes have same core function calls but why this theme showing error about all custom modules' SECURITY AREAS if debug mode is on and not showing up custom modules?
These errors can be ignored if debug mode is set to off but problem is that the link of custom modules are not showing up.
This theme is now added to the default repo so its need to be fixed. I tried but unable to find the exact reason. @joe may help us here!!
One of my database size has grown upto 240 MB. and now I am unable to take its backup. The script breaks on the way. What is the solution to it?
Hello,
Dropdown theme is showing error as below in can_access_page function as below
Undefined index: SA_CSVIMPORT in file: /home/boxygenb/public_html/fa/fa24/includes/current_user.inc at line 192
/home/boxygenb/public_html/fa/fa24/includes/current_user.inc:201: (current_user Object)->can_access('SA_CSVIMPORT')
/home/boxygenb/public_html/fa/fa24/themes/dropdown/renderer.php:142: (current_user Object)->can_access_page('SA_CSVIMPORT')
/home/boxygenb/public_html/fa/fa24/includes/page/header.inc:158: (renderer Object)->menu_header('Users','','')
/home/boxygenb/public_html/fa/fa24/includes/main.inc:44: page_header('Users','','','','','')
/home/boxygenb/public_html/fa/fa24/admin/users.php:16: page('Users')
And the extension is also not appearing. While in Default theme no such errors and extensions are shown.
Please check it.
You can reproduce error at Here
id: admin
pass: Pakistan1947
Yes please have a look into this. Also sometimes it happens that auto increment of the reference gets stopped without any reason. Unless you manually go to the Forms Setup and increase it.
The next reference number routine shall check the reference table as well as the transaction table and If any reference in transactions table is higher than the reference in reference table than it shall automatically takes the next reference from the Transaction table and update the next reference in reference table.
@dz I am not getting any error if I select more than one customer/suppliers (each should be different) and it is reflecting in each parties ledger, balances, aging etc.
At some places the view is distorted just like in Journal Inquiry View but technically the transaction is OK.
You may call locally at my number to discuss further if you want that I am going to PM you.
Hello, There is a change in behaviour while adding Items on the Fly while creating invoices in FA24.
When we press F4 the dialog opens. When a New Item is created and then selected to be added as a Line Item in Invoice, the Select Button doesn't appear at the bottom. This is unlike in FA23.
Please do the whole process to reproduce the behavior. Because when you will press F4, you will see the select button, then if you select any other item you will see the select button, but when you create new item and then select it the Select button will disappear.
Thanks
You mean to hide Reports Tabs?
I defined like this but it didn't work
class hooks_masjid extends hooks {
var $module_name = 'masjid';
var $extn_systypes_array ;
/*
Install additonal menu options provided by module
*/
function install_options($app) {
global $path_to_root, $systypes_array;
$extn_systypes_array = $systypes_array;
$extn_systypes_array[ST_SALESINVOICE] = _('Donations');
@cambell are you using this module currently? Because I have faced a very strange behaviour from this module. I entered almost 10 recurring invoices of 10 different customers. ON due date I selected the Check All Check Box and Clicked the Generate Invoice BUtton to send invoices to all.
Invoices were created but each customer has received invoice ten times in email. It has simply multiplied the number of times each email with number of recurring invoices. 
@dz are you using latest version of FA?
In FA2.4+ if you select Accounts REceiveable Code in Account Description in Journal Entry It creates another column automatically to enter CounterParty. This works same for Accounts Payable also.
Is it possible to change the $systypes_array headings from any given extension without changing the Core?
For example for ST_SALESINVOICE I want the heading to be displayed as 'Donations' so can I change it from the extension?
Regards.
I got it
unset ($reports->ar_reports [RC_CUSTOMER][102]);
will do this.
Through any extension we can add reports to the Report Class using
$reports->addReport() function.
My question is that is it possible to remove reports from the report class through any given extension. The idea is that sometimes all reports are not important for every one so while creating extension can we hide unwanted reports from the Report Class?
Thanks in advance.
It happens only when counterparty is used and it multiplies the number of times the counterpaties are added to voucher.
Hello @joe,
Again with the power of Journal Entry to record transactions for Customers and Suppliers we have one more bug. I have tested it with customer but while fixing please check it for suppliers as well.
check the image here
The Journal Entry is for 20,000 but Journal Inquiry is showing up 60,000.
The Counter Party is shown as the First Customer while here there shouldn't be any one counter party because we can't put all three.
How do you get this difference file?
I have updated so please update the attachment as well
@apmuthu Here is the extension Invoice Editable
Regards.
@cambell I shall mention that with the help of your extension I have learned one great thing. I have learned how to manage the whole menu structure of the FA from any single module.
Thanks a lot
Thanks I have done it. I have made Invoice Editable. When an Invoice is edited and processed the old invoice is automatically voided and new invoice is created with the same Reference Number.
Actually there is no issue in the email notification in customer_payments.php. It is showing in Green Bar.
The problem lies in my customization in customer_inquiry.php
I have customized Customer Transaction Inquiry with a feature to Email Invoice and Customer Payments from there as shown below
Customer Transaction Inquiry
When I email Invoice the top green bar comes with notification but when I email Customer Payment it takes me to another page for the notification. Any idea why is this not showing the Green Bar for Notification. See below
Notification Page
Posts found: 501 to 525 of 656