You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(20) |
Aug
(21) |
Sep
(12) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(3) |
Feb
(46) |
Mar
(65) |
Apr
(49) |
May
(33) |
Jun
(5) |
Jul
(79) |
Aug
(228) |
Sep
(347) |
Oct
(272) |
Nov
(270) |
Dec
(424) |
2005 |
Jan
(549) |
Feb
(232) |
Mar
(134) |
Apr
(103) |
May
(57) |
Jun
(74) |
Jul
(67) |
Aug
(45) |
Sep
(99) |
Oct
(187) |
Nov
(238) |
Dec
(127) |
2006 |
Jan
(81) |
Feb
(137) |
Mar
(46) |
Apr
(55) |
May
(62) |
Jun
(152) |
Jul
(137) |
Aug
(154) |
Sep
(176) |
Oct
(104) |
Nov
(65) |
Dec
(64) |
2007 |
Jan
(56) |
Feb
(303) |
Mar
(88) |
Apr
(80) |
May
(72) |
Jun
(20) |
Jul
(47) |
Aug
(28) |
Sep
(113) |
Oct
(49) |
Nov
(89) |
Dec
(24) |
2008 |
Jan
(24) |
Feb
(61) |
Mar
(43) |
Apr
(51) |
May
(12) |
Jun
(10) |
Jul
(49) |
Aug
(26) |
Sep
(7) |
Oct
(50) |
Nov
(19) |
Dec
(15) |
2009 |
Jan
(87) |
Feb
(144) |
Mar
(54) |
Apr
(72) |
May
(32) |
Jun
(23) |
Jul
(27) |
Aug
(90) |
Sep
(349) |
Oct
(174) |
Nov
(320) |
Dec
(110) |
2010 |
Jan
(162) |
Feb
(39) |
Mar
(80) |
Apr
(126) |
May
(45) |
Jun
(44) |
Jul
(75) |
Aug
(32) |
Sep
(100) |
Oct
(57) |
Nov
(49) |
Dec
(125) |
2011 |
Jan
(72) |
Feb
(41) |
Mar
(63) |
Apr
(18) |
May
(123) |
Jun
(100) |
Jul
(96) |
Aug
(84) |
Sep
(83) |
Oct
(39) |
Nov
(166) |
Dec
(103) |
2012 |
Jan
(158) |
Feb
(148) |
Mar
(77) |
Apr
(43) |
May
(126) |
Jun
(82) |
Jul
(67) |
Aug
(28) |
Sep
(109) |
Oct
(30) |
Nov
(23) |
Dec
(34) |
2013 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
(79) |
May
(76) |
Jun
(13) |
Jul
(76) |
Aug
(36) |
Sep
(22) |
Oct
(35) |
Nov
(167) |
Dec
(93) |
2014 |
Jan
(64) |
Feb
(14) |
Mar
(57) |
Apr
(63) |
May
(60) |
Jun
(15) |
Jul
(24) |
Aug
(19) |
Sep
(56) |
Oct
(70) |
Nov
(45) |
Dec
(52) |
2015 |
Jan
(56) |
Feb
(73) |
Mar
(34) |
Apr
(11) |
May
(24) |
Jun
(19) |
Jul
(11) |
Aug
(8) |
Sep
(25) |
Oct
(22) |
Nov
(38) |
Dec
(7) |
2016 |
Jan
(7) |
Feb
(34) |
Mar
(17) |
Apr
(10) |
May
(17) |
Jun
(7) |
Jul
(17) |
Aug
(31) |
Sep
(3) |
Oct
(34) |
Nov
(5) |
Dec
(2) |
2017 |
Jan
|
Feb
(4) |
Mar
(18) |
Apr
(6) |
May
(10) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
(1) |
2018 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
(10) |
May
(5) |
Jun
|
Jul
(7) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(2) |
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
(3) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2022 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(30) |
Nov
|
Dec
(2) |
From: Phil D. <ph...@lo...> - 2014-12-06 04:12:22
|
Well in session.inc we have a line if ($FirstLogin AND !$SupplierLogin AND !$CustomerLogin AND $_SESSION['ShowDashboard']==1) { header('Location: ' . $PathPrefix .'Dashboard.php'); } So only if it is the first login and it is not a supplier or customer login and the system parameter for ShowDashboard is set to on.... One issue I am not sure we have coded the ShowDashboard in system parameters. I am actually wondering if this should be a user flag in www_users table so that only users with the ShowDashboard comes up. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 06/12/14 15:02, Rafael Chacón wrote: > Hi, > > Sorry for the question, but I need help... > > In webERP 4.11.5, we have a Dashboard at start-up, but in webERP 4.12 > we do not have it. > > How to setup a Dashboard at start-up like in 4.11.5 ? > > Best regards, Rafael. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Rafael C. <raf...@gm...> - 2014-12-06 02:02:25
|
Hi, Sorry for the question, but I need help... In webERP 4.11.5, we have a Dashboard at start-up, but in webERP 4.12 we do not have it. How to setup a Dashboard at start-up like in 4.11.5 ? Best regards, Rafael. |
From: ExsonQu <hex...@gm...> - 2014-12-05 04:38:52
|
*Hi, * Welcome to feedback problem. I've reviewed what you said. They've been there at lease since version 4.04.4. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/I-can-not-post-Reciepts-of-payments-CustomerReceipt-php-tp4657875p4657882.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2014-12-05 04:07:39
|
*Hi, Wertthey,* Thank you for your report! I've corrected the field name. Please check if the problem solved or still exists other problem. Thanks and again and sorry for the errors introduced. Best regards! Exson CustomerReceipt.zip <http://weberp-accounting.1478800.n4.nabble.com/file/n4657881/CustomerReceipt.zip> -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/CustomerReceipt-php-issue-seems-like-the-tables-was-not-updated-after-upgrade-tp4657876p4657881.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2014-12-05 04:02:28
|
Well a PO may consist of many different deliveries and these are referred to as GRNs Goods received notes in webERP. The GRN is then allocated to accounts payable invoices. There is not currently a drill down on AP invoices to see which GRNs it was paying nor is there an inquiry the other way either to look through a PO to the GRNs and AP invoices - although this would be possible. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 05/12/14 16:25, Michael K wrote: > Halo, > is there any way to know or to make report which PO is already paid > off in weberp? > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Michael K <mic...@gm...> - 2014-12-05 03:25:32
|
Halo, is there any way to know or to make report which PO is already paid off in weberp? |
From: Pablo M. <pm...@lu...> - 2014-12-04 23:41:48
|
In BOMIndentedReverse.php at line 330 : $pdf->addTextWrap($Xpos,$YPos,90,$FontSize,_(' 12345678901234567890'), 'left'); Same in BOMIndented.php Regards Pablo Martin |
From: gilberto d. s. a. <gs...@gm...> - 2014-12-04 20:53:18
|
hi. following is weberp 4.11.3 version table for compare. see that columns also do not exist on 4.11.3. -- Estrutura da tabela `custbranch` -- -- weberp-4-11-3 -- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de Dados: `weberp_4_11_3` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `custbranch` -- CREATE TABLE IF NOT EXISTS `custbranch` ( `branchcode` varchar(10) NOT NULL DEFAULT '', `debtorno` varchar(10) NOT NULL DEFAULT '', `brname` varchar(40) NOT NULL DEFAULT '', `braddress1` varchar(40) NOT NULL DEFAULT '', `braddress2` varchar(40) NOT NULL DEFAULT '', `braddress3` varchar(40) NOT NULL DEFAULT '', `braddress4` varchar(50) NOT NULL DEFAULT '', `braddress5` varchar(20) NOT NULL DEFAULT '', `braddress6` varchar(40) NOT NULL DEFAULT '', `lat` float(10,6) NOT NULL DEFAULT '0.000000', `lng` float(10,6) NOT NULL DEFAULT '0.000000', `estdeliverydays` smallint(6) NOT NULL DEFAULT '1', `area` char(3) NOT NULL, `salesman` varchar(4) NOT NULL DEFAULT '', `fwddate` smallint(6) NOT NULL DEFAULT '0', `phoneno` varchar(20) NOT NULL DEFAULT '', `faxno` varchar(20) NOT NULL DEFAULT '', `contactname` varchar(30) NOT NULL DEFAULT '', `email` varchar(55) NOT NULL DEFAULT '', `defaultlocation` varchar(5) NOT NULL DEFAULT '', `taxgroupid` tinyint(4) NOT NULL DEFAULT '1', `defaultshipvia` int(11) NOT NULL DEFAULT '1', `deliverblind` tinyint(1) DEFAULT '1', `disabletrans` tinyint(4) NOT NULL DEFAULT '0', `brpostaddr1` varchar(40) NOT NULL DEFAULT '', `brpostaddr2` varchar(40) NOT NULL DEFAULT '', `brpostaddr3` varchar(40) NOT NULL DEFAULT '', `brpostaddr4` varchar(50) NOT NULL DEFAULT '', `brpostaddr5` varchar(20) NOT NULL DEFAULT '', `brpostaddr6` varchar(40) NOT NULL DEFAULT '', `specialinstructions` text NOT NULL, `custbranchcode` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`branchcode`,`debtorno`), KEY `BrName` (`brname`), KEY `DebtorNo` (`debtorno`), KEY `Salesman` (`salesman`), KEY `Area` (`area`), KEY `DefaultLocation` (`defaultlocation`), KEY `DefaultShipVia` (`defaultshipvia`), KEY `taxgroupid` (`taxgroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Constraints for dumped tables -- -- -- Limitadores para a tabela `custbranch` -- ALTER TABLE `custbranch` ADD CONSTRAINT `custbranch_ibfk_1` FOREIGN KEY (`debtorno`) REFERENCES `debtorsmaster` (`debtorno`), ADD CONSTRAINT `custbranch_ibfk_2` FOREIGN KEY (`area`) REFERENCES `areas` (`areacode`), ADD CONSTRAINT `custbranch_ibfk_3` FOREIGN KEY (`salesman`) REFERENCES `salesman` (`salesmancode`), ADD CONSTRAINT `custbranch_ibfk_4` FOREIGN KEY (`defaultlocation`) REFERENCES `locations` (`loccode`), ADD CONSTRAINT `custbranch_ibfk_6` FOREIGN KEY (`defaultshipvia`) REFERENCES `shippers` (`shipper_id`), ADD CONSTRAINT `custbranch_ibfk_7` FOREIGN KEY (`taxgroupid`) REFERENCES `taxgroups` (`taxgroupid`); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 2014-12-04 16:13 GMT-02:00 wertthey <jp...@nu...>: > After I upgraded from 4.11.0 to 4.11.5. I have had a few problems > > I will try to accurately display them. > > When trying to post a payment FROM a client I search on the client and It > appears as though there is column missing in my table. it startes that > there is a column called > > custbranch.salesperson which does not exist. It is called from the page > CustomerReceipt.php it appears as though there is a custbranch.salesman > column. > > (Note that When I upgraded to 4.11.5 it did not state that there issues > with > the update.) > > > < > http://weberp-accounting.1478800.n4.nabble.com/file/n4657876/SearchCustomerReceipt.jpg > > > > This is the export of the structure of my table. > > -- phpMyAdmin SQL Dump > -- version 3.4.9 > -- http://www.phpmyadmin.net > -- > -- Host: localhost > -- Generation Time: Dec 04, 2014 at 12:18 PM > -- Server version: 5.5.28 > -- PHP Version: 5.3.10-1ubuntu3.4 > > SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; > SET time_zone = "+00:00"; > > -- > -- Database: `weberp` > -- > > -- -------------------------------------------------------- > > -- > -- Table structure for table `custbranch` > -- > > CREATE TABLE IF NOT EXISTS `custbranch` ( > `branchcode` varchar(10) NOT NULL DEFAULT '', > `debtorno` varchar(10) NOT NULL DEFAULT '', > `brname` varchar(40) NOT NULL DEFAULT '', > `braddress1` varchar(40) NOT NULL DEFAULT '', > `braddress2` varchar(40) NOT NULL DEFAULT '', > `braddress3` varchar(40) NOT NULL DEFAULT '', > `braddress4` varchar(50) NOT NULL DEFAULT '', > `braddress5` varchar(20) NOT NULL DEFAULT '', > `braddress6` varchar(40) NOT NULL DEFAULT '', > `lat` float(10,6) NOT NULL, > `lng` float(10,6) NOT NULL, > `estdeliverydays` smallint(6) NOT NULL DEFAULT '1', > `area` char(3) NOT NULL, > `salesman` varchar(4) NOT NULL DEFAULT '', > `fwddate` smallint(6) NOT NULL DEFAULT '0', > `phoneno` varchar(20) NOT NULL DEFAULT '', > `faxno` varchar(20) NOT NULL DEFAULT '', > `contactname` varchar(30) NOT NULL DEFAULT '', > `email` varchar(55) NOT NULL DEFAULT '', > `defaultlocation` varchar(5) NOT NULL DEFAULT '', > `taxgroupid` tinyint(4) NOT NULL DEFAULT '1', > `defaultshipvia` int(11) NOT NULL DEFAULT '1', > `deliverblind` tinyint(1) DEFAULT '1', > `disabletrans` tinyint(4) NOT NULL DEFAULT '0', > `specialinstructions` varchar(40) NOT NULL DEFAULT '', > `brpostaddr1` varchar(40) NOT NULL DEFAULT '', > `brpostaddr2` varchar(40) NOT NULL DEFAULT '', > `brpostaddr3` varchar(40) NOT NULL DEFAULT '', > `brpostaddr4` varchar(50) NOT NULL DEFAULT '', > `brpostaddr5` varchar(20) NOT NULL DEFAULT '', > `brpostaddr6` varchar(40) NOT NULL DEFAULT '', > `custbranchcode` varchar(30) NOT NULL DEFAULT '', > PRIMARY KEY (`branchcode`,`debtorno`), > KEY `BrName` (`brname`), > KEY `DebtorNo` (`debtorno`), > KEY `Salesman` (`salesman`), > KEY `Area` (`area`), > KEY `DefaultLocation` (`defaultlocation`), > KEY `DefaultShipVia` (`defaultshipvia`), > KEY `taxgroupid` (`taxgroupid`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8; > > -- > -- Constraints for dumped tables > -- > > -- > -- Constraints for table `custbranch` > -- > ALTER TABLE `custbranch` > ADD CONSTRAINT `custbranch_ibfk_1` FOREIGN KEY (`debtorno`) REFERENCES > `debtorsmaster` (`debtorno`), > ADD CONSTRAINT `custbranch_ibfk_2` FOREIGN KEY (`area`) REFERENCES > `areas` > (`areacode`), > ADD CONSTRAINT `custbranch_ibfk_3` FOREIGN KEY (`salesman`) REFERENCES > `salesman` (`salesmancode`), > ADD CONSTRAINT `custbranch_ibfk_4` FOREIGN KEY (`defaultlocation`) > REFERENCES `locations` (`loccode`), > ADD CONSTRAINT `custbranch_ibfk_6` FOREIGN KEY (`defaultshipvia`) > REFERENCES `shippers` (`shipper_id`), > ADD CONSTRAINT `custbranch_ibfk_7` FOREIGN KEY (`taxgroupid`) REFERENCES > `taxgroups` (`taxgroupid`); > > > > ----- > Using weberp since 2004 > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/CustomerReceipt-php-issue-seems-like-the-tables-was-not-updated-after-upgrade-tp4657876.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > -- gilberto dos santos alves +55(11)9-8646-5049 sao paulo - sp - brasil |
From: wertthey <jp...@nu...> - 2014-12-04 18:21:19
|
After I upgraded from 4.11.0 to 4.11.5. I have had a few problems I will try to accurately display them. When trying to post a payment FROM a client I search on the client and It appears as though there is column missing in my table. it startes that there is a column called custbranch.salesperson which does not exist. It is called from the page CustomerReceipt.php it appears as though there is a custbranch.salesman column. (Note that When I upgraded to 4.11.5 it did not state that there issues with the update.) <http://weberp-accounting.1478800.n4.nabble.com/file/n4657876/SearchCustomerReceipt.jpg> This is the export of the structure of my table. -- phpMyAdmin SQL Dump -- version 3.4.9 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 04, 2014 at 12:18 PM -- Server version: 5.5.28 -- PHP Version: 5.3.10-1ubuntu3.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `weberp` -- -- -------------------------------------------------------- -- -- Table structure for table `custbranch` -- CREATE TABLE IF NOT EXISTS `custbranch` ( `branchcode` varchar(10) NOT NULL DEFAULT '', `debtorno` varchar(10) NOT NULL DEFAULT '', `brname` varchar(40) NOT NULL DEFAULT '', `braddress1` varchar(40) NOT NULL DEFAULT '', `braddress2` varchar(40) NOT NULL DEFAULT '', `braddress3` varchar(40) NOT NULL DEFAULT '', `braddress4` varchar(50) NOT NULL DEFAULT '', `braddress5` varchar(20) NOT NULL DEFAULT '', `braddress6` varchar(40) NOT NULL DEFAULT '', `lat` float(10,6) NOT NULL, `lng` float(10,6) NOT NULL, `estdeliverydays` smallint(6) NOT NULL DEFAULT '1', `area` char(3) NOT NULL, `salesman` varchar(4) NOT NULL DEFAULT '', `fwddate` smallint(6) NOT NULL DEFAULT '0', `phoneno` varchar(20) NOT NULL DEFAULT '', `faxno` varchar(20) NOT NULL DEFAULT '', `contactname` varchar(30) NOT NULL DEFAULT '', `email` varchar(55) NOT NULL DEFAULT '', `defaultlocation` varchar(5) NOT NULL DEFAULT '', `taxgroupid` tinyint(4) NOT NULL DEFAULT '1', `defaultshipvia` int(11) NOT NULL DEFAULT '1', `deliverblind` tinyint(1) DEFAULT '1', `disabletrans` tinyint(4) NOT NULL DEFAULT '0', `specialinstructions` varchar(40) NOT NULL DEFAULT '', `brpostaddr1` varchar(40) NOT NULL DEFAULT '', `brpostaddr2` varchar(40) NOT NULL DEFAULT '', `brpostaddr3` varchar(40) NOT NULL DEFAULT '', `brpostaddr4` varchar(50) NOT NULL DEFAULT '', `brpostaddr5` varchar(20) NOT NULL DEFAULT '', `brpostaddr6` varchar(40) NOT NULL DEFAULT '', `custbranchcode` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`branchcode`,`debtorno`), KEY `BrName` (`brname`), KEY `DebtorNo` (`debtorno`), KEY `Salesman` (`salesman`), KEY `Area` (`area`), KEY `DefaultLocation` (`defaultlocation`), KEY `DefaultShipVia` (`defaultshipvia`), KEY `taxgroupid` (`taxgroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Constraints for dumped tables -- -- -- Constraints for table `custbranch` -- ALTER TABLE `custbranch` ADD CONSTRAINT `custbranch_ibfk_1` FOREIGN KEY (`debtorno`) REFERENCES `debtorsmaster` (`debtorno`), ADD CONSTRAINT `custbranch_ibfk_2` FOREIGN KEY (`area`) REFERENCES `areas` (`areacode`), ADD CONSTRAINT `custbranch_ibfk_3` FOREIGN KEY (`salesman`) REFERENCES `salesman` (`salesmancode`), ADD CONSTRAINT `custbranch_ibfk_4` FOREIGN KEY (`defaultlocation`) REFERENCES `locations` (`loccode`), ADD CONSTRAINT `custbranch_ibfk_6` FOREIGN KEY (`defaultshipvia`) REFERENCES `shippers` (`shipper_id`), ADD CONSTRAINT `custbranch_ibfk_7` FOREIGN KEY (`taxgroupid`) REFERENCES `taxgroups` (`taxgroupid`); ----- Using weberp since 2004 -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/CustomerReceipt-php-issue-seems-like-the-tables-was-not-updated-after-upgrade-tp4657876.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: wertthey <jp...@nu...> - 2014-12-04 18:06:37
|
After I upgraded from 4.11.0 to 4.11.5. I have been having scores of problems. I will try to accurately display them. When trying to post a payment I received. There is confusing text. (To enter a payment TO a customer ) (ie. to pay out a credit note), enter a negative payment amount. This was where I Always have entered receiving a Payment FROM a customer. Also Negative amount.? <http://weberp-accounting.1478800.n4.nabble.com/file/n4657875/Reciept1.jpg> ----- Using weberp since 2004 -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/I-can-not-post-Reciepts-of-payments-CustomerReceipt-php-tp4657875.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-12-02 19:33:15
|
Hi Klaus, Thank you, very much. Best regards, Rafael. 2014-11-30 0:25 GMT-06:00 opto <bu...@op...>: > >In German, Is "pan size" translated as "rounding quantity" ? > > I think it is 'Verpackungseinheit', abbreviated VPE, meaning: how many > items > do I have to buy at a time (because they are packaged together or the > manufacturer just does want it this way). > > thanks, > Klaus > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657868.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Rafael C. <raf...@gm...> - 2014-12-02 19:32:22
|
Hi Exson, You are welcome. Best regards, Rafael. 2014-11-30 0:15 GMT-06:00 ExsonQu <hex...@gm...>: > *Hi, Rafael,* > > Thank you for your nice work! It'll help users for this. > > Best regards! > > Exson > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657867.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: opto <bu...@op...> - 2014-11-30 06:32:24
|
>In German, Is "pan size" translated as "rounding quantity" ? I think it is 'Verpackungseinheit', abbreviated VPE, meaning: how many items do I have to buy at a time (because they are packaged together or the manufacturer just does want it this way). thanks, Klaus -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657868.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2014-11-30 06:22:56
|
*Hi, Rafael,* Thank you for your nice work! It'll help users for this. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657867.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-11-29 18:20:21
|
Hi all, I updated stock.php with a mouse-over help text "*Order multiple. It is the minimum packing quantity.*" for the field "Pan Size". Also, I updated ManualInventory.html: *"Pan Size* *This modifier is sometimes called the order multiple. It is the minimum packing quantity. It allows you to create planned orders in even multiples. This is especially useful if you are required by your suppliers to place orders in specific lot sizes. It is also a useful modifier is you have established your own production run sizes. This modifier causes MRP to inflate the required order quantity to an even increment of the pansize value. As with all modifiers you do need to be careful with this modifier as its use could lead to excess inventories.* *In other words if it is most efficient to manufacture an item in batches of 10 then the pan size would be 10, and MRP would calculate demand in batches of 10, so would inflate a demand of 17 to 20. For instance, we purchase some chemical materials which is 25 kg/pack. The pansize means you have to purchase at least one pack each time."* In Spanish, one possibility is to translate "pan size" as "lot size" or "packing size". "Size of the multiple" is math right, but very uncommon. Thanks. Best regards, Rafael. 2014-11-29 9:00 GMT-06:00 Rafael Chacón <raf...@gm...>: > Thank you very much Exson! > > 2014-11-29 8:59 GMT-06:00 Rafael Chacón <raf...@gm...>: > > Hi Klaus: >> >> Spanish: >> "Es el redondeo aplicado a las PO y WO. Se usa para que las órdenes de >> compra y de producción sean números "cómodos", incrementos de las PO y WO >> de X en X. >> Si Pan Size es 10, las cantidades en las PO y WO se redondean al alza a >> 10. En vez de ordenar 104 pcs, se redondeará a 110." >> >> Aprox. translation to English: >> "It rounding applied to the PO and WO. It is used to purchase and >> production orders be "comfortable" {practical} numbers, it increases the PO >> and WO in X multiples {Spanish modism}. >> If Pan Size is 10, the amounts in the PO and WO are rounded up {ceiled?} >> to 10. Instead of ordering 104 pcs, it is rounded to 110." >> >> In German, Is "pan size" translated as "rounding quantity" ? >> >> Best regards, Rafael. >> >> 2014-11-29 2:58 GMT-06:00 opto <bu...@op...>: >> >> As I am also unsure what it means - can you also repeat that in English? >>> >>> Thanks, Klaus >>> >>> >>> >>> -- >>> View this message in context: >>> http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657862.html >>> Sent from the web-ERP-developers mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >>> with Interactivity, Sharing, Native Excel Exports, App Integration & more >>> Get technology previously reserved for billion-dollar corporations, FREE >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Web-erp-developers mailing list >>> Web...@li... >>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >>> >> >> > |
From: Rafael C. <raf...@gm...> - 2014-11-29 15:00:38
|
Thank you very much Exson! 2014-11-29 8:59 GMT-06:00 Rafael Chacón <raf...@gm...>: > Hi Klaus: > > Spanish: > "Es el redondeo aplicado a las PO y WO. Se usa para que las órdenes de > compra y de producción sean números "cómodos", incrementos de las PO y WO > de X en X. > Si Pan Size es 10, las cantidades en las PO y WO se redondean al alza a > 10. En vez de ordenar 104 pcs, se redondeará a 110." > > Aprox. translation to English: > "It rounding applied to the PO and WO. It is used to purchase and > production orders be "comfortable" {practical} numbers, it increases the PO > and WO in X multiples {Spanish modism}. > If Pan Size is 10, the amounts in the PO and WO are rounded up {ceiled?} > to 10. Instead of ordering 104 pcs, it is rounded to 110." > > In German, Is "pan size" translated as "rounding quantity" ? > > Best regards, Rafael. > > 2014-11-29 2:58 GMT-06:00 opto <bu...@op...>: > > As I am also unsure what it means - can you also repeat that in English? >> >> Thanks, Klaus >> >> >> >> -- >> View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657862.html >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > |
From: Rafael C. <raf...@gm...> - 2014-11-29 14:59:53
|
Hi Klaus: Spanish: "Es el redondeo aplicado a las PO y WO. Se usa para que las órdenes de compra y de producción sean números "cómodos", incrementos de las PO y WO de X en X. Si Pan Size es 10, las cantidades en las PO y WO se redondean al alza a 10. En vez de ordenar 104 pcs, se redondeará a 110." Aprox. translation to English: "It rounding applied to the PO and WO. It is used to purchase and production orders be "comfortable" {practical} numbers, it increases the PO and WO in X multiples {Spanish modism}. If Pan Size is 10, the amounts in the PO and WO are rounded up {ceiled?} to 10. Instead of ordering 104 pcs, it is rounded to 110." In German, Is "pan size" translated as "rounding quantity" ? Best regards, Rafael. 2014-11-29 2:58 GMT-06:00 opto <bu...@op...>: > As I am also unsure what it means - can you also repeat that in English? > > Thanks, Klaus > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657862.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: ExsonQu <hex...@gm...> - 2014-11-29 09:40:53
|
*Hi, Rafael,* I think PanSize is minimum packing quantity. For instance, we purchase some chemical materials which is 25kg/pack. The pansize means you have to purchase at least one pack each time. And for the packing material, such as inner packing box for LCD panel, each packing box will have 8 pieces of panel, when we set up a BOM for it, the bom used quantity should be 1/8. And The packing box used must at least 1 piece of packing boxes when we calculate material request, for example, when we calculate material requirements for 9 pieces of panels, it must be 2 instead of 1.125 pieces packing boxes.If you want to get a correct result, it must be set PanSize as 1. Just my 2cents. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657863.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: opto <bu...@op...> - 2014-11-29 09:25:32
|
As I am also unsure what it means - can you also repeat that in English? Thanks, Klaus -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Help-with-Pan-Size-tp4657859p4657862.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-11-29 00:05:39
|
Thank you very much Ricard! 2014-11-28 17:51 GMT-06:00 Pak Ricard <pak...@gm...>: > Hi Rafael: > > Will reply in Spanish, as it will help Rafael to find the exact word he is > looking for and I'm missing :-) > > Es el redondeo aplicado a las PO y WO. Se usa para que las órdenes de > compra y de producción sean números "cómodos", incrementos de las PO y WO > de X en X. > > Si Pan Size es 10, las cantidades en las PO y WO se redondean al alza a > 10. En vez de ordenar 104 pcs, se redondeará a 110. No sé el término exacto > en español, pero el concepto es éste. > > Si descubres una palabra española que sirva para el concepto, por favor > házmelo saber! > > Un saludo. > > Regards, > Ricard > > 2014-11-28 23:06 GMT+08:00 Rafael Chacón <raf...@gm...>: > >> Hello all, >> >> In Item Maintenance (Stocks.php?StockID=...) we have the field "Pan Size" >> (stockmaster.pansize double). >> >> I am a Spanish native speaker. This field is translated as "panoramic >> size" (NO sense). Also, I see other languages ("plate size" --no sense--, >> and "rounding quantity" --no sense--). >> >> Can someone tell me what that field is used for? >> >> Best regards, Rafael. >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |
From: Pak R. <pak...@gm...> - 2014-11-28 23:52:32
|
Hi Rafael: Will reply in Spanish, as it will help Rafael to find the exact word he is looking for and I'm missing :-) Es el redondeo aplicado a las PO y WO. Se usa para que las órdenes de compra y de producción sean números "cómodos", incrementos de las PO y WO de X en X. Si Pan Size es 10, las cantidades en las PO y WO se redondean al alza a 10. En vez de ordenar 104 pcs, se redondeará a 110. No sé el término exacto en español, pero el concepto es éste. Si descubres una palabra española que sirva para el concepto, por favor házmelo saber! Un saludo. Regards, Ricard 2014-11-28 23:06 GMT+08:00 Rafael Chacón <raf...@gm...>: > Hello all, > > In Item Maintenance (Stocks.php?StockID=...) we have the field "Pan Size" > (stockmaster.pansize double). > > I am a Spanish native speaker. This field is translated as "panoramic > size" (NO sense). Also, I see other languages ("plate size" --no sense--, > and "rounding quantity" --no sense--). > > Can someone tell me what that field is used for? > > Best regards, Rafael. > > > > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |
From: Rafael C. <raf...@gm...> - 2014-11-28 15:06:19
|
Hello all, In Item Maintenance (Stocks.php?StockID=...) we have the field "Pan Size" (stockmaster.pansize double). I am a Spanish native speaker. This field is translated as "panoramic size" (NO sense). Also, I see other languages ("plate size" --no sense--, and "rounding quantity" --no sense--). Can someone tell me what that field is used for? Best regards, Rafael. |
From: ExsonQu <hex...@gm...> - 2014-11-21 01:37:04
|
*Hi, Wertthey,* It's a bug and only appeared when user's role is a sales person. It's already fixed in trunk. You can replace it with the attachment to solve this problem. Best regards! CustomerInquiry.zip <http://weberp-accounting.1478800.n4.nabble.com/file/n4657848/CustomerInquiry.zip> Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/SelectCustomer-php-only-shows-Sales-Invoice-and-Credit-Note-tp4657847p4657848.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Arwan <r1g...@gm...> - 2014-11-20 05:32:51
|
http://weberp-accounting.1478800.n4.nabble.com/Sales-orders-and-delivery-from-stock-locations-td4655506.html#a4655508 <http://weberp-accounting.1478800.n4.nabble.com/Sales-orders-and-delivery-from-stock-locations-td4655506.html#a4655508> I don't think this can be done at the moment but to change it wouldn't be that hard. We would have to drop the `fromstkloc` field from the header to the line, make this changeable in the line script, and then change the issue sql to pick up that field. I suppose ultimately it depends on how many people want it done that way, and who has the time to code it. Thanks Tim ----- WebTech Resources Nairobi Kenya +254 724659244 Email :in...@we... WEB :weberp.co.ke -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Weberp-Different-warehouse-allocated-to-each-items-in-the-Sales-Order-tp4657845p4657846.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: gilberto d. s. a. <gs...@gm...> - 2014-11-18 14:52:33
|
i am try to reproduce and understand what is going on, before our migration from 4.11.3 to 4.11.5. thanks. 2014-11-17 20:45 GMT-02:00 Alessandro Saporetti <ADS...@ac... >: > latest available on the official web 4.11.5 > > Il giorno 10/nov/2014, alle ore 22:24, gilberto dos santos alves < > gs...@gm...> ha scritto: > > > please what verstion that you is talking? thanks. > > > > 2014-11-07 13:37 GMT-02:00 Alessandro Saporetti < > ADS...@ac...>: > > Hi all > > Z_DeleteInvoice do not clear the qty_invoiced from the invoice to the > sales order see line 121 > > $SQL = "UPDATE salesorderdetails SET qtyinvoiced = qtyinvoiced - > " . $OrderLine['qty'] . “, > > as $OrderLine[‘qty’] from stock moves is negative internally it’s > adding it in reality so at the end of the deletion you end up with > salesorderdetails.qtyinvoiced doubled instead of cleared. > > Can i simply change the “-“ with “+” and all is well ? or there is a > finer point that i don’t get ? > > thanks all > > Alessandro Saporetti > > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -- > > gilberto dos santos alves > > +55.11.98646-5049 > > sao paulo - sp - brasil > > > > > > > > > > > ------------------------------------------------------------------------------ > > Comprehensive Server Monitoring with Site24x7. > > Monitor 10 servers for $9/Month. > > Get alerted through email, SMS, voice calls or mobile push notifications. > > Take corrective actions from your mobile device. > > > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk_______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > -- gilberto dos santos alves +55(11)9-8646-5049 sao paulo - sp - brasil |