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 142 of 201)
Topics by joe User defined search
Posts found: 3,526 to 3,550 of 5,003
Well, there are various ways of doing this. But it will require more fields in the user table.
However you have an option to show how many users that are currently on-line by setting the variable:
$show_users_online = 1;
in the config.php file in the root of the installation.
/Joe
Hi,
First of all you don't need the JOINs. You do not have that much information on the suppliers that you need this. But you may want some other information from the suppliers table.
The transactions should be taken from the supp_trans table instead of debtor_trans table.
I hope this is adequate info for you. If you end up with a nice and usable report, please share it with us.
/Joe
If you have some kind of an Italian Chart of Accounts that can be exported in a comma separated file, I will help you convert it into a chart of accounts for FrontAccounting.
/Joe
Hello,
You can change the average standard cost in Itens and Inventory to what you want it to be, lower right. This operation will, however, create a difference record in GL.
/Joe
I am not sure. I guess there were more changes, so I would certainly recommend an upgrade. Hopefully you have managed to upgrade.
/Joe
Hello again,
You don't have to change the purchase data every time it changes. Just enter the new price in the purchase order line. When the items are received, the purchase price, description and UOM (can be changed here as well) are updated automatically and will be suggested the next time you enter the item for the next PO. Even if the prices changes when entering the Supplier Invoice, it will be changed automatically in purchase price data.
The average material cost is updated also both during PO receive and (if changes in invoice) during supplier Invoice.
As a last resort, if you see something is not correct, you can change the average material cost under Items and Inventory, Standard Costs.
/Joe
If you refer to the report, Inventory Sales Report, the price column is the actual price per the transaction date eventually changed to domestic currency. The cost column is the overall average material cost.
I need more information, a concrete example, so I can follow your operations.
/Joe
I cannot reproduce this error. Please try the new release 2.3 rc2 that we are releasing later today. Something seems to be out of sync.
Please report after trying the new release.
/Joe
Yes, I would recommend an upgrade to 2.3 rc2. This release is about to ship this evening.
But still there might be bugs left, so take care 
/Joe
You have run into a bug in 2.3RC. Please look at this topic:
/Joe
Problem fixed. You can download the following files from the CVS repository:
copy it into /purchasing/includes
and
copy it into /gl/includes/db
You will have to void the supplier invoices and reenter them again.
Thanks for reporting this severe issue!
/Joe
I guess you have run into a bug in 2.3 RC1. This worked fine in 2.2. This bug will be fixed asap.
/Joe
You can set the control accounts in the branches. And the customer balances can be taken by categories.
/Joe
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
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
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
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
Look into the existing reports to see how to go ahead designing reports.
/Joe
Posts found: 3,526 to 3,550 of 5,003