1,976

(1 replies, posted in Reporting)

The Print Button uses the javascript:window.print(); JS construct that sends the whole html page to print. You make a wrapper JS function for the print() function that removes the footer and then prints the rest.

1,977

(27 replies, posted in Dimensions)

Reference Numbers are given for different transaction types - Sales Orders, Sales Invoice, Purchase Order, etc. Dimensions are for Profit Centres / Departments / Divisions, etc. Where do you have a Dimension Reference Number?

1,978

(3 replies, posted in Accounts Receivable)

Txn 1: When Customer paid, the payment was sent to Petty Cash instead of the specific Bank.
Txn 2: Allocations have been made from this payment into one or more Sales Invoices.

If you have a backup before and after each transaction, you may be able to revert just the payment alone to the appropriate bank account if you are unable to edit the payment itself. The backups can be compared using the likes of WinMerge.

1,979

(7 replies, posted in Accounts Receivable)

Which Chart of Accounts are you using?

For now we need to do it directly in the tables as it is not yet editable in the FA Web UI.
Any FA Web UI for zeroing out and / or reducing the qty to just what is delivered?

We can edit the PO atleast as Admin.

1,981

(27 replies, posted in Dimensions)

Dimensions are now Profit Centres / Company Divisions / Departments where reports can be used to track filtered transactions. Reference Numbers (and their patterns) can be edited  to set the next reference number. Read the Wiki.

Yes we should be able to edit a Purchase Order by adding some negative quantity items to state we do not wish to receive the undelivered items anymore!

@joe: What is the way to purge balance undelivered items in any purchase order?

1,983

(6 replies, posted in Report Bugs here)

Pass a correction (Journal) voucher.

1,984

(6 replies, posted in Report Bugs here)

If you made your Opening balances using a single Journal Voucher in the previous fiscal and closed it and had it brought forward into the new year all should be okay.

Start a project on GitHub and get others to fork and contribute.

1,986

(6 replies, posted in Report Bugs here)

All values are okay as per attachment.

The ORDER BY is implemented in the array_merge() array's element of the first argument and remains the same in both FA 2.3.x and 2.4.x as:

'order' => array('c.description','stock_id')

What did you change it to, in order to make it the way you wanted?

1,988

(7 replies, posted in Accounts Receivable)

Check what has changed in the files since then to the last version 2.3.26. Each account you want as a bank account should be declared so in Banking and General Ledger => Bank Accounts.

1,989

(30 replies, posted in Fixed Assets)

In your previous post you listed the commit that addressed the issue. Just follow it or use the entire set of changes after the FA 2.4.3 release to overwrite them.

It may be easier to state that your currency is in 1000's - are there any goods / currency notes less than 1000 denomination in Indonesia?

1,991

(30 replies, posted in Fixed Assets)

This should not be done. A stock item is not a fixed asset item. We are now using a different function for the checks here: check_db_has_depreciable_fixed_assets()

1,992

(30 replies, posted in Fixed Assets)

@joe: Can commit post 12 herein.

1,993

(4 replies, posted in Setup)

Cascades and referential integrity constraints are not yet used in the default FA 2.4.3 for now and hence the relationships do not show up in the MySQL workbench. SQLyog is another tool to get the schema.

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.

1,997

(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.

1,999

(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.