Thanks Janusz. The left sidebar has a menu link named Page title that needs to be changed to Dev Mailing List.
1,701 06/19/2018 10:52:35 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
1,702 06/18/2018 12:26:41 pm
Re: Installation guide not visible (3 replies, posted in Installation)
The Wiki is partly broken for now. Try the source of the page.
1,703 06/18/2018 12:24:46 pm
Re: Item Editable Description Issue (10 replies, posted in Items and Inventory)
Which version of PHP/MySQL/FA are you using?
Which browser / version are you using?
The said error pops up at line 319 of includes/ui/ui_lists.inc/
1,704 06/18/2018 11:46:40 am
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
@joe: Thanks. That was a real re-write! The 0_refs did not need an update - is it?
1,705 06/18/2018 05:34:06 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
Looks like a small stress test to see if the community forks the FA Wiki and / or how long they can do without it.
Many pages stand recovered now.
The Sales pages and the top two main menus are yet to be "restored".
Those dependent on the forum and the wiki for their "sustenance" are encouraged to donate to the project. Suffice it to say that in the meanwhile, the wiki cannot get updated with references to the forum as well. Otherwise, the userbase will peter away in quick time.
1,706 06/18/2018 02:25:02 am
Re: FA2.4.4 Payments Quick entries (4 replies, posted in Report Bugs here)
This may possibly be included in the upgrade script.
1,707 06/18/2018 02:18:48 am
Re: Can't log in after Maria Upgrade (2 replies, posted in Installation)
When any MySQL upgrade occurs, it may be necessary to upgrade the system tables as well. The my.cnf file may need to be checked for upgrade as well.
The following links may be useful:
* Upgrading from MySQL to MariaDB
* MySQL to MariaDB on Linux in 5 steps
1,708 06/15/2018 12:56:59 pm
Re: Project level billing and costing (5 replies, posted in Banking and General Ledger)
Dimensions are just independant numeric levels in the code but in the user interface you can name it what you want, like Departments can be Dimension 1 and Profit Centres can be Dimension 2.
1,709 06/15/2018 05:47:26 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
In the meanwhile, run your own PMWiki with the level 1 pages in the attachment. Beware of Latin1, Unicode and other glitches.
1,710 06/15/2018 05:17:05 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
Yes, the source renders okay.
Try: https://frontaccounting.com/fawiki/inde … ion=source.
It was the smart quotes and dashes and ampersands, although where they came from or why they have come into play I don't know.
All links lead to logout after logging in.
@joe: any updates? Was the server changed?
1,711 06/14/2018 04:10:56 pm
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
Any results?
1,712 06/14/2018 02:25:54 am
Re: Zero/negative inventory handling (9 replies, posted in Banking and General Ledger)
Manually deleting such Journal entries should not cause imbalance..... but you will be blind to it later!
1,713 06/14/2018 02:22:18 am
Re: Voucher numbering (11 replies, posted in Reporting)
Voucher numbering is a delicate issue needing utmost care as to whether they are primary keys or have other fields as primary keys and what linkages exist with similar numbered ones during the change process.
1,714 06/14/2018 02:19:38 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
The WIKI has been hacked / broken - most likely the latter.
The links on the left till and including Working with FA logout the user displaying a blank page.
Looks like some namespaces issue.
1,715 06/14/2018 01:52:07 am
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
Should there be any change in the 0_refs table as well?
Also the wo_requirements costs are listed as 0 for WO # 1.
The type field in the gl_trans table too needs to be set to 29:
UPDATE 0_gl_trans SET `type`='29' WHERE `counter`='13';
UPDATE 0_gl_trans SET `type`='29' WHERE `counter`='14';
UPDATE 0_gl_trans SET `type`='29' WHERE `counter`='15'; and lines 908-910 in en_US-demo.sql should be:
('13', '29', '1', '2017-05-05', '1510', '1 * iPad Air 2 16GB', '-400', '0', '0', NULL, NULL),
('14', '29', '1', '2017-05-05', '1510', '1 * iPhone 6 64GB', '-300', '0', '0', NULL, NULL),
('15', '29', '1', '2017-05-05', '1510', '1 * iPhone Cover Case', '-20', '0', '0', NULL, NULL),At the moment, any zero amount item (like Support in the WO #0) will be treated as Work in Progress and have it's amount set to total value of all inputs and later contra-ed on finished product receival. See Anatomy SQL in previous post. Wonder what happens when there are more than one zero cost input items!
1,716 06/14/2018 01:07:03 am
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
Even after the last commit, there is however no change in the WO_Production Costs for WO #1 shown in the attachment in the Post #2 in this thread. Everything still remains in the finished product receival part of the view instead of the input items being part of issues.
The complete anatomy of an Assembly Work Order is listed here and attached as well.
The time of entry is available only in the audit_trail table.
The amounts are not rounded off in the stock_moves and wo_requirements tables.
The amounts are rounded off in the gl_trans and stock_master tables.
The stock_master.material_cost field is computed as the weighted average of existing stock quantity and value and those of the currently produced item (or any other chosen programmed means).
1,717 06/12/2018 11:27:46 am
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
In the same vein, shouldn't the other entries be type=29 (ST_MANURECEIVE) instead of the current type=26?
1,718 06/11/2018 06:06:34 pm
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
001/2017 can be of different types.
In this case it is type=26, a WorkOrder.
Check to see if it has been voided - No, it is not.
Attached is the default Demo data of Work Order and a new work order's entries for comparison.
@joe: does the Demo Data need any change?
1,719 06/10/2018 07:57:37 pm
Re: Vat and Tax Setup (5 replies, posted in Setup)
Here are some FrontAccounting YouTube videos - they do not directly refer to taxes but you can search therefrom.
https://www.youtube.com/watch?v=V3JAinekq5A
https://www.youtube.com/watch?v=GpriCbSqEEk
https://www.youtube.com/watch?v=AVnG8lj3oS0
https://www.youtube.com/watch?v=pwSz2H0otnA
1,720 06/10/2018 07:51:45 pm
Re: how to change the pdf layout ? (1 replies, posted in Reporting)
The file reporting/includes/doctext.inc has 9 instances of the string "Your VAT no". They are assigned as translated keys in the array $aux_info and used in reporting/includes/header2.inc in lines 167-175:
foreach($aux_info as $info_header => $info_content)
{
$this->row = $iline2 - $this->lineHeight - 1;
$this->TextWrap($col, $this->row, $width, $info_header, 'C');
$this->row = $iline3 - $this->lineHeight - 1;
$this->TextWrap($col, $this->row, $width, $info_content, 'C');
$col += $width;
}You can selectively delete the offending "Your VAT no" element or skip over it in the loop above.
1,721 06/10/2018 07:39:39 pm
Re: Generating each invoice like xml to TAX GOVERMENT server in my country (2 replies, posted in FA Modifications)
Map the JSON / XML output to the FrontAccounting table fields / computed fields in English using the Standard US chart of accounts.
1,722 06/08/2018 02:45:43 am
Re: install issues (1 replies, posted in Installation)
Looks like you have a symlink to the public folder inside the public folder itself that gets called recursively.
Your cPanel's specific version parameters for FA installation may have some relative path somewhere. Contact your hosting provider.
1,723 06/06/2018 06:15:18 pm
Re: Error 500 modules Report Generator FA 2.4.3 (9 replies, posted in Modules Add-on's)
The Error 500 is that there is some other process using the required port.
1,724 06/06/2018 06:03:23 pm
Re: "Prefix" in Transaction References (10 replies, posted in Setup)
The lack of edit for transaction reference prefix is that there may be other transactions using it. Use with care manually.
1,725 06/06/2018 05:58:34 pm
Re: Vat and Tax Setup (5 replies, posted in Setup)
Refer the Tax setup pages in the wiki.
