2,601

(6 replies, posted in Translations)

Did you remember the full path to the language files?

/lang/in_ID/XXXXXX/mo and po file?

XXXXXX is a pseodenym for a folder I can't recall. please look in another map.

I aam sorry, I am out office at present.

Joe

2,602

(4 replies, posted in FA Modifications)

Currency is added and maintained from the tab, Banking and General Ledger.

/Joe

2,603

(5 replies, posted in Accounts Receivable)

Thanks. You can setup the credit card as a bank account. Will that solve your problem? Or did I misunderstand you?

/Joe

There should be a check for this when saving. We will look closer into this.

Unfortunately you cannot disable the reference.

/Joe

2,605

(5 replies, posted in Accounts Receivable)

Regarding the missing GL account link, please look at the bank_account table with phpMyAdmin and see if a correct GL account exists. The COA might have set an invalid GL account from the beginning.

I have no specific end-of-day routine for your help. Maybe sombody in the audience can help.

Joe

2,606

(5 replies, posted in Accounts Receivable)

Regarding the missing GL Account, there seems to be a missing link from the bank account and the GL Account,
Please check your bank accounts and update them so you are sure there is a link.

Regarding the sales summary there is no such report. If you cannot use the existibg reports you will have to create a custom report. If you create one, please share it with us.

Joe

Yes. You only want to void the invoice. You may create another imvoice from the delivery.

Consider using the credit note instead. This will restore all.

Joe

Please check that Search Customer or Supplier list is not marked. Look for this in Company setup, Setup tab.

2,609

(3 replies, posted in Accounts Payable)

I don't understand this. You use the menu Receive Items... For doing this, and this works perfectly.

Joe

2,610

(2 replies, posted in Accounts Receivable)

Yes, but they can be voided.

Joe

Hello again,

it is not necessary to do all the lines that Pete suggested. You can just change line 107 and 108 from

            $rep->TextCol(3, 6, $coms);
            $rep->NewLine(2);

to

            $rep->TextColLines(3, 6, $coms);
            $rep->NewLine();

That will do it.

Is changed in HG repository to go to next minor.

/Joe

Thanx Pete.

I will have a look at this and incorporate it in core.

Joe

In Items and Inventory, Inventory Adjustments.

Joe

No, I don't think so. You wil have to write a script/module to do this.

/Joe

I am not sure if I understand this question correctly. You can always 'overpay' the customer payment so that you owe him an amount.

/Joe

The Purchase Orders are shown in the customers currency, therefore there is no total column.

The Report 'Outstanding GRN Reports' summarize the GRNs.

/Joe

You may have run into a Journal Entry bug for Tax intry.
Please login to mantis, http://mantis.frontaccounting.com and locate bug number

0001497: Tax for journal entry the other way round

There are two files that fixes the problem, that you can download.

/Joe

2,618

(1 replies, posted in Setup)

No, it is not a template for other companies. However it is a major company in respect to to which operations you can make on other companies. I.e. creating other companies.

/Joe

I think that this do not do any harm. Contrary it shows the SO as completed. However the stock moves are updated correctly.

/Joe

2,620

(1 replies, posted in Wish List)

See my answer to this here:

https://frontaccounting.com/punbb/viewtopic.php?id=896

/Joe

2,621

(8 replies, posted in Accounts Receivable)

The branches are containing many more fields than the customer. AS per default a branch is created every time a customer is created, so you don't have to bother. This requires that the variable $auto_create_branch is set to 1 (default) in config.php about line 77.

/Joe

2,622

(2 replies, posted in FA Modifications)

No, not really. But look into /sales/inquiry/customer_inquiry to see an example at the end of the files. There are also examples of call back functions.

Also look into the internal files:
/includes/db_pager.inc
/includes/ui/db_pager_view.inc

/Joe

You can increase the decimals in percents in Preferences.
There is also a topic about this in the Setup forum, sticky notes.

/Joe

2,624

(0 replies, posted in Setup)

Some regions may require to setup taxes on already taxed results.
There is a topic about this on the  Wiki .

/Joe

This is a great suggestion. Will be included in release 2.4.

/Joe