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: <ph...@lo...> - 2014-12-17 21:39:26
|
I wasn't thinking it would be that difficult... we don't need a new table do we? Why can't we use the existing table and just add a field for the translated long description ... applying similar logic for the translation was we do for the short description? Phil On 2014-12-17 13:58, Rafael Chacón wrote: > Hi Ricard, > > I will be glad to commit changes for short and long description > translation. but I need help from PHP programmers. I explain myself: > > * We use a new table (not an exist table): > CREATE TABLE IF NOT EXISTS `stockdescription` ( > `stockid` varchar(20) NOT NULL DEFAULT '' COMMENT 'Item code', > `language` varchar(10) NOT NULL DEFAULT '' COMMENT 'Item language > code', > `short` varchar(50) DEFAULT NULL COMMENT 'Item short description', > `long` text COMMENT 'Item long description', > PRIMARY KEY (`stockid`,`language`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Item descriptions'; > > This is for: (1) "Hot add" to a working copy of webERP and "secure > backup" of old operation; (2) compatibility with a Joomla extension > e-Cart;"Minor" speed and readability (?). > > --> To commit changes, Do we use a new table or modify an existing > one? > > * We have to modify several scripts (e.g. Stocks.php, > PrintCustTrans.php, PrintCustTransportrait.php, etc.). When there is > no description in the selected language, he have two code branches: > > (1) "Fall back" to system language (defined in ~/config.php, > $DefaultLanguage = 'xx_XX.utf8';). If is null or empty, _('Not > available'). Useful when we forgot to setup a translation; but > customer sees a description in other language. > > (2) Directly sets to _('Not available'). A little bit faster, but no > information is shown to the customer (only "not available"). > > --> To commit changes, Do we use code with or without the "fall back" > to system language? > > * Input window for long description translation. > It is recommended to have "side-by-side" long description > translations, but in this case it is a big and uncomfortable window. > > --> Ideas? Suggestions? > > Best regards, Rafael. > > Hi Rafael: > > i'm also needing the short and long description to use on the shop > online. It would be great if you could commit (or send via email) the > work done to maintain the translations of long descriptions in webERP. > I could help finish it :-) > > Regards, > Ricard > > 2014-12-17 14:00 GMT+08:00 Rafael Chacón > <raf...@gm...>: > >> Hi, >> >> I am working with stockdescription table for translation of short >> and long description to use in a e-cart. It is not fully tested and >> the main problem is the usability (easy to maintain the >> translations). >> Also, the field unit of mesure needs translation, except for unit >> of mesure symbols (m, m2, L, kg, ...). >> >> Best regards, Rafael. >> El 16/12/2014 23:02, "Phil Daintree" <ph...@lo...> >> escribió: >> >> I have not coded that, but no reason why we couldn't add a text >> field to stockdescriptiontranslations for longdescriptiontranslation >> and add in a field to the stock form to allow the field to be >> translated to the maintained language(s) >> |
From: Rafael C. <raf...@gm...> - 2014-12-17 20:58:40
|
Hi Ricard, I will be glad to commit changes for short and long description translation. but I need help from PHP programmers. I explain myself: * We use a new table (not an exist table): CREATE TABLE IF NOT EXISTS `stockdescription` ( `stockid` varchar(20) NOT NULL DEFAULT '' COMMENT 'Item code', `language` varchar(10) NOT NULL DEFAULT '' COMMENT 'Item language code', `short` varchar(50) DEFAULT NULL COMMENT 'Item short description', `long` text COMMENT 'Item long description', PRIMARY KEY (`stockid`,`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Item descriptions'; This is for: (1) "Hot add" to a working copy of webERP and "secure backup" of old operation; (2) compatibility with a Joomla extension e-Cart;"Minor" speed and readability (?). --> To commit changes, Do we use a new table or modify an existing one? * We have to modify several scripts (e.g. Stocks.php, PrintCustTrans.php, PrintCustTransportrait.php, etc.). When there is no description in the selected language, he have two code branches: (1) "Fall back" to system language (defined in ~/config.php, $DefaultLanguage = 'xx_XX.utf8';). If is null or empty, _('Not available'). Useful when we forgot to setup a translation; but customer sees a description in other language. (2) Directly sets to _('Not available'). A little bit faster, but no information is shown to the customer (only "not available"). --> To commit changes, Do we use code with or without the "fall back" to system language? * Input window for long description translation. It is recommended to have "side-by-side" long description translations, but in this case it is a big and uncomfortable window. --> Ideas? Suggestions? Best regards, Rafael. Hi Rafael: i'm also needing the short and long description to use on the shop online. It would be great if you could commit (or send via email) the work done to maintain the translations of long descriptions in webERP. I could help finish it :-) Regards, Ricard 2014-12-17 14:00 GMT+08:00 Rafael Chacón <raf...@gm...>: > > Hi, > > I am working with stockdescription table for translation of short and long > description to use in a e-cart. It is not fully tested and the main problem > is the usability (easy to maintain the translations). > Also, the field unit of mesure needs translation, except for unit of > mesure symbols (m, m2, L, kg, ...). > > Best regards, Rafael. > El 16/12/2014 23:02, "Phil Daintree" <ph...@lo...> escribió: > > I have not coded that, but no reason why we couldn't add a text field to >> stockdescriptiontranslations for longdescriptiontranslation and add in a >> field to the stock form to allow the field to be translated to the >> maintained language(s) >> >> Phil >> >> Phil Daintree >> Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz >> >> On 17/12/14 16:28, Pak Ricard wrote: >> >> Hi all: >> >> We want to use the translation description feature, but as far as I see >> it only maintains the translation of the stockmaster.description field, not >> the longdescription. >> >> Is there a way to maintain the translated versions of longdescriptions >> as well? >> >> Regards, >> Ricard >> >> >> ------------------------------------------------------------------------------ >> 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, FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> >> >> >> _______________________________________________ >> Web-erp-developers mailing lis...@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=164703151&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=164703151&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=164703151&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-12-17 06:13:28
|
Hi Rafael: i'm also needing the short and long description to use on the shop online. It would be great if you could commit (or send via email) the work done to maintain the translations of long descriptions in webERP. I could help finish it :-) Regards, Ricard 2014-12-17 14:00 GMT+08:00 Rafael Chacón <raf...@gm...>: > > Hi, > > I am working with stockdescription table for translation of short and long > description to use in a e-cart. It is not fully tested and the main problem > is the usability (easy to maintain the translations). > Also, the field unit of mesure needs translation, except for unit of > mesure symbols (m, m2, L, kg, ...). > > Best regards, Rafael. > El 16/12/2014 23:02, "Phil Daintree" <ph...@lo...> escribió: > > I have not coded that, but no reason why we couldn't add a text field to >> stockdescriptiontranslations for longdescriptiontranslation and add in a >> field to the stock form to allow the field to be translated to the >> maintained language(s) >> >> Phil >> >> Phil Daintree >> Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz >> >> On 17/12/14 16:28, Pak Ricard wrote: >> >> Hi all: >> >> We want to use the translation description feature, but as far as I see >> it only maintains the translation of the stockmaster.description field, not >> the longdescription. >> >> Is there a way to maintain the translated versions of longdescriptions >> as well? >> >> Regards, >> Ricard >> >> >> ------------------------------------------------------------------------------ >> 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, FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> >> >> >> _______________________________________________ >> Web-erp-developers mailing lis...@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=164703151&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=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-17 06:00:48
|
Hi, I am working with stockdescription table for translation of short and long description to use in a e-cart. It is not fully tested and the main problem is the usability (easy to maintain the translations). Also, the field unit of mesure needs translation, except for unit of mesure symbols (m, m2, L, kg, ...). Best regards, Rafael. El 16/12/2014 23:02, "Phil Daintree" <ph...@lo...> escribió: > I have not coded that, but no reason why we couldn't add a text field to > stockdescriptiontranslations for longdescriptiontranslation and add in a > field to the stock form to allow the field to be translated to the > maintained language(s) > > Phil > > Phil Daintree > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > On 17/12/14 16:28, Pak Ricard wrote: > > Hi all: > > We want to use the translation description feature, but as far as I see > it only maintains the translation of the stockmaster.description field, not > the longdescription. > > Is there a way to maintain the translated versions of longdescriptions > as well? > > Regards, > Ricard > > > ------------------------------------------------------------------------------ > 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, FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Web-erp-developers mailing lis...@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=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |
From: Phil D. <ph...@lo...> - 2014-12-17 05:01:37
|
I have not coded that, but no reason why we couldn't add a text field to stockdescriptiontranslations for longdescriptiontranslation and add in a field to the stock form to allow the field to be translated to the maintained language(s) Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 17/12/14 16:28, Pak Ricard wrote: > Hi all: > > We want to use the translation description feature, but as far as I > see it only maintains the translation of the stockmaster.description > field, not the longdescription. > > Is there a way to maintain the translated versions of longdescriptions > as well? > > Regards, > Ricard > > > ------------------------------------------------------------------------------ > 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: Pak R. <pak...@gm...> - 2014-12-17 03:28:53
|
Hi all: We want to use the translation description feature, but as far as I see it only maintains the translation of the stockmaster.description field, not the longdescription. Is there a way to maintain the translated versions of longdescriptions as well? Regards, Ricard |
From: ExsonQu <hex...@gm...> - 2014-12-14 02:45:53
|
*Hi, Richard,* Thank you for your nice work. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Who-moved-the-stock-tp4657900p4657903.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Pak R. <pak...@gm...> - 2014-12-14 02:09:16
|
Hi all: Was not that hard :-) Commited in commit 7021. Being quite a few files, please double check in case I missed something. Regards, Ricard 2014-12-14 7:00 GMT+08:00 Phil Daintree <ph...@lo...>: > > I like the sound of 2 too. But yep more work - but more generic and I am > pretty sure as soon as you coded 1 a requirement might come up for who > processed an invoice... credit note, adjustment etc etc. > > Phil > > Phil Daintree > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > On 13/12/14 22:19, Pak Ricard wrote: > > Hi all: > > We face the need to know "Who moved the stock", in an easy and > final-user-friendly way (in normal scripts), so we need something besides > the audit trail, aimed to system admins not for stock managers. > > The solution should imply the addition of the userid field somewhere, > and so far I see 2 options: > > 1) add the userid in locationtransfers table, at reception time. We > would then know who received the items. The "where" and the "when" are > already answered by recloc and recdate fields. > > - Pros: it's a very limited change in webERP > - Cons: we miss some other kind of movements > > > 2) add the userid in stockmoves table. It is a wider change in webERP > but would allow us to control all stock movements, not only the location > transfers. > > - Pros: it's system wide, we will know for every step, who moved the > stock. > - Cons: a lot of scripts would need revision. > - Also, in case of "sales invoice" movements we already know the "who > sold the items", the saleperson recorded in the salesorder, but not who > recorded that information in webERP (might be the same or not, depending on > each webERP configuration.). With this new field we can know that. > > > Both solutions solve my problem, but I can code the option 2 if the > majority agrees, as I see it a better option. Besides the coding, I see no > side effect problem. > > A quick search and we have around 41 INSERT INTO stockmoves that would > need modification, and probably the StockMovements.php script. > > Does it make any sense to the community? Anything I'm overlooking? > > Regards, > Ricard > > > ------------------------------------------------------------------------------ > 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, FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Web-erp-developers mailing lis...@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=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |
From: Phil D. <ph...@lo...> - 2014-12-13 23:00:26
|
I like the sound of 2 too. But yep more work - but more generic and I am pretty sure as soon as you coded 1 a requirement might come up for who processed an invoice... credit note, adjustment etc etc. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 13/12/14 22:19, Pak Ricard wrote: > Hi all: > > We face the need to know "Who moved the stock", in an easy and > final-user-friendly way (in normal scripts), so we need something > besides the audit trail, aimed to system admins not for stock managers. > > The solution should imply the addition of the userid field somewhere, > and so far I see 2 options: > > 1) add the userid in locationtransfers table, at reception time. We > would then know who received the items. The "where" and the "when" are > already answered by recloc and recdate fields. > > * Pros: it's a very limited change in webERP > * Cons: we miss some other kind of movements > > > 2) add the userid in stockmoves table. It is a wider change in webERP > but would allow us to control all stock movements, not only the > location transfers. > > * Pros: it's system wide, we will know for every step, who moved the > stock. > * Cons: a lot of scripts would need revision. > * Also, in case of "sales invoice" movements we already know the > "who sold the items", the saleperson recorded in the salesorder, > but not who recorded that information in webERP (might be the same > or not, depending on each webERP configuration.). With this new > field we can know that. > > > Both solutions solve my problem, but I can code the option 2 if the > majority agrees, as I see it a better option. Besides the coding, I > see no side effect problem. > > A quick search and we have around 41 INSERT INTO stockmoves that would > need modification, and probably the StockMovements.php script. > > Does it make any sense to the community? Anything I'm overlooking? > > Regards, > Ricard > > > ------------------------------------------------------------------------------ > 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: Pak R. <pak...@gm...> - 2014-12-13 09:20:24
|
Hi all: We face the need to know "Who moved the stock", in an easy and final-user-friendly way (in normal scripts), so we need something besides the audit trail, aimed to system admins not for stock managers. The solution should imply the addition of the userid field somewhere, and so far I see 2 options: 1) add the userid in locationtransfers table, at reception time. We would then know who received the items. The "where" and the "when" are already answered by recloc and recdate fields. - Pros: it's a very limited change in webERP - Cons: we miss some other kind of movements 2) add the userid in stockmoves table. It is a wider change in webERP but would allow us to control all stock movements, not only the location transfers. - Pros: it's system wide, we will know for every step, who moved the stock. - Cons: a lot of scripts would need revision. - Also, in case of "sales invoice" movements we already know the "who sold the items", the saleperson recorded in the salesorder, but not who recorded that information in webERP (might be the same or not, depending on each webERP configuration.). With this new field we can know that. Both solutions solve my problem, but I can code the option 2 if the majority agrees, as I see it a better option. Besides the coding, I see no side effect problem. A quick search and we have around 41 INSERT INTO stockmoves that would need modification, and probably the StockMovements.php script. Does it make any sense to the community? Anything I'm overlooking? Regards, Ricard |
From: ExsonQu <hex...@gm...> - 2014-12-10 17:16:33
|
*Dear all,* I've encountered several cases about float accuracy problem myself and report from webERP Chinese community. It causes some number like 0.9999999999999 or 1.000000000000001 stored in webERP locstock quantity field. This will lead to invoice cannot be issued due to negative stock quantity, or some display '-0.00' quantity about stock status, and sales orders not completed problem. There is a article for the float accuracy problem here http://stackoverflow.com/questions/14587290/can-i-rely-on-php-php-ini-precision-workaround-for-floating-point-issue <http://stackoverflow.com/questions/14587290/can-i-rely-on-php-php-ini-precision-workaround-for-floating-point-issue> I believe it's necessary to fix this problem since it'll lead some strange behavior. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Float-accuracy-problem-tp4657899.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2014-12-10 17:09:42
|
*Hi, Rafael,* Thank you very much! I'll study it before I go ahead. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890p4657898.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-12-09 16:56:28
|
Hi Exson, Sorry by the delay, I was translating... For the Freight "N/A" ('gift'), I do not have to a service item; and I direct-purchase the freight (without purchase order). I enter the income in the invoice. I enter the expense in Suppliers > Enter a Suppliers Invoice > General Ledger. Except for the "small carriers" (Payment Terms = cash), I controlled the payments to suppliers with Suppliers > Supplier Account Inquiry. Now I use dashboard.php (to control suppliers, customers, etc.) My operation (feel free to ask): * In Main Menu > Setup > Receivables/Payables Setup > Shippers I have (shipper manners instead of real shippers, but the result is the same): Shipper ID Shipper Name 1 N/A ("Do not apply": free shipping or customer pick-ups the goods) 2 Express local 3 Transporte local (local transport like trucks, etc.) 4 Correo básico (surface mail --local and international--) 5 EMS courier (express mail: DHL, Fedex, etc. --only international--) * In Suppliers, I have some carriers: DHL, mail postal-office, local truck carriers (like "taxi carga" = men with a truck-to-hire), taxi-drivers, moto-drivers, ... * I do the calculus in a manual way. This is because, for the same destination, depending on the shipping option selected by the customer, the price is different: from surface-mail 1to2 weeks (cheep freight), to "Express" (0,75to4 hours --as a "pizza-delivery"-- the most expensive freight). Comment: my country is very small. * In accounting, I have two accounts for freight in Sales Revenues and Expenses section: "income by sales freight" (receivables from customers) and "expenses by sales freight" (payables to suppliers). My goals: + By difference between accounts "income by sales freight" and "expenses by sales freight" in Sales Revenues and Expenses section, I know if the freight operation is sustainable. Comment: Freight is not my main business, so I am happy if income equals expenses (usually there is a very little net-profit). + By selecting fields with gltrans.narrative like debtorsmaster.debtorno . " -" . "%" (I use the VAT number without hyphens as the customer number --field debtorsmaster.debtorno--), I get a "like Income statement" for a customer. Sort-descending all "like Income statement" by its "like net profit", I get a customer priority list beginning with the "star customers" --the "whale curve"--. Comment: Probably it is better to define a tag ("cost-centre") by customer, or to create an "activity" field in gltrans, but php with a select can do this job. Personal comment: I am looking for (1) Each customer has a "positive" "like net profit". (2) Freight income from "not-star" customers pays freight expenses. Here, my experience is that "not-star" customers (people who are in the bottom of the priority list) are annoying asking for free freight (it is better to do not waste time discussing with them), so I look the "like net profit" for this specific customer. Best regards, Rafael. 2014-12-08 3:37 GMT-06:00 ExsonQu <hex...@gm...>: > *Hi, Rafael,* > > For the Freight 'gift', do you have to set up a service item and > purchasing it? > > And when it's become a routine operation, how do you control the > payments for the suppliers? > > Does this operation really make sense? > > Best regards! > > Exson > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890p4657896.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 > |
From: ExsonQu <hex...@gm...> - 2014-12-08 09:46:14
|
*Hi, Rafael,* For the Freight 'gift', do you have to set up a service item and purchasing it? And when it's become a routine operation, how do you control the payments for the suppliers? Does this operation really make sense? Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890p4657896.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: wertthey <jp...@nu...> - 2014-12-08 09:43:57
|
Sorry that is embarrassing. Thanks for the clarification. ----- Using weberp since 2004, Thanks for all your hard work! -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/CustomerAllocations-php-is-not-displaying-all-the-payments-waiting-to-be-allocated-tp4657888p4657895.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-12-08 02:41:49
|
You are welcome! El 07/12/2014 20:40, "ExsonQu" <hex...@gm...> escribió: > *Hi, Rafael,* > > Thank you for your great idea! > > It's wonderful! > > Best regards! > > Exson > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890p4657893.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 > |
From: ExsonQu <hex...@gm...> - 2014-12-08 02:39:27
|
*Hi, Rafael,* Thank you for your great idea! It's wonderful! Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890p4657893.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Rafael C. <raf...@gm...> - 2014-12-08 01:58:09
|
Hi Phil, Thank you, very much. Best regards, Rafael. 2014-12-05 22:12 GMT-06:00 Phil Daintree <ph...@lo...>: > 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 567890http://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, FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Web-erp-developers mailing lis...@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=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-08 01:56:17
|
Hi Exson, I do not know if this case could help you: Sometimes, I have to "gift" a spare to a customer. In this case, I include the item in the invoice with a 100% discount, and I proceed as usual. Also, sometimes I have to "gift" the freight to a customer. In this case, I have the carrier "N/A" (not apply) as Freight/Shipper Method with price zero. In both cases, they have cost (but no price). Best regards, Rafael. 2014-12-07 19:26 GMT-06:00 ExsonQu <hex...@gm...>: > *Dear all,* > > I've noticed that when we sale items in zero price, it's not > handled specially in accounting. I'm going to add a feature to handle this: > > 1. add a account selection feature in company preference. > 2. When we delivery samples free of charges to customers, > we'll > debit this account such as sales expenses and credit the COGS. > > And the freight charge in goods sold, it'll charge customers > and recovery the freight charge in Freight charge account. But sometime, > the > charge is not paid by customers. If we face this situation, we have to > debit > the Freight charge account, debit TaxAuth account and Credit account > payable. And update suppliertrans table to record this. > Does this make sense? > > Any comments are highly appreciated. > > Best regards! > > Exson > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890.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 > |
From: ExsonQu <hex...@gm...> - 2014-12-08 01:35:13
|
*Dear all,* I've noticed that when we sale items in zero price, it's not handled specially in accounting. I'm going to add a feature to handle this: 1. add a account selection feature in company preference. 2. When we delivery samples free of charges to customers, we'll debit this account such as sales expenses and credit the COGS. And the freight charge in goods sold, it'll charge customers and recovery the freight charge in Freight charge account. But sometime, the charge is not paid by customers. If we face this situation, we have to debit the Freight charge account, debit TaxAuth account and Credit account payable. And update suppliertrans table to record this. Does this make sense? Any comments are highly appreciated. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Do-we-need-a-new-feature-for-confirm-delivery-tp4657890.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2014-12-07 05:38:57
|
*Hi, Wertthey,* I think you've made a mistake to set the users' account. You've must had set the role as a salesman. webERP has a tighten control for the sale man now. Sales only can check their own customers' data. If you do not need this control, you can set the "not a salesperson only login". Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/CustomerAllocations-php-is-not-displaying-all-the-payments-waiting-to-be-allocated-tp4657888p4657889.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: wertthey <jp...@nu...> - 2014-12-07 05:02:28
|
When looking at the CustomerAllocations.php page in 4.11.0, I could see all the allocations possible to address ( I had about 30 of them from many different clients) . After upgrade it appears as though I only see the allocations possible for the last customer in my data about 4. By last client I mean the last alpha numeric customer that I can allocate for is WLT if that helps. So before 11/09/14 RChacon: Adds gettext() to line 402 of CustomerAllocations.php. Reported by Harald. it seems to be working. ----- Using weberp since 2004, Thanks for all your hard work! -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/CustomerAllocations-php-is-not-displaying-all-the-payments-waiting-to-be-allocated-tp4657888.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: wertthey <jp...@nu...> - 2014-12-07 04:33:10
|
Ok, I do think that the wording in wrong, unless I am missing something. I always viewed this as.....This is to note that the customer has paid, this is a payment from the customer, Correct? Maybe I am wrong. ----- Using weberp since 2004, Thanks for all your hard work! -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/I-can-not-post-Reciepts-of-payments-CustomerReceipt-php-tp4657875p4657887.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Albert <ak...@gm...> - 2014-12-07 04:13:21
|
ㄚ__ㄨ |
From: wertthey <jp...@nu...> - 2014-12-07 04:10:33
|
Thanks *gsavix* for double checking what I was seeing. I had some issues during the upgrade years ago to 4.01 which I had to do a lot of modifications to correct my upgrade and was quietly wondering if this was a lingering issue. ----- 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-tp4657876p4657885.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |