1,326

(16 replies, posted in Report Bugs here)

Alvin, please do not feed the SEO troll.
Janusz

1,327

(24 replies, posted in Accounts Payable)

If I understand from your post #22, are you saying that the system automatically fails to calculate purchase VAT (from the same item sold) just to account for the Purchase tax reclaimable?

No. System calculate taxes according to your setup . If you select tax group which does not contain taxes, no tax will be calculated.

Please read the related wiki page to learn how the tax system works in FA. It works exactly the same for sales and purchases (despite the taxes are posted to credit or debit GL side). Taxes calculated depend both on item involved (by Item Tax Type) and customer/ssuplier (by Tax Group).

Janusz

1,328

(3 replies, posted in Setup)

Sure. When you are ready send the translation file to our contributions mailbox (address you will find on contact page).
Janusz

1,329

(24 replies, posted in Accounts Payable)

If tax is properly posted for sales invoice but this is not the case for supplier invoice (providing the same item is sold and purchased), the supplier used for purchase invoice has tax group selected which is fully tax exempt.

Janusz

Delivery date is date of arrival of goods to your inventory, not the date of delivery from your supplier. Using FS 2.3 if this is the same date you can eventually use Direct Purchase Delivery which generate related PO in background during GRN, without need for separate PO entry.
Janusz

1,331

(9 replies, posted in Items and Inventory)

This is not so easy. Transportation costs are subject to payment, so it should be registered on AP account of freight company, therefore we have to entry separate supplier invoice for it. Also additional transportation charges change cost of items involved in given delivery, and have no influence on other items in inventory, so cost invoice have to set relation to selected delivery. Do you know how it is maintained in other accounting packages from user point of view?

Janusz

1,332

(3 replies, posted in Setup)

Oh, yes you are right. This is short input field. You can change it in gl_journal_ui.inc file changing small_amount_cell() to amount_cell() for the two fields about line 206

Janusz

1,333

(3 replies, posted in Setup)

For amount storage double type is used for which range is  +-1.7976931348623157E+308.
Should be enough for everybody including Walton family's accountants.
Janusz

1,334

(4 replies, posted in Setup)

No problem. Thanks for the alarm cancelation wink.
Janusz

1,335

(17 replies, posted in Accounts Payable)

You can also define Quick Entry of type bank payment and use it for direct registering payment to costs and tax accounts.

Regarding Supplier Invoice it does calculate taxes, however taxes are not displayed on screen for now. This issue is subject to change in 2.3RC1, I think.

Janusz

1,336

(4 replies, posted in Setup)

There is no additional setting required, so if the theme did not appear in selector you have probably incorrect permissions set on the new folder, then  www server cannot read it.
Janusz

1,337

(4 replies, posted in Translations)

Keep in mind the 9% does not include fuzzy (automatic)  translations. Maybe correcting those 802 messages require less effort than starting from beginning? Anyway current language templates are bundled with latest releases, both 2.2.11 and 2.3b.

Janusz

1,338

(17 replies, posted in Accounts Payable)

This is simply because payment is not subject to taxation. The taxes are collected or deducted on sales invoice issue or purchase invoice receive respectively.
Janusz

1,339

(3 replies, posted in Items and Inventory)

Welll, seems we should fix the inventory reports adding UOM  to have them more readable.
Janusz

1,340

(9 replies, posted in Items and Inventory)

Do you see any idea  how to deal with this case to avoid need for manual item cost update?
Janusz

1,341

(4 replies, posted in Reporting)

All this require more detailed lookup in reporting module/database structure, so ask your php developer for customized report.
Janusz

1,342

(2 replies, posted in Reporting)

There is customer details listing available in customer reporting, but this does not include branch level details. Unfortunately there is no detailed listing for branches currently.
Janusz

1,343

(4 replies, posted in Reporting)

You can comment out fragment of the code responsible for bank details printout about line 317 of header2.inc

Thanks for your warm words.

Janusz

No, you can't as bad interpreted date will have bad value.
You have to select right date format in display preferences.
Janusz

1,345

(22 replies, posted in Setup)

Maybe we should change this, but this require checking not only GL postings table but also a couple of other tables which store other 'transactions' like orders which do not generate any GL postings. Current way of maintenance of fiscal years is simplest one, other one would be more prone to errors after eventual future db structure changes.

Janusz

1,346

(3 replies, posted in Setup)

Shipping tax is used always when you entry any non-zero shipping amount on sales invoice. This is necessary as shipping (in contract to invoice line items) have no tax group configured in items table.

Janusz

1,347

(7 replies, posted in FA Modifications)

Agree. Will be fixed in 2.3RC1.
Janusz

1,348

(4 replies, posted in Reporting)

You should change SQL query in rep106.php report to select only those records which have ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount <= alloc
Janusz

1,349

(2 replies, posted in Accounts Receivable)

Yes, you should simply use Direct Invoice sales menu option.
Janusz

1,350

(12 replies, posted in Banking and General Ledger)

FA should work right both in Linux and Win. I personally use Linux box for development, but Joe develops (and make all tests) under Win.
Janusz