Search for small_amount_cells in the entire codebase and replace it with amount_cells except in the function definition page at includes/ui/ui_input.inc and where discount percentage (Disc) fields occur.

Possibly an edit might confuse the system's average / costing computation. It is easier to revert to the previous cost and then compute anew when entered again.

The function price_in_words() prototype is defined in includes/hooks.inc and the fallback wrapper uses it in lang/new_language_template/locale.inc which needs to be put into the appropriate lang subfolder if you wish to customise it. The default function price_in_words() is defined in includes/ui/ui_view.inc and is available for Supplier Payments, Customer Payments and Cheques. By default line 865 in the said file does not provide the price in words for the Sales / Purchase Invoice. By commenting out line 866, all reports that use it will have the price in words enabled.

Refer this post.

2,029

(5 replies, posted in Reporting)

Copy over the appropriate repXXX.php from the reporting/ folder to the company/#/reporting/ folder and edit them there to hard code the footer.

Read this post and the wiki's Report Signature section.

769 strings yet to be translated in Transifex.

Committed to my FA24extensions repo.

100% Translation done for the install language in German.

2,031

(114 replies, posted in Reporting)

FA 2.4.4 has not been released as yet. If you are using the post release fixes for FA 2.4.3 then make sure your config.php matches the elements of the config.default.php.

The cursor should be in the field which needs the barcode and then it should be scanned into it.

2,033

(3 replies, posted in Installation)

@toHZLjGk: Thanks for the info. All those using Dashboard theme in FA 2.3.x should first uninstall it before upgrading to FA 2.4.x. The Dashboard is now built into the FA 2.4.x core.

Assume you received the balance, make a GRN for it and then return those that were not delivered and make a debit note for it.

Are you able to edit the Purchase Order to what has been received?

2,036

(3 replies, posted in Items and Inventory)

At the moment, you can use the memo field for tracking such info and link them to other tables that will have the relevant data.

2,037

(86 replies, posted in Modules Add-on's)

This constant was introduced in a recent commit.
Take the diff files (since the release) from here.

Good business for FA consultants wink

2,038

(13 replies, posted in Accounts Receivable)

As long as the Qty Dec and the Prices/Amount Dec are the same the report is okay.

@joe: The variable $dec is first used in Line 157 but assigned only later at Line 164 and that too as a Quantity Unit's Decimal (get_qty_dec()) and used correctly in the next 3 lines for Quantity values but wrongly in Line 179 for Total Amount. Another variable, say $dec1 should be assigned user_price_dec() much earlier and used for the first and last occurrences of the current $dec. While at it, whitespace on Line 138 can also be removed.

Logout, clear cache and then login again.

2,040

(13 replies, posted in Accounts Receivable)

The rep105 should be retained as is and the amount can be optionally added under the "Del Date" field.

@Alaa's implementation is attached herewith.

@joe: should we add this into the Sales Orders Report in the core by placing the amount under the Del Date?

Untick Sales price edition permission for the appropriate Non-Admin user in Setup => Access Setup.

2,042

(3 replies, posted in Setup)

Read the Wiki.

2,043

(2 replies, posted in Setup)

When you close the fiscal year and want to delete it, you should make some other fiscal year your active one in the Company Setup first before attempting to delete the old fiscal year.

2,044

(1 replies, posted in Reporting)

Add Items.
Add Suppliers.
Add Purchase Orders.
Now Print PO Reports.

Take your report as an excel sheet and then manipulate it there. If you customise your reports then place them in the company/#/reporting folder and they will override it for that company.

Yes, Firefox even latest one too is in the same state. All ALT-[Key] combinations just choose the tab menu shortcuts if available and if not, choose the first available matching shortcut for the Key and does not allow cycling through all available matching shortcuts for the same Key.

On logging into FA, we are at the Sales Tab. If we type ALT-P, we go to the next tab, Purchases instead of cycling through the menu items on the current tab:

Invoice Prepaid Orders
Customer Payments
Sales Persons

The solution is to keep the ALT key depressed while repeatedly pressing the menu option Key till the one needed gets highlighted and then release the keys to go to that page.

Read this post.

2,047

(6 replies, posted in Modules Add-on's)

@notrinos has done a wonderful job!
Any public repo or is it commercial?

2,048

(13 replies, posted in Accounts Receivable)

Packing Slip is the way out.

Barcode is just a keyboard interface. If you are already on the FA page for Invoice entry in the Item Code field, just scan in the Barcode and it will appear in the said field. Barcode reader Apps for the iPhone.

FA does that automatically when the year gets closed.