You can only print info for one dimension at a time. If you want to print for several dimensions, then consider using 2 levels of dimensions, where the first level would be of type f.i. department and level two would no selections.

/Joe

3,077

(1 replies, posted in Reporting)

Yes, of course. But you will have to fix all reports.
If you only have a logo, then you could probably just edit the header in pdf_report.inc.

/Joe

3,078

(3 replies, posted in Dimensions)

No, but the view dimension does allow you to select a long period.

/Joe

3,079

(9 replies, posted in Dimensions)

Please try to look in your dimensions_db.inc if the changes above have been fixed. Otherwise something strange has happened during update.

/Joe

When dealing with dimensions on Invoices, it is the Sales account and Purchase accounts that are involved. You can follow the dimension result by taking a Rport Profit and Loss Statement for a dimension. And of course you can select the period as long as you wish.

/Joe

3,081

(3 replies, posted in Dimensions)

You can select the reports over several fiscal years when also selecting Dimensions.

/Joe

3,082

(24 replies, posted in Setup)

I didn't receive this. Are you sure you used the correct address. Or use this: joe . hunt . consulting @ gmail . com .
Remove the spaces.

/Joe

As you say the smartest is to either use an existing module (look in FA, Setup tab, Install/activate extensions. There you can see which modules are available from the central repository. or to write one yourself. Should be fairly easy. Have a look at one of the others to get the understanding of how it works.

/Joe

3,084

(24 replies, posted in Setup)

There are classes, groups (types) and normal COAs, so I guess it will fit. It does for so many other nations.
Just send the CSV file with all layers.

/Joe

The easiest way to handle this is to set PayPal as a Bank Account. Then you will also have a nice check of the transactions.

/Joe

3,086

(24 replies, posted in Setup)

If this a kind of comma separated char of accounts, I might be able to convert it into FA.

Please send it to contributions email on the Webpage - Contact Us page.

/Joe

If this is of general interest we could incorporate it into core FA. Otherwise it could be a module report.

You can send it me via the contribution email (Website - Contact Us).

Thanks
Joe

3,088

(1 replies, posted in Misc. Charts of Accounts)

Please make a search on the forum for these items. Also try the https://frontaccounting.com/fawiki.

/Joe

The std cost price is picked up by purchase order deliveries or entering in standard cost.

/Joe

3,090

(9 replies, posted in Dimensions)

I am sorry for the sparse instruction. Here is the diff:

 --- a/dimensions/includes/dimensions_db.inc    Fri Dec 10 13:12:45 2010 +0000
     1.2 +++ b/dimensions/includes/dimensions_db.inc    Sun May 22 16:15:21 2011 +0200
     1.3 @@ -172,8 +172,7 @@
     1.4      $id = db_escape($id);
     1.5      $sql = "SELECT SUM(amount) FROM ".TB_PREF."gl_trans WHERE tran_date >= '" .
     1.6          date2sql($from) . "' AND
     1.7 -        tran_date <= '" . date2sql($to) . "' AND (dimension_id = " .
     1.8 -        db_escape($id)." OR dimension2_id = " .db_escape($id).")";
     1.9 +        tran_date <= '" . date2sql($to) . "' AND (dimension_id = $id OR dimension2_id = $id)";
    1.10      $res = db_query($sql, "Sum of transactions could not be calculated");
    1.11      $row = db_fetch_row($res);
    1.12  

This was changes about 7 weeks ago in /dimensions/includes/db/dimensions_db.inc. The problem was the double db_escape of the $id. Remove the minus lines and insert the plus line.

The link to the HG repository is:

HG repository


/Joe

3,091

(9 replies, posted in Dimensions)

Look into the changelog for HG. There you can see what was changed.

/Joe

3,092

(9 replies, posted in Dimensions)

Hello, huotg01.
This was a bug, please upgrade to 2.3.5.

/Joe

3,093

(10 replies, posted in Manufactoring)

Hi, Tom, I have just returnet from a holiday. I will have a closer look into this topic in a while.

/Joe

Please read the sticky topic regarding updating of translations.
Here you will see how easy this is done smile

/Joe

3,095

(1 replies, posted in Setup)

Yes, you set this on the Sales Types.

/joe

This is a tricky one. The Invoiced member is not the same legal entity as the payer. However one way could be to act that the payer is the same as the invoiced member, and let the Discount part of the Customer payment be the fee to the third party.
You should then use a relevant account for the discount to be of type service fee.

Well this is just an approach. Maybe there are better approaches out there. Please help us.

Joe

As I see it doesn't make sense, so they should be removed to release 2.4. I can't recall why they are placed here.

/joe

These fields in debtor_trans table are not used at present.

The sales accounts and purchase accounts are stamped with the dimension in GL for the line values.

/Joe

Ah, Jujuk.
If the Bank Transaction Type = BT_CASH and the Bank Account is going into minus during voiding, the voiding is not allowed.
Please check that.

/Joe

3,100

(3 replies, posted in Setup)

You can simply create a customer, called f.i. Cash Sales with no address and a branch also called Cash Sales.
Then use this customer every time you want no customer visible. Remember to use the Cash Payment method on these sales.

/Joe