The customer/supplier balances are always presented in the customers/suppliers currency. Any calculations in domestic currency is done by the rate per record date.
Only the GL values are revaluated. This is a correct behaviour.
/Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
The customer/supplier balances are always presented in the customers/suppliers currency. Any calculations in domestic currency is done by the rate per record date.
Only the GL values are revaluated. This is a correct behaviour.
/Joe
Cannot be reproduced. Are you sure the BOM has been saved?
/Joe
You can do the same in the Direct Supp Invoice, or,
You can setup Purchase Pricing under Items and Inventory tab, for the items and supplier.
These text will then be printed on the PO to the supplier.
/Joe
Hello again, I can only tell you the mathematical expression. somevalue<<8 means that the binary bits are shifted 8 times to the left ![]()
Maybe someone out there have a better understandable explanation.
/Joe
I guess it will show up in the Sales tab. Maybe you have to logout and login again. I am not sure.
/Joe
This is rather tricky. These links are put here ind the end_page function depending on the type of page. Also if you have any attachments to an item viewed this link is also printed.
/Joe
Yes there are old repgen modules from the download site. Don't use them with newer releases.
Despite the unknown written, I still think it works. At least the latest versions. I haven't any experience, however, with this module.
/Joe
There are many different kind of panel envelopes. If it doesn't fit into yours, you can either fold it to fit or change the address coordinates inside the file /reporting/includes/header2.inc.
/Joe
The dirname(__FILE__) means the folder name of the file that included session.inc.
/Joe
The latest versions are those shown in Install/activate Modules/Extensions. You should probably use at least release 2.3.3 to use repgen extension.
/Joe
1. Easy, you can register these tools as items and set the Inventory account for these tools to be of type capital assets. You can also mark them as exclude from sales.
2. If you want these additional costs to be included in the purchase prices you should be add these costs on the Supp Invoice Item Lines. You will have to distribute these costs for the line items.
Be aware then, that Import Tax may have to be booked as tax for the tax authorities. Ask your Accountant/Auditor.
/Joe
You will have to use the Items and Inventory and create service items to use for invoicing. You can change the description for the line by editing the line after adding it. And the price can always be changed.
/Joe
In Purchasing Pricing under Items and Inventory tab, you can enter the suppliers id and description for your items. This will then be printed on the Purchase Orders.
/Joe
We call it Statements instead of reminders. To be printed from the Customer and Sales Reports, Print Statements.
/Joe
I think you need to talk to an account. You cannot have foreign currency accounts in your GL (General Ledger). You should setup your foreign currency accounts as bank accounts. Then use the Bank payment/deposit (MISC) to enter your interest etc for this bank account. This will create correct GL postings in the background.
/Joe
Hello Pete,
Yes the module/extension behaviour have changed a lot since earlier. Basicly because of the central repository for modules/extensions.
Please activate a couple of the latest extensions and look into it how it works and please ask questions if you are unsure.
Janusz has promised to make a documentation of this new behaviour, but unfortunately he is overloaded with work.
/Joe
Ericta, I am really sorry for your data loss. Hopefully you can forgive us. We are doing all this on a voluntary base without any money involved.
We try to do the best we can to avoid this, and it is the first time we have run into this kind of problem. And hopefully it will be the last time.
But for your own safety, please make frequently backup of your companies.
Humble regards
Joe.
2.3 RC2 means release candidate 2 of 2.3. This is where the database structure is locked for 2.3.X.
/Joe
If you are using newer versions of MySql you have to replace the type with engine.
It should be ok to use some of the tables as myisam and other as innodb.
I hope you are getting this to work.
/Joe
Also this should be fixed in 2.3.4
/Joe
This have been fixed in the release 2.3.4 that is about to ship today.
/Joe
Hello ad1t.
I am not sure I understand your question. If you mean how we communicate with the users, well this is one of the places. We also have News on Sourceforge and news on the Website.
We also have some miailing lists, developers and a more general mailing list. These can be found on the Sourceforge project page, were you also can subscribe to the lists.
/Joe
Ok, I misunderstood your question.
I will see what can be done.
/Joe
And remember to restart your Apache Server after the changes in php.ini.
/Joe
There was, for some reason, a missing 0_sys_types table in your script.
Please copy these lines and paste into phpMyAdmin to your database, SQL form, and run the query.
--
-- Table structure for table `0_sys_types`
--
DROP TABLE IF EXISTS `0_sys_types`;
CREATE TABLE IF NOT EXISTS `0_sys_types` (
`type_id` smallint(6) NOT NULL default '0',
`type_no` int(11) NOT NULL default '1',
`next_reference` varchar(100) NOT NULL default '',
PRIMARY KEY (`type_id`)
) TYPE=InnoDB;
--
-- Dumping data for table `0_sys_types`
--
INSERT INTO `0_sys_types` VALUES(0, 19, '3');
INSERT INTO `0_sys_types` VALUES(1, 8, '2');
INSERT INTO `0_sys_types` VALUES(2, 5, '2');
INSERT INTO `0_sys_types` VALUES(4, 3, '1');
INSERT INTO `0_sys_types` VALUES(10, 19, '4');
INSERT INTO `0_sys_types` VALUES(11, 3, '2');
INSERT INTO `0_sys_types` VALUES(12, 6, '1');
INSERT INTO `0_sys_types` VALUES(13, 5, '2');
INSERT INTO `0_sys_types` VALUES(16, 2, '1');
INSERT INTO `0_sys_types` VALUES(17, 2, '1');
INSERT INTO `0_sys_types` VALUES(18, 1, '3');
INSERT INTO `0_sys_types` VALUES(20, 8, '3');
INSERT INTO `0_sys_types` VALUES(21, 1, '1');
INSERT INTO `0_sys_types` VALUES(22, 4, '2');
INSERT INTO `0_sys_types` VALUES(25, 1, '2');
INSERT INTO `0_sys_types` VALUES(26, 1, '8');
INSERT INTO `0_sys_types` VALUES(28, 1, '1');
INSERT INTO `0_sys_types` VALUES(29, 1, '2');
INSERT INTO `0_sys_types` VALUES(30, 5, '6');
INSERT INTO `0_sys_types` VALUES(32, 0, '1');
INSERT INTO `0_sys_types` VALUES(35, 1, '1');
INSERT INTO `0_sys_types` VALUES(40, 1, '3');FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.