You can set the control accounts in the branches. And the customer balances can be taken by categories.

/Joe

3,527

(3 replies, posted in Setup)

You do that in Banking and General Ledger, Currencies. Edit your currency an unmark the automatic exchange rate.

/Joe

If you want to put the dimension on all transaction rows, then you will have to find the 'add_gl_trans_supplier' lines in /purchasing/includes/db/invoice_db.inc, and fill in the dimensions in all lines. The function 'add_gl_trans_supplier' is defined in /purchasing/includes/purchasing_db.inc.
You will have to do the same thing in sales:
/sales/includes/db/sales_invoice_db.inc you will have to fill in the dimensions in all calls to 'add_gl_trans_customer'.
The same thing in /sales/includes/db/sales_delivery_db.inc.
I hope this will do it.

/Joe

3,529

(2 replies, posted in Setup)

When you press 'Create Baciup' in Backup/Restore FA creates a backup file and displays the name at end. This backup is added to the listbox. There should be no dialog box here with this operation.
Which version are you running?

/Joe

3,530

(1 replies, posted in Reporting)

Please be a little bit more specific. We have no known errors here. If you suspect a bug, the try to set the $go_debug in config.php to 1 and see if any errors are reported.
Also check that your accounts and account groups/classes are setup correctly.

/Joe

3,531

(4 replies, posted in Reporting)

Yes, Tom, this is a good idea. Is now implemented in 2.3 CVS. However a global variable in file config.php needs to be set, f.i. $save_report_selections = 0.
A positive value X will save the report selections from report center in X days. 0 = no saving.

This way we are backwards compatible. So remember to set this value when you download 2.3 next time.

/Joe

I think we are not talking about the same thing here. Can you please be more specific.

/Joe

As I explained before the dimensions on suppliers/customers only go to sales/purchase accounts so you could see the contributions for each dimension.

You will have to do some research about how to solve your problem.
Of course you have more freedom in the bank payments so you can probably do something here. Please try it out on the Training Co. first.

/Joe

Certain operations require you to be logged in as Superadmin (admin on the first created company).

/Joe

Check that your dimensions are not closed.
If you have 2 dimensions on the transaction line, check to see that the type is correct (1 or 2).
These are the only restrictions on the dimensions.

/Joe

Please see answer to this topic under Accounts Receivables Forum.

/Joe

Dimensions on Suppliers only goes to COGS account and only on non stock items. So if this transaction contains stock items you will not see any GL entries here. You first see these transactions during delivery. This is the first GL booking if you are using stock maintenance. Credit inventory and debit COGS. For these types of transactions you should put your dimension on the customer instead.

/Joe

3,538

(1 replies, posted in Reporting)

Look into the existing reports to see how to go ahead designing reports.

/Joe

3,539

(27 replies, posted in Dimensions)

The easiest way is to change the language file, xx_YY.po (if you use none en_GB). Simply search all occurrence of Dimension(s) and change it into what you like instead. You can use poEdit for this. Which word would you have preferred?

/Joe

You don't have to bother. The invoice will not show up in the payment/allocation routines.
And if you run the customer balances, you will see the invoices as allocated.

/Joe

3,541

(1 replies, posted in Accounts Receivable)

I guess you have encountered a bug. A credit limit of 10000 would mean a block when the balance + current invoice exceeds 10000.

This is fixed in release 2.3 by given the current credit information for the customer on the form. You see when the limit is below 0.

For release 2.2.X you could set the customer on hold. We do not maintain bugfixes on 2.2.x any more.

/Joe

Please have a look in our Wiki .

/Joe

3,543

(1 replies, posted in Reporting)

No, you can only take reports for a selected company.

/Joe

3,544

(1 replies, posted in Reporting)

No, but we are working on that. If you have some suggestions to how we should build it (we know the basic rules) then please contribute on the developers mailinglist.

/Joe

Hi Gaston,

The function for populating the listbox is
function gl_all_accounts_list about line 1506 in file /includes/ui/ui_lists.inc. And the parameters to the function is called from inside:
/gl/includes/ui/gl_bank_ui.inc line 182 in function gl_edit_item_controls.

/Joe

When you get a note from the bank that you have got the 100 euro, you enter the Customer Payment and process the Payment, and at the same time the allocations. Thats it. Everyting is taken care of inside FA.

/Joe

3,547

(3 replies, posted in Setup)

There are no more Database changes before final 2.3 release. Only bug-fixes and other minor things.

/Joe

3,548

(1 replies, posted in Reporting)

I guess you mean release 2.3 and you are right. Will be fixed.

/Joe

3,549

(5 replies, posted in Installation)

Please have a look at  regarding this topic.

/Joe

Strange, it should be visible when using Bank Payments/Deposits. Only the bank accounts are removed here. Are you sure it has not been marked inactive in GL accounts?
I cannot reproduce this so I don't know what to suggest.
Maybe someone can help us among the community.

/Joe