Please enable the debug mode from config.php and then see the errors

@rahmanbd currently you can't select the Sales Person while Creating Sales order. Sales Person is predefined to each customer and it is not linked to order.

53

(5 replies, posted in Accounts Payable)

I can confirm that

1. Reference is now being picked correctly
2. Edit of Credit Note is not Reversing Entries now.
But
3. Credit Note is not being allocated to the Invoice.

No 1:
When Supplier Credit Note is Edited it is reverting the GL Entry.

https://imgur.com/a/dhiTEPw

No 2:
When Supplier Credit Note is Created Directly then it is taking the Reference of Supplier Credit Not but when it is created by clicking the Credit Icon in Supplier Transaction Inquiry against any Supplier Inovice then it is taking the Next Reference from Supplier Invoice.

55

(10 replies, posted in Setup)

When you install FA it gives you option to install it with Demo Data. Try that.

@YaleseLing33 you should not use this forum to drag traffic to your desired website with a discouraging message. Here we have a family of all Satisfied Developers who work for Community and work for their clients and hence for themselves.

57

(5 replies, posted in Setup)

It may be the cache issue. FA creates temporary js files js_cahce folder in the company folder. Try removing those cache files so that FA creates new cache files and check

58

(5 replies, posted in Setup)

In your preferences option change the date format to ddmmyyyy with the separator /
you can go here YOURINSTALLATION/admin/display_prefs.php?

59

(23 replies, posted in FA Modifications)

You shall put that in the modules folder and then install that extension

60

(2 replies, posted in Accounts Receivable)

Solution 1 seems good. Let me try it.
Thanks

Hello,
I am in a practical situation with one User. They Send Delivery Notes during the month and then Create Invoices by Month End.
Sometimes the Delivery Note is not accepted due to Quality or any other issue and the Stock is returned at a later date may by after week before the month end.

Now one way is to Void the Delivery Note created earlier but this will delete the Activity from the Stock Movement.

I want to maintain the activity to keep record of the DN Issued and then Stock Retruned against DN (Not Invoiced)

Any Idea how to do this in FA?

I also have the same situation.
For that I have added a Field in the Customer Setup as Related Supplier.
Now I need to have a merged Ledger to show both Transactions in one ledger.

Suggestions are needed to design this ledger.

Is this translation function _($text) a PHP's internal function?

You can refere to this article https://pakerp.com/blog/transactions-af … rage-cost/

There is very unlike situation in FA. When we make a Located Transfer to anther warehous then it shall not have any impact on Average Cost. Similary when that Location Transfer is voided then again it shall not hit the Average Cost but unfortunately it is not the case.

Such issues may turn the Average Cost to negative but FA doesn't maintain the Log of why the Average Cost is Affected and through which transaction.

In PakERP.com we maintain a log.

You can upload the zip file to your google Drive and then share the link with access rights.

I will give a try

Any void attempt shall smartly check if the transaction exists partially in database then it shall execute Void instead of showing the message that this transaction doesn't exists.

Anyway I did some modification to ensure force void if such situation occurs.

In admin/db/voiding_db.inc I modified code as below

case ST_BANKDEPOSIT : // it's a deposit
        case ST_BANKTRANSFER : // it's a transfer
            if (!check_void_bank_trans($type, $type_no))
                return _('This transaction cannot be voided because the operation would decrease account balance below allowed limit in some point of account history.');
                case ST_BANKPAYMENT : // it's a payment
            if (!exists_bank_trans($type, $type_no) && !exists_gl_trans($type, $type_no)) //modified by faisal
                return _('Selected transaction does not exists.');
            void_bank_trans($type, $type_no);
            break;

Also in admin/void_transaction.php

    case ST_BANKPAYMENT : // it's a payment
        case ST_BANKDEPOSIT : // it's a deposit
        case ST_BANKTRANSFER : // it's a transfer
            if (!exists_bank_trans($type, $type_no) && !exists_gl_trans($type, $type_no)) //modified by faisal
                return false;
            break;

Today one of my client did one Bank Payment Entry.
The Entry was half passed.
It created the GL Transaction but didn't create the Bank Transaction.
Hence the Transaction is reflecting in Ledgers and Journal Inquiry but Not in Others
And If We want to void it then it is also not available to void.
Attached is the Screen Shot.

1. Why this happens? It happened one time earlier also with Stock Adjustments.
2. How to handle this situation?

I just enabled the edit icon in customer inquiry page.

Even on editing the Non Free Credit Note, the allocation persists

Credit notes that are recorded irrespective of Sales Invoice / Sales Order

In FA the Free Hand Credit Notes are Editable but not the Non Free.

I just tried to allow the code to accept Editing for Non Free Credit Notes. I found that if working OK.

I am not sure Why it was set to disable. Any Idea?

73

(5 replies, posted in Development)

In order to get GridPHP work in FA as expected I needed to comment out following line in session.inc

html_cleanup($_GET);
html_cleanup($_POST);
// html_cleanup($_REQUEST);
html_cleanup($_SERVER);

What could be the adverse affect of this?

Hello,

In customer_invoice.php the following code is ineffective I think or may be I am not able to find the way how it works.

if (isset($_POST['_InvoiceDate_changed'])) {
    $_POST['due_date'] = get_invoice_duedate($_SESSION['Items']->payment, $_POST['InvoiceDate']);
    $Ajax->activate('due_date');
}

Reason of checking this code is that I am facing problem that when I am changing the Invoice Date then It is not changing the Due date. How shall I expect this to work?

You don't need to add a field rather you can define a new account in Chart of Accounts name Cash