<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — balance sheet  zero values   report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5602</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5602&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in balance sheet  zero values   report.]]></description>
		<lastBuildDate>Tue, 10 Mar 2015 09:30:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22843#p22843</link>
			<description><![CDATA[<p>If you want to synch with the latest en_US-new CoA, then perform the following sql statements selectively based on contents in each table:</p><p><strong>DB Schema Synch</strong><br /></p><div class="codebox"><pre><code>/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;

ALTER TABLE `0_bank_accounts` CHANGE `bank_account_name` `bank_account_name` varchar(120)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `account_type`;
ALTER TABLE `0_chart_types` CHANGE `name` `name` varchar(120)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `id`;
ALTER TABLE `0_debtor_trans` ADD KEY `order_`(`order_`);
ALTER TABLE `0_purch_orders` 
    CHANGE `total` `total` double   NOT NULL DEFAULT 0 after `delivery_address`, 
    CHANGE `tax_included` `tax_included` tinyint(1)   NOT NULL DEFAULT 0 after `total`;
ALTER TABLE `0_suppliers` 
    CHANGE `tax_included` `tax_included` tinyint(1)   NOT NULL DEFAULT 0 after `payment_terms`, 
    CHANGE `dimension_id` `dimension_id` int(11)   NULL DEFAULT 0 after `tax_included`, 
    CHANGE `dimension2_id` `dimension2_id` int(11)   NULL DEFAULT 0 after `dimension_id`, 
    CHANGE `tax_group_id` `tax_group_id` int(11)   NULL after `dimension2_id`, 
    CHANGE `credit_limit` `credit_limit` double   NOT NULL DEFAULT 0 after `tax_group_id`, 
    CHANGE `purchase_account` `purchase_account` varchar(15)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `credit_limit`, 
    CHANGE `payable_account` `payable_account` varchar(15)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `purchase_account`, 
    CHANGE `payment_discount_account` `payment_discount_account` varchar(15)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `payable_account`, 
    CHANGE `notes` `notes` tinytext  COLLATE utf8_unicode_ci NOT NULL after `payment_discount_account`, 
    CHANGE `inactive` `inactive` tinyint(1)   NOT NULL DEFAULT 0 after `notes`;
ALTER TABLE `0_users` 
    CHANGE `query_size` `query_size` tinyint(1) unsigned   NOT NULL DEFAULT 10 after `last_visit_date`, 
    CHANGE `print_profile` `print_profile` varchar(30)  COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039; after `pos`;

/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;</code></pre></div><p><strong>DB Data Synch</strong><br /></p><div class="codebox"><pre><code>SET AUTOCOMMIT = 0;

/*
-- Remove Contacts - use for new install only
DELETE FROM `0_crm_contacts`  WHERE 1 ;
*/

/*
-- Remove Persons - use for new install only
DELETE FROM `0_crm_persons`  WHERE 1 ;
*/

INSERT IGNORE INTO `0_fiscal_year` VALUES (&#039;7&#039;, &#039;2014-01-01&#039;, &#039;2014-12-31&#039;, &#039;0&#039;);
INSERT IGNORE INTO `0_fiscal_year` VALUES (&#039;8&#039;, &#039;2015-01-01&#039;, &#039;2015-12-31&#039;, &#039;0&#039;);

/*
-- Execute for new install only (for others if executed, then all item related records will need to changed if used)
DELETE FROM `0_item_units`  WHERE (`abbr` = &#039;ea.&#039;) ;
INSERT INTO `0_item_units` VALUES (&#039;each&#039;, &#039;Each&#039;, &#039;0&#039;, &#039;0&#039;);
*/
INSERT INTO `0_item_units` VALUES (&#039;hr&#039;, &#039;Hours&#039;, &#039;0&#039;, &#039;0&#039;);

-- FA 2.3.22+ changes days_before_due from 1 to 0
UPDATE `0_payment_terms` SET `days_before_due`=&#039;0&#039; WHERE (`terms_indicator` = 4 AND `terms`=&#039;Cash Only&#039;) ;

-- NULL to blank string
UPDATE `0_print_profiles` SET `report`=&#039;&#039; WHERE (`id` BETWEEN 1 AND 3) ;

/*
-- Remove Quick Entries - for new install only
DELETE FROM `0_quick_entries`  WHERE 1 ;
*/

-- areas 526 added for FA 2.3.22+
UPDATE `0_security_roles` SET `areas`=&#039;257;258;259;260;513;514;515;516;517;518;519;520;521;522;523;524;525;526;769;770;771;772;773;774;2817;2818;2819;2820;2821;2822;2823;3073;3074;3082;3075;3076;3077;3078;3079;3080;3081;3329;3330;3331;3332;3333;3334;3335;5377;5633;5634;5635;5636;5637;5641;5638;5639;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8195;8196;8197;8449;8450;8451;10497;10753;10754;10755;10756;10757;11009;11010;11011;11012;13057;13313;13314;13315;15617;15618;15619;15620;15621;15622;15623;15624;15628;15625;15626;15627;15873;15874;15875;15876;15877;15878;15879;15880;15883;15881;15882;16129;16130;16131;16132&#039;  WHERE (`id` = 2) ;

UPDATE `0_stock_category` SET `dflt_tax_type`=&#039;1&#039;, `dflt_units`=&#039;hr&#039;  WHERE (`category_id` = 4) ;

INSERT INTO `0_sys_prefs` VALUES (&#039;bcc_email&#039;, &#039;setup.company&#039;, &#039;varchar&#039;, &#039;100&#039;, &#039;&#039;);

-- reset `type_no` to 1 as it is no longer used
UPDATE `0_sys_types` SET `type_no`=&#039;1&#039; WHERE 1;

COMMIT;</code></pre></div><p>The sqls are attached as well.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 10 Mar 2015 09:30:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22843#p22843</guid>
		</item>
		<item>
			<title><![CDATA[Re: balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22827#p22827</link>
			<description><![CDATA[<p>my&nbsp; &nbsp;database&nbsp; have&nbsp; transaction&nbsp; &nbsp;in&nbsp; it&nbsp; &nbsp;,&nbsp; when i&nbsp; replace&nbsp; &nbsp; the&nbsp; sql&nbsp; file</p><p>is&nbsp; it&nbsp; &nbsp;update&nbsp; &nbsp;automatic<br />and what happen&nbsp; to my data</p>]]></description>
			<author><![CDATA[null@example.com (mostfa ayad)]]></author>
			<pubDate>Mon, 09 Mar 2015 11:37:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22827#p22827</guid>
		</item>
		<item>
			<title><![CDATA[Re: balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22826#p22826</link>
			<description><![CDATA[<p>Use a program like <a href="http://www.winmerge.org">WinMerge</a> on Windows and compare the sql/en_US-new.sql and sql/ar_EG-8digits.sql for differences in schema first.</p><p>Also verify that you are using the <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=snapshot;h=2e570d1c62dd7775213cfffe3cf1ab186b94117f;sf=tgz">latest snapshot of FA v2.3.22+</a>.</p><p>The said <strong>sql/ar_EG-8digits.sql</strong> Chart of Accounts has now been updated to synch with the <strong>sql/en_US-new.sql</strong> in <a href="https://github.com/apmuthu/frontaccounting/commit/01bebd532bd6b65d06c8a9f4a1b7ab40064b4c7b">my GitHub Repo</a>. It now has the CREATE TABLE IF NOT EXISTS and DROP TABLE constructs in them. Overwrite your <strong>sql/ar_EG-8digits.sql</strong> file with the <a href="https://github.com/apmuthu/frontaccounting/raw/01bebd532bd6b65d06c8a9f4a1b7ab40064b4c7b/extensions/Charts/chart_ar_EG-GAAP/ar_EG-8digits.sql">one</a> from my GitHub Repo.</p><p>@joe: all FA v2.3.x CoAs should have the same schema in the official pkg repo - otherwise, the &quot;official&quot; and &quot;signed&quot; will have lost &quot;trust&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 09 Mar 2015 08:34:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22826#p22826</guid>
		</item>
		<item>
			<title><![CDATA[Re: balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22825#p22825</link>
			<description><![CDATA[<p>thank&nbsp; you&nbsp; for help<br />but&nbsp; where&nbsp; i can&nbsp; found&nbsp; the&nbsp; differences</p>]]></description>
			<author><![CDATA[null@example.com (mostfa ayad)]]></author>
			<pubDate>Mon, 09 Mar 2015 08:21:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22825#p22825</guid>
		</item>
		<item>
			<title><![CDATA[Re: balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22817#p22817</link>
			<description><![CDATA[<p>The Standard en_US-demo.sql running on FA 2.3.22+ on windows localhost provides the attached outputs. Whilst the Balance Sheet report (rep706.php) is displayed with no zeroes, the Trial Balance report (rep708.php) has a filter for with and without zeroes.</p><p>Check your Egypt CoA with the standard en_US-demo.sql file for any differences.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 08 Mar 2015 15:04:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22817#p22817</guid>
		</item>
		<item>
			<title><![CDATA[balance sheet  zero values   report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22815#p22815</link>
			<description><![CDATA[<p>hi&nbsp; <br />this&nbsp; is&nbsp; good work&nbsp; &nbsp;thanks</p><br /><p>my problem is&nbsp; when i&nbsp; &nbsp;report&nbsp; the&nbsp; trial balance&nbsp; or&nbsp; balance sheet&nbsp; &nbsp;<br />i have values&nbsp; in&nbsp; zero&nbsp; &nbsp;</p><p>i use&nbsp; the&nbsp; Arabic Egypt 8 digits COA - GAAP</p>]]></description>
			<author><![CDATA[null@example.com (mostfa ayad)]]></author>
			<pubDate>Sun, 08 Mar 2015 08:39:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22815#p22815</guid>
		</item>
	</channel>
</rss>
