1,101

(2 replies, posted in Accounts Receivable)

This can be changed in the POS setup under Setup tab. This is a per user setup.

Joe

you must first create a GL account to be used for the Bank Account.

/Joe

1,103

(2 replies, posted in Setup)

Hello, glad you like FA.

This font can be downloaded from our website, https://frontaccounting.com. Look after the fonts download. I am out of office right now, so I am not sure where this font is.

Copy the zip file to the /reporting/fonts folder and unpack it. Then delete the zip file.

Now try to print again. It should work now.

Joe

We have reversed a wrong commit in the manufacturing gl transactions when the stock is negative.
Just wait for the nezt minor to get updated.

Joe

1,105

(10 replies, posted in Report Bugs here)

The problem is due to missing

require_once($path_to_root."/includes/ui/items_cart.inc);

line at the top of /admin/db/fiscalyears_db.inc.

You can insert it yourself and thank you for detecting this bug.

It will be fixed asap in the repository to go to release candidate 1 shortly.

/Joe

Please set the variable, $go_debug, in config.php to either 1 or 2 to trap errors.

And report back. This is not a known error.

Joe

1,107

(10 replies, posted in Report Bugs here)

Please, set the variable, $go_debug, in config.php to either 1 or 2 to trap any errors.
I suspect a missing default account for profit and loss current year.it might also be another error.

Also pleaße tell us the release number of FrontAccounting and other os

Joe

1,108

(3 replies, posted in Accounts Payable)

The issue is the allocations that are done during the balances. You can set the parametre flag, Show Balance, to true for better syncronization.

Joe

If you want to report a 0 tax sales/purchases amount, then you should create a 0% tax type and include that into a group.

There are more explanation in the wiki regarding this.

Joe

Do you mean release 2.3.24 or 2.4 Beta? And Maybe som more details please, if you can.

/Joe

Hello,
Yes it is possible. Please have a look into Search not invoiced deliveries in Sales tab.
Here you will se a column with checkboxes for batching the deliveries.
Maybe you can get an idea from here.

Joe

Yes, I guess so. We will have to address Janusz with this.

Joe

@Bogeyman2007

Your code for popup search has been implemented in 2.4. Is has been modified slightly to work with the existing list searck for customer, suppliers and items. It works well and I thank you for your contribution.

Do you want to get credited with a form of a name, please let me know.

The popup search can be disabled for those wanted that.

Joe

1,114

(5 replies, posted in Announcements)

Thanks for sharing this. I have seen similar approaches in various open source db classes.The idea is fine, but I also see some negative effects about this. For seasoned SQL writers, you can loose the overall view of your SQL syntax.
But let this be subject for discussion.

/Joe

This ugly  bastard is now fixed in both 2.3.24 and 2.4 Beta.

/Joe

Well, i would agree that the numbers should be updated automatically, but we have discussed this internally, and there were other problems involved here. I will let Janusz comment on this.

Joe

@apmuthu
Yes the error should be enabled. If there are no customers and/or branches in the system, there should be an error reported before you can proceed. Will have a look.
@seend
In the meantime, please set the $go_debug variable first in the file config.php to 1 or 2, to trap any errors.

Joe

If no shipping COSTs on sales documents or views, they will not be printed or viewed.
2.3 repo updated and the Changes will go to next minor release.

/Joe

If no shipping exists, there is no reason for printing it, I guess.

I will have a look into this later today.

Joe

I cannot recall this topic. It is quite old. The routines have been rewritten a year or two ago.

Please update to release 2.3.24 to check if this is working as you want now.

/Joe

1,121

(6 replies, posted in Accounts Payable)

Hello,

Use your petty cash account. This should be established as a bank account. Then you can use this at both selling and purchasing.
Even if it is called a bank account, it is your own cash register account.

Joe

We are removing ourselves from the original topic.
What we could discuss in another topic is if we shouldd prevent entering non digits in the so called Numeric accounts.
F.i. Only digits 0-9.

Let us close this topic now.

Joe

Please, think about this as an accountant. The COA is presented as

0200
02001
1000
1001
10010
1002
2000
200011
3000

This is a normal presentation, where 5 or more digits are treated as subaccounts.
Can you see the disaster if we would sort these as integers?

This is the way COAs are setup, despite using digits or a combination of digits and characters.

No accountants are confused about this!

Joe

In FA there are no cast to integer for accounts. So you can safely use the default account setting

It would be rather inconvenient to treat an account number as an integer.

You are right. The account settings are either Numeric (which mean that only numeric characters are allowed to enter) =0, alphanumeric, where you can enter alpha characters also (Aa to Zz) =1 and last the alpha characters can only be uppercase = 2.

Sorry, I meant this url.

Joe