1,326

(25 replies, posted in Reporting)

No, there are no problems using existing AREAS, so why change this.

We, the developers, do not normally have resources to help with changing the core.

@dz

Your call to ZONES, you hace a missing underscore in front of the gettext.
I guess that this produces your problems.

Joe

Please use
joe dot hunt dot consulting at gmail dot com.

Joe

Please use phpMyAdmin and open your database and look into the chart_master table. Look iff anything is strange for account 14001.

Joe

If an account is inactive does not mean that is is not presented in the Trial Balance.

You can allways inactivate an account despite it's balance. If an account is activated you are preventing any use on this account in the future.

Joe

1,330

(6 replies, posted in Setup)

Check that the pricelist you are using is not tax included.

/Joe

This bug has already been fixed and the fixed files have been uploaded to Mantis Bugtracker.

Please create an account on Mantis and download and replace the files.

Joe

The type_no and trans_no fields both refer to the same transaction number. The reference numbers is a better way to display the outgoing document numbers. These reference numbers can be set forward in the form setup. You can combine letters and numbers here. The invoices etc do still have the trans_no fields for secondary keys in other tables.

Joe

This is a redundant field that is taken away in 2.4.

Joe

The Item descriptions are not saved when transferring to GL. There is not enough room for this on the transaction line.
There are several reports in the Items and Inventory Reports.

Joe

It will not be backward compatible. This will have to wait to a major release.

Joe

1,336

(21 replies, posted in Manufactoring)

I can only say, that the BOM is always used as a base when the assembly/manufacturing is done.
When manufacturing, the stock is first handled when you produce the items.

Joe

1,337

(21 replies, posted in Manufactoring)

@apmuthu

It is a bit too complicated to describe the workorder flow here. Let us just assume that the code works in the core.  If you try to modify this, you are often on your own and should have some professional skill in programming.

Joe

1,338

(21 replies, posted in Manufactoring)

@maulana

Please set the variable, $go_debug to 1 in config.php to trap any errors.

Immediately I can not find any errors.

Joe

1,339

(21 replies, posted in Manufactoring)

I haven't been followed this in detail. Please give me som time to have a look. It is easy to produce some wrong code.

Joe

If you choose to print the invoice(s) by the customer Reports, you will be able to select the Paypal link.

Joe

1,341

(21 replies, posted in Manufactoring)

Hello Maulana

There is an error in your code.

if (db_num_rows($bomqty)==1)

you should test db_num_rows on $result and NOT $bomqty.

/Joe

1,342

(2 replies, posted in Report Bugs here)

This has now been fixed and HG repository default is update. Change goes to next minor release.

If you need a new file, you can download here and replace it in folder /gl/includes/db folder

joe

1,343

(2 replies, posted in Report Bugs here)

I will have a look at this.

Joe

But you can select the item in Setup tab, add attachment, and then attach another document to the same item number wwithout changing any code.

Joe

To handle multiple attachments per item, you must have a very late release of FA. Please update to release 2.3.22 to have multiple attachments for a single item.

Joe

This is not possible in FA.

/Joe

1,347

(1 replies, posted in Setup)

No, you cannot. The restore contains the entire setup at the time of the backup.

1,348

(2 replies, posted in Report Bugs here)

I understand the annoyance of this, however using the bank payment for payment to suppliers is only to be used in special cases, f.i. if you like to overwrite a booking. In other Words, you should know what you are doing here.

Please use the Supplier Payment form to do the normal payments to suppliers.

Making restrictions on this will make the flexibility go away.

/Joe

1,349

(5 replies, posted in Report Bugs here)

I am sorry, but I cannot reproduce this. As soon as the focus is left from the date field, the duedate field is updated despite what way I do it.

I am testing on a 2.3.22 release.

/Joe

1,350

(3 replies, posted in Setup)

You cannot close a month in this release. This is implemented in release 2.4 that is going to ship later.

Joe