2,001

(7 replies, posted in Accounts Receivable)

A backup of the FA instance would provide the CoA along with your data as well. Compare it with the default standard template at sql/en_US-new.sql file and populate only the data equivalents in your backup, deleting all other data. The password hashes in the user table should be reverted to the one in the standard template. The key elements of the CoA would be your chart_master, chart_class and chart_types tables apart from user preferences in the sys_prefs tables and data in your config.php / config_db.php file sans the db and mail access credentials. The FA versions and the db sql versions are in the version.php file.

2,002

(4 replies, posted in Accounts Receivable)

When a Direct Sales Invoice is raised on Cash Payment Terms, this is what is expected to happen - casual over the counter purchases. The correct way is to
1. raise a Quote (optional),
2. make a Sales Order,
3. effect a Delivery of items,
4. Invoice the Sales Delivered on Credit payment terms,
5. Receive a Payment from the customer and then
6. Allocate it to the appropriate Invoice(s).

2,003

(1 replies, posted in Accounts Receivable)

Pass a Journal (Adjustment) entry.

DEBIT entire credit balance less the actuals $3.93 as an adjustment entry and CREDIT the Petty cash account (or Bank Account) into which you generally receive such payments from the said customer and make sure you make up for the cash (bank) difference from your pocket!

2,004

(4 replies, posted in Setup)

All fiscal years must be in the order of the id field as well. Only then will deletion take place. You will need to take a full backup and restore it into another install and work on the MySQL tables carefully possibly in conjunction with a MySQL client such as phpMyAdmin or SQLyog. Also make a list of the plugins and their versions in use. This is not for the faint of heart - take professional assistance if unsure. Post a bounty in the Job offers board.

How many years do you have loaded on your system? Export out the fiscal_years table and see whether the id field is in the same order as the start date of the fiscal years order.

You may also contact the Support Consultants for assistance.

2,005

(7 replies, posted in Accounts Receivable)

When you installed FA, what chart of accounts did you choose?

The next available Journal Entry # autofills the field but remains editable.

2,007

(1 replies, posted in Reporting)

Read the Wiki for Dimensions and it's uses.

2,008

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

2,009

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

2,010

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

2,011

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

2,013

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

2,015

(6 replies, posted in Report Bugs here)

Pass a correction (Journal) voucher.

2,016

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

2,018

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

2,020

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

2,021

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

2,023

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

2,024

(30 replies, posted in Fixed Assets)

@joe: Can commit post 12 herein.

2,025

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