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: Sumeet S. - O. <su...@ou...> - 2014-01-31 12:27:08
|
Hi, Have noticed that the security settings of each page and user is competely configurable via pages (scripts), security tokens, and security roles. However, in the code, at multiple places, hardcoded checks are being done. e.g. the below check in CustomerInquiry.php to check if a user is allowed to do credit notes. Not just that this is bad coding practice, but it actually makes the security settings not fully configurable. /* assumed allowed page security token 3 allows the user to create credits for invoices */ if (in_array(3,$_SESSION['AllowedPageSecurityTokens']) AND ... ){ Does anyone have any suggestions on how to fix the same (or has this problem been solved?) - other than what I am doing currently - every time page securities are changed, I change the hardcoded value (e.g. 3 above) in the php files where it breaks down? Thanks in advance! Best regards, Sumeet Savla *Outdoor Travel Gear**www.OutdoorTravelGear.com*<http://www.OutdoorTravelGear.com> *+91 - 98205 14956* *Related Web: **www.LADAKH.com* <http://www.LADAKH.com>* | **www.wild-escapes.com <http://www.wild-escapes.com>* **** An endeavour by Outdoor Travel and Sports Gear Private Limited **** |
From: opto <bu...@op...> - 2014-01-31 08:20:27
|
I did follow this thread only partially: I we have a sequence number, which can be very helpful: for MRP, we should have an additional part. required xx days from start of WO. For big machines with long production time, that would help the cashflow - parts needed at the end need not be bought at the beginning. I think it would not be too difficult to change the MRP to include this. I am not quite sure I may even have made a proposal or even a code submissin some time ago concerning this. (That was at the time when I discovered that MRP procures parts for the end date of the WO, not the start date of the MO: I think I also submitted a patch for that). thanks, Klaus -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Re-Web-erp-developers-Digest-Vol-92-Issue-19-tp4657203p4657205.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: muthu <map...@gm...> - 2014-01-30 16:28:21
|
Hi Phil, Please find attached the modified BOM.php & sql for your review and deployment. Regards, Muthu. -----Original Message----- From: web...@li... [mailto:web...@li...] Sent: Thursday, January 30, 2014 2:25 PM To: web...@li... Subject: Web-erp-developers Digest, Vol 92, Issue 19 Send Web-erp-developers mailing list submissions to web...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/web-erp-developers or, via email, send a message with subject or body 'help' to web...@li... You can reach the person managing the list at web...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Web-erp-developers digest..." Today's Topics: 1. Re: Feature Suggestion: Multi-Level Bill Of Materials Maintenance - Product Sequence Option (Phil Daintree) ---------------------------------------------------------------------- Message: 1 Date: Thu, 30 Jan 2014 21:54:26 +1300 From: Phil Daintree <ph...@lo...> Subject: Re: [WebERP-developers] Feature Suggestion: Multi-Level Bill Of Materials Maintenance - Product Sequence Option To: webERP Developers <web...@li...> Message-ID: <52E...@lo...> Content-Type: text/plain; charset="iso-8859-1" Hi Muthu, I could not pull out the BOM.php to run a diff on from these files - there is a long word document but the best documentation is of course the code :-) Please could you send me your modified script. Many thanks Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 30/01/14 15:25, muthu wrote: > > Team, > > In continuation to the below subject, I have made the required changes > to enable the product sequence feature with the guidance of Tim. > Please find attached the CR document contains the detailed > requirement, SQL statement & modified BOM.php file under configuration > register section for your review and deployment to main branch. > > Do let me know in case if you have any questions/clarifications. > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Sunday, January 19, 2014 2:06 AM > *To:* 'web...@li...' > *Subject:* Feature Suggestion: Multi-Level Bill Of Materials > Maintenance - Product Sequence Option > > Team, > > While exploring further, I have noticed the following feature in > Manufacturing will ease the Production Planning team's life in shop floor. > > Multi-Level Bill Of Materials Maintenance -- User Sequence Option > > -Introducing the Product sequence numbering to the components will > establish the sequence of the bill of material. This will help the > Production Planning & Assembly team to focus on the items based on the > sequence and will help us to view the true product structure with the > BoM listings when we have the reporting with "Level" with "Product > Sequence". > > -I feel this option can be introduced in the existing "Multi-Level > Bill Of Materials Maintenance" screen by adding additionalProduct > sequence field. > > Any suggestions... > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Wednesday, January 08, 2014 4:13 AM > *To:* 'web...@li...' > *Subject:* RE: Web-erp-developers Digest, Vol 92, Issue 4 > > Team, > > I have rich ERP implementation experience in Manufacturing and > Logistics domain and started looking for spending my time in > contributing to any of the open source project. While exploring the > web, happen to get a chance to see the webERP and noticed that the > product is meeting most of the features and would like to extend all > my support to enhance further to benefit the community. > > In this connection, while getting into the flow, noticed that the > "Purchase Requisition" feature is not implemented, which is a must > have feature. Do you have any plan or how it is handled currently in > webERP. > > Regards, Muthu > > Purchase Requisition: > > It is a first step to procurement. Any user in a company can raise a > purchase request for the procurement of any item (from stationery to > capital goods outside of MRP) and the same can be queued for approvals > to their supervisors and followed by available to purchase department > for procurement. > > Find below the typical purchase requisition format. > > *PURCHASE Requisition* > > ** > > Requisition number R ****** Revision ** > > Requisition date ***/**/** > > Item *************** > > Description ****************************** > > Approval status * **************** > > Requisitioner : aaaaaaaA10 > > Quantity nnnnnnn.nnn > > Purchase UM ** > > Conv Factor **,***.***** > > Stock UM ** > > Required Date nnnnnn > > Follow-up nnnnnn > > Warehouse: aA3 > > Job number aaaaaaaaaA12 > > Ship-to ID nnn > > Account aaaaaaaaaaaaA15 > > Purchase order aaaaaaa > > Department aaA4 > > Price nnnnnnnnnnn.nnnn > > Priority n > > Requested vendor aaaaA6 ********** > > Ref number aaaaaaaA10 > > -----Original Message----- > From: web...@li... > <mailto:web...@li...> > [mailto:web...@li...] > Sent: Sunday, January 05, 2014 10:00 AM > To: web...@li... > <mailto:web...@li...> > Subject: Web-erp-developers Digest, Vol 92, Issue 4 > > Send Web-erp-developers mailing list submissions to > > web...@li... > <mailto:web...@li...> > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > or, via email, send a message with subject or body 'help' to > > web...@li... > <mailto:web...@li...> > > You can reach the person managing the list at > > web...@li... > <mailto:web...@li...> > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Web-erp-developers digest..." > > Today's Topics: > > 1. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > 2. Re: Bug in language setting and company preferences > > (Phil Daintree) > > 3. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > ---------------------------------------------------------------------- > > Message: 1 > > Date: Sun, 5 Jan 2014 09:32:55 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...ail > .com>> > > Content-Type: text/plain; charset="iso-8859-1" > > The extension is okay. So, does the download version already include > locale language? I saw in the locale folder there is already exist > indonesian language. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >> > > >> Hello, currently I'm developing an ERP system for some small > >> company > > >> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >> > > >> -- > > >> ------------------------- > > >> Bharata Kalbuaji > > >> > > >> ------------------------------ > > >> > > >> Rapidly troubleshoot problems before they affect your business. > >> Most > > >> IT organizations don't have a clear picture of how application > > >> performance affects their revenue. With AppDynamics, you get 100% > > >> visibility into your Java,.NET, & PHP application. Start your > 15-day FREE TRIAL of AppDynamics Pro! > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk > > >> > > >> ------------------------------ > > >> > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > > Date: Sun, 05 Jan 2014 16:43:12 +1300 > > From: Phil Daintree <ph...@lo... > <mailto:ph...@lo...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: <52C...@lo... > <mailto:52C...@lo...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Yes, the software comes with the translation, but the PHP server needs > to have the gettext extension installed a > > http://nz1.php.net/_ > > and the locale of your language needs also to be installed on your > server. This is about web-server configuration not about webERP. > > Phil > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > > > <mailto:ph...@lo...>> wrote: > > > > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be > enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm... > <mailto:bha...@gm...%20%3cmailto:bha...@gm...>>> wrote: > > > > > > Hello, currently I'm developing an ERP system for some small > company in Indonesia. I see that WebERP already have Indonesia > langauage buat when I change the language to Indonesian, the language > is still in english. I tried another language and it still the same. > Is there any plugin or something to change the language because I > tried the demo, the language can be changed. Also, I tried to change > the company preference like name, address, and currency, but when I > click the submit button, it doesn't submit and just stay o > > > n the same page. Why is this happening? Is there some bugs? > Thank you for your reply. > > > > > > -- > > > ------------------------- > > > Bharata Kalbuaji > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -- > > > > > > Rapidly troubleshoot problems before they affect your > business. Most IT > > > organizations don't have a clear picture of how application > > > performance > > > > > > affects their revenue. With AppDynamics, you get 100% > visibility into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL > of AppDynamics Pro! > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -- > > > > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > ---------------------------------------------------------------------- > -------- > > > Rapidly troubleshoot problems before they affect your business. > > > Most IT > > > organizations don't have a clear picture of how application > > > performance > > > affects their revenue. With AppDynamics, you get 100% visibility > > > into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > > > AppDynamics Pro! > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > lktrk > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > > Date: Sun, 5 Jan 2014 11:29:56 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...ail > .com>> > > Content-Type: text/plain; charset="iso-8859-1" > > Oh, thank you for your answer. I will install locale in my server then. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 10:44 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Yes, the software comes with the translation, but the PHP server > > > needs to have the gettext extension installed a > > > > > > http://nz1.php.net/_ > > > > > > and the locale of your language needs also to be installed on your > server. > > > This is about web-server configuration not about webERP. > > > > > > Phil > > > > > > Phil Daintree > > > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > > > > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > > > >> Try the demo at http://www.weberp.org/weberp > > >> > > >> There are some tricks to php config the language locale must be > > >> installed on the server and the gettext php extension must be enabled. > > >> > > >> Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >>> > > >>> Hello, currently I'm developing an ERP system for some small > >>> company > > >>> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >>> > > >>> -- > > >>> ------------------------- > > >>> Bharata Kalbuaji > > >>> > > >>> ------------------------------ > > >>> > > >>> Rapidly troubleshoot problems before they affect your business. > >>> Most > > >>> IT organizations don't have a clear picture of how application > > >>> performance > > >>> > > >>> affects their revenue. With AppDynamics, you get 100% visibility > > >>> into your Java,.NET, & PHP application. Start your 15-day FREE > >>> TRIAL > > >>> of AppDynamics > > >>> Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/414 > >>> 0/ > > >>> ostg.clktrk > > >>> > > >>> ------------------------------ > > >>> > > >>> Web-erp-developers mailing > > >>> lis...@li... > <mailto:lis...@li...> > > >>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >>> > > >>> > > >> Phil Daintree > > >> +64(0)275 567890 > > >> skype: daintree > > >> > > >> > > >> ------------------------------------------------------------------- > >> -- > > >> --------- Rapidly troubleshoot problems before they affect your > > >> business. Most IT organizations don't have a clear picture of how > > >> application performance affects their revenue. With AppDynamics, > >> you > > >> get 100% visibility into your Java,.NET, & PHP application. Start > > >> your 15-day FREE TRIAL of AppDynamics Pro! > > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk _______________________________________________ > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics > > > Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ > > os > > > tg.clktrk > > > > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing > > > > lis...@li...https://lists.sourceforge > <mailto:lis...@li...https://lists.sourceforg e>. > > > net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > ---------------------------------------------------------------------- > -------- > > Rapidly troubleshoot problems before they affect your business. Most > IT organizations don't have a clear picture of how application > performance affects their revenue. With AppDynamics, you get 100% > visibility into your Java,.NET, & PHP application. Start your 15-day > FREE TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > lktrk > > ------------------------------ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > <mailto:Web...@li...> > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > End of Web-erp-developers Digest, Vol 92, Issue 4 > > ************************************************* > > > > ---------------------------------------------------------------------- > -------- WatchGuard Dimension instantly turns raw network data into > actionable security intelligence. It gives you real-time visual > feedback on key security issues and trends. Skip the complicated > setup - simply import a virtual appliance and go from zero to informed > in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg. > clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ---------------------------------------------------------------------------- -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk ------------------------------ _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers End of Web-erp-developers Digest, Vol 92, Issue 19 ************************************************** |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-30 12:28:10
|
Please on this url[1] i see some chars that represent not know characters for pt-br unicode utf-8, unicode iso-8859-1, unicode iso-8859-2 please can someone help me understand what it is? thanks. [1] http://sourceforge.net/p/web-erp/code/6527/ -- gilberto dos santos alves +55.11.98646-5049 sao paulo - sp - brasil |
From: Phil D. <ph...@lo...> - 2014-01-30 08:54:54
|
Hi Muthu, I could not pull out the BOM.php to run a diff on from these files - there is a long word document but the best documentation is of course the code :-) Please could you send me your modified script. Many thanks Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 30/01/14 15:25, muthu wrote: > > Team, > > In continuation to the below subject, I have made the required changes > to enable the product sequence feature with the guidance of Tim. > Please find attached the CR document contains the detailed > requirement, SQL statement & modified BOM.php file under configuration > register section for your review and deployment to main branch. > > Do let me know in case if you have any questions/clarifications. > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Sunday, January 19, 2014 2:06 AM > *To:* 'web...@li...' > *Subject:* Feature Suggestion: Multi-Level Bill Of Materials > Maintenance - Product Sequence Option > > Team, > > While exploring further, I have noticed the following feature in > Manufacturing will ease the Production Planning team's life in shop floor. > > Multi-Level Bill Of Materials Maintenance -- User Sequence Option > > -Introducing the Product sequence numbering to the components will > establish the sequence of the bill of material. This will help the > Production Planning & Assembly team to focus on the items based on the > sequence and will help us to view the true product structure with the > BoM listings when we have the reporting with "Level" with "Product > Sequence". > > -I feel this option can be introduced in the existing "Multi-Level > Bill Of Materials Maintenance" screen by adding additionalProduct > sequence field. > > Any suggestions... > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Wednesday, January 08, 2014 4:13 AM > *To:* 'web...@li...' > *Subject:* RE: Web-erp-developers Digest, Vol 92, Issue 4 > > Team, > > I have rich ERP implementation experience in Manufacturing and > Logistics domain and started looking for spending my time in > contributing to any of the open source project. While exploring the > web, happen to get a chance to see the webERP and noticed that the > product is meeting most of the features and would like to extend all > my support to enhance further to benefit the community. > > In this connection, while getting into the flow, noticed that the > "Purchase Requisition" feature is not implemented, which is a must > have feature. Do you have any plan or how it is handled currently in > webERP. > > Regards, Muthu > > Purchase Requisition: > > It is a first step to procurement. Any user in a company can raise a > purchase request for the procurement of any item (from stationery to > capital goods outside of MRP) and the same can be queued for approvals > to their supervisors and followed by available to purchase department > for procurement. > > Find below the typical purchase requisition format. > > *PURCHASE Requisition* > > ** > > Requisition number R ****** Revision ** > > Requisition date ***/**/** > > Item *************** > > Description ****************************** > > Approval status * **************** > > Requisitioner : aaaaaaaA10 > > Quantity nnnnnnn.nnn > > Purchase UM ** > > Conv Factor **,***.***** > > Stock UM ** > > Required Date nnnnnn > > Follow-up nnnnnn > > Warehouse: aA3 > > Job number aaaaaaaaaA12 > > Ship-to ID nnn > > Account aaaaaaaaaaaaA15 > > Purchase order aaaaaaa > > Department aaA4 > > Price nnnnnnnnnnn.nnnn > > Priority n > > Requested vendor aaaaA6 ********** > > Ref number aaaaaaaA10 > > -----Original Message----- > From: web...@li... > <mailto:web...@li...> > [mailto:web...@li...] > Sent: Sunday, January 05, 2014 10:00 AM > To: web...@li... > <mailto:web...@li...> > Subject: Web-erp-developers Digest, Vol 92, Issue 4 > > Send Web-erp-developers mailing list submissions to > > web...@li... > <mailto:web...@li...> > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > or, via email, send a message with subject or body 'help' to > > web...@li... > <mailto:web...@li...> > > You can reach the person managing the list at > > web...@li... > <mailto:web...@li...> > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Web-erp-developers digest..." > > Today's Topics: > > 1. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > 2. Re: Bug in language setting and company preferences > > (Phil Daintree) > > 3. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > ---------------------------------------------------------------------- > > Message: 1 > > Date: Sun, 5 Jan 2014 09:32:55 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...>> > > Content-Type: text/plain; charset="iso-8859-1" > > The extension is okay. So, does the download version already include > locale language? I saw in the locale folder there is already exist > indonesian language. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >> > > >> Hello, currently I'm developing an ERP system for some small company > > >> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >> > > >> -- > > >> ------------------------- > > >> Bharata Kalbuaji > > >> > > >> ------------------------------ > > >> > > >> Rapidly troubleshoot problems before they affect your business. Most > > >> IT organizations don't have a clear picture of how application > > >> performance affects their revenue. With AppDynamics, you get 100% > > >> visibility into your Java,.NET, & PHP application. Start your > 15-day FREE TRIAL of AppDynamics Pro! > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk > > >> > > >> ------------------------------ > > >> > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > > Date: Sun, 05 Jan 2014 16:43:12 +1300 > > From: Phil Daintree <ph...@lo... <mailto:ph...@lo...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: <52C...@lo... > <mailto:52C...@lo...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Yes, the software comes with the translation, but the PHP server needs > to have the gettext extension installed a > > http://nz1.php.net/_ > > and the locale of your language needs also to be installed on your > server. This is about web-server configuration not about webERP. > > Phil > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > > > <mailto:ph...@lo...>> wrote: > > > > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be > enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm... > <mailto:bha...@gm...%20%3cmailto:bha...@gm...>>> wrote: > > > > > > Hello, currently I'm developing an ERP system for some small > company in Indonesia. I see that WebERP already have Indonesia > langauage buat when I change the language to Indonesian, the language > is still in english. I tried another language and it still the same. > Is there any plugin or something to change the language because I > tried the demo, the language can be changed. Also, I tried to change > the company preference like name, address, and currency, but when I > click the submit button, it doesn't submit and just stay o > > > n the same page. Why is this happening? Is there some bugs? > Thank you for your reply. > > > > > > -- > > > ------------------------- > > > Bharata Kalbuaji > > > > > > > > > ---------------------------------------------------------------------- > > > -- > > > > > > Rapidly troubleshoot problems before they affect your > business. Most IT > > > organizations don't have a clear picture of how application > > > performance > > > > > > affects their revenue. With AppDynamics, you get 100% > visibility into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL > of AppDynamics Pro! > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk > > > > > > > > > ---------------------------------------------------------------------- > > > -- > > > > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > ------------------------------------------------------------------------------ > > > Rapidly troubleshoot problems before they affect your business. > > > Most IT > > > organizations don't have a clear picture of how application > > > performance > > > affects their revenue. With AppDynamics, you get 100% visibility > > > into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > > > AppDynamics Pro! > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > > Date: Sun, 5 Jan 2014 11:29:56 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Oh, thank you for your answer. I will install locale in my server then. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 10:44 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Yes, the software comes with the translation, but the PHP server > > > needs to have the gettext extension installed a > > > > > > http://nz1.php.net/_ > > > > > > and the locale of your language needs also to be installed on your > server. > > > This is about web-server configuration not about webERP. > > > > > > Phil > > > > > > Phil Daintree > > > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > > > > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > > > >> Try the demo at http://www.weberp.org/weberp > > >> > > >> There are some tricks to php config the language locale must be > > >> installed on the server and the gettext php extension must be enabled. > > >> > > >> Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >>> > > >>> Hello, currently I'm developing an ERP system for some small company > > >>> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >>> > > >>> -- > > >>> ------------------------- > > >>> Bharata Kalbuaji > > >>> > > >>> ------------------------------ > > >>> > > >>> Rapidly troubleshoot problems before they affect your business. Most > > >>> IT organizations don't have a clear picture of how application > > >>> performance > > >>> > > >>> affects their revenue. With AppDynamics, you get 100% visibility > > >>> into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL > > >>> of AppDynamics > > >>> Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ > > >>> ostg.clktrk > > >>> > > >>> ------------------------------ > > >>> > > >>> Web-erp-developers mailing > > >>> lis...@li... > <mailto:lis...@li...> > > >>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >>> > > >>> > > >> Phil Daintree > > >> +64(0)275 567890 > > >> skype: daintree > > >> > > >> > > >> --------------------------------------------------------------------- > > >> --------- Rapidly troubleshoot problems before they affect your > > >> business. Most IT organizations don't have a clear picture of how > > >> application performance affects their revenue. With AppDynamics, you > > >> get 100% visibility into your Java,.NET, & PHP application. Start > > >> your 15-day FREE TRIAL of AppDynamics Pro! > > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk _______________________________________________ > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics > > > Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/os > > > tg.clktrk > > > > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing > > > > lis...@li...https://lists.sourceforge > <mailto:lis...@li...https://lists.sourceforge>. > > > net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > > Rapidly troubleshoot problems before they affect your business. Most > IT organizations don't have a clear picture of how application > performance affects their revenue. With AppDynamics, you get 100% > visibility into your Java,.NET, & PHP application. Start your 15-day > FREE TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > <mailto:Web...@li...> > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > End of Web-erp-developers Digest, Vol 92, Issue 4 > > ************************************************* > > > > ------------------------------------------------------------------------------ > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key > security issues and trends. Skip the complicated setup - simply import > a virtual appliance and go from zero to informed in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-28 17:14:13
|
Hi for all! It is with a great pleasure to announce full translation and major revision for portuguese pt-br of weberp 4.11.2. Translation incorporate all language related mrp people, production planners people, managers and all dialect expressions using on BRAZIL on factories and retails. Please any comment or revision are welcome. Next steps is translation and Restructuration of Manual Pages. Best Regards. [1] http://aziendamototex.com.br/app/weberp-locale-pt-br/messages.po -- gilberto dos santos alves +55.11.98646-5049 sao paulo - sp - brasil |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-25 14:05:34
|
approved. 2014-01-25 Phil Daintree <ph...@lo...> > > > > -------- Original Message -------- Subject: Web-erp-developers post from > tim...@gm... requires approval Date: Sat, 25 Jan 2014 > 09:18:17 +0000 From: web...@li... To: > web...@li... > > As list administrator, your authorization is requested for the > following mailing list posting: > > List: Web...@li... > From: tim...@gm... > Subject: Re: [WebERP-developers] Convert PO to SO? > Reason: Post to moderated list > > At your convenience, visit: > > https://lists.sourceforge.net/lists/admindb/web-erp-developers > > to approve or deny the request. > > > > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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.98646-5049 sao paulo - sp - brasil |
From: ExsonQu <hex...@gm...> - 2014-01-25 10:44:28
|
Hi, Tim and Gilberto dos santos alves, Thank you for your reply. The reason to raise QR code solution is from the SME's practice. Currently, there are not only Electric data exist in these business. There are at least fax, email, pdf, even mail. EDI is big player's practice, but our target users are not big companies. So we must find a pragmatic solution as webERP usually does. Paper documents still dominate most of SME. That's why we provide a QR proposal although there is no instance, but we can create it as a pragmatic solution. Thanks and best regards! Exson Hi, I am a bit out of touch but do any of the big ERP guys offer import/export via GR codes? If they do then what format do they put the data in? Remember however we export these documents there has to be plenty of client applications waiting to import them. It seems to me that even if they do, this is just the transport layer, and we still need to use a standard way of structuring the data. EDI is that international standard for such things http://en.wikipedia.org/wiki/Electronic_data_interchange Also EDI has the great advantage for us in that it has already has about half the implementation done in webERP. QR codes could be the transport mechanism for these documents but they are not the solution of how to structure the documents. Tim gilberto dos santos alves wrote > hi! if you could abstract my suggestion of infraestructure you will see > that it is a generic solution to connect anything. > > First step when you want provide a integration between b2b or b2c or b2w > or > enything you MUST map source and target information. > > Second step is map rules or roles that connect every piece of information > (rules like transformation, conversion, translation). In old days we used > EDI and current days we use JSON [1] or XML [2] more specific SOAP for > handle all this. > > Third is build PL/SQL for this, to avoid someone to have know lots of > programming language like C, PHP, PYTHON, RAILS, C#,C++,PASCAL... > > Unfortunatelly we do not have and ANSI PL/SQL for Databases. MYSQL use > one, > MSSQL user another, ORACLE another, SQLITE3 another dialects. > This is main reason that we believe that CONNECTORS like these with SQL > syntax is less expensive maintenance and CO$T for companies. > > MYSQL has capabilities that automatically start triggers and processing > for > replicate, insert, delete data on multiples instances of databases. > > In this url [3] you will find detailed doc schema of weberp database see > volume of details for enforce integrity of data for 2 companies. See two > phased commit concepts [4]. > > I understand that are many ways of doing things, but realtime systems like > weberp, syncronous or assyncronous transactions [5]. > > regards! > > > [1] http://en.wikipedia.org/wiki/JSON > [2] http://en.wikipedia.org/wiki/XML > [3] http://auvix.com.br/weberp-doc/ > [4] http://en.wikipedia.org/wiki/Two-phase_commit_protocol > [5] > http://pic.dhe.ibm.com/infocenter/adiehelp/v5r1m1/index.jsp?topic=%2Fcom.ibm.etools.ctc.bpel.doc%2Fconcepts%2Fcsynch.html > > > 2014/1/24 ExsonQu < > hexinfans@ > > > >> *Hi, gilberto dos santos alves,* >> >> Thank you for your reply. >> >> My purpose is to provide a daily job solution for weberp users >> to >> transfer PO from another company's webERP system to their own SO. It >> should >> be as simple as operate another feature in webERP instead of data >> migration >> which need other expertise such as sql. I'm not sure your solution is >> workable for this purpose? >> >> Thanks and best regards! >> >> Exson >> >> >> >> >> >> >> >> >> >> >> >> gilberto dos santos alves wrote >> > on this link [1] i put some spreadsheet used for migrations and for >> build >> > rules for source and target environments. >> > >> > Examples: >> > >> > PeopleSoft to SAP; >> > >> > SAP to legacy-Local-Home-system >> > >> > See that we map table,colum,attrib, (left side) (rule-number) on center >> > and >> > (target or to) (rigth side). >> > >> > Based on this all spreadsheet we build all sql need. >> > >> > All commands are ansi sql that could run on any ansi-sql-92 compliant. >> > >> > Data files may be .txt or .xml or .json transmitted by ftp or sftp or >> any >> > webservice. we use curl / wget for send and receive operations. >> > >> > On windows command (AT) and on linux CRONTAB >> > >> > regards >> > >> > Please if any doubts we should discuss or explain. >> > >> > >> > >> > [1] >> > >> https://docs.google.com/spreadsheet/ccc?key=0ArRGseydrhtydHRkdFFKcUJkaFVfeVkzU1BqOWI1MWc&usp=sharing >> > >> > >> > 2014/1/24 ExsonQu < >> >> > hexinfans@ >> >> > > >> > >> >> *Dear all:* >> >> >> >> Thank you very much for your feedback. >> >> >> >> After discuss with Steven, we bring out a proposal for >> >> this: >> >> >> >> 1. Add a QR code for PO pdf file, which contains all the >> >> information of the PO. (The QR code will be configurable of course) >> >> >> >> 2. Create a script to convert the QR code data to SO. >> One >> >> solution is use a QR reader of mobile device, another one is a QR code >> >> decoder(Not investigate yet) to parse QR code in the pdf file. >> >> >> >> Any comments are highly appreciated for this. >> >> >> >> Thanks and best regards! >> >> >> >> Exson >> >> >> >> >> >> >> >> >> >> -- >> >> View this message in context: >> >> >> http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657190.html >> >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> >> Critical Workloads, Development Environments & Everything In Between. >> >> Get a Quote or Start a Free Trial Today. >> >> >> >> >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> >> Web-erp-developers mailing list >> >> >> >> > Web-erp-developers@.sourceforge >> >> >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> >> > >> > >> > >> > -- >> > gilberto dos santos alves >> > +55.11.98646-5049 >> > sao paulo - sp - brasil >> > >> > >> ------------------------------------------------------------------------------ >> > CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> > Learn Why More Businesses Are Choosing CenturyLink Cloud For >> > Critical Workloads, Development Environments & Everything In Between. >> > Get a Quote or Start a Free Trial Today. >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Web-erp-developers mailing list >> >> > Web-erp-developers@.sourceforge >> >> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> >> >> >> >> -- >> View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657192.html >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> > Web-erp-developers@.sourceforge >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > > > -- > gilberto dos santos alves > +55.11.98646-5049 > sao paulo - sp - brasil > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web-erp-developers@.sourceforge > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657195.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-25 07:58:31
|
hi! if you could abstract my suggestion of infraestructure you will see that it is a generic solution to connect anything. First step when you want provide a integration between b2b or b2c or b2w or enything you MUST map source and target information. Second step is map rules or roles that connect every piece of information (rules like transformation, conversion, translation). In old days we used EDI and current days we use JSON [1] or XML [2] more specific SOAP for handle all this. Third is build PL/SQL for this, to avoid someone to have know lots of programming language like C, PHP, PYTHON, RAILS, C#,C++,PASCAL... Unfortunatelly we do not have and ANSI PL/SQL for Databases. MYSQL use one, MSSQL user another, ORACLE another, SQLITE3 another dialects. This is main reason that we believe that CONNECTORS like these with SQL syntax is less expensive maintenance and CO$T for companies. MYSQL has capabilities that automatically start triggers and processing for replicate, insert, delete data on multiples instances of databases. In this url [3] you will find detailed doc schema of weberp database see volume of details for enforce integrity of data for 2 companies. See two phased commit concepts [4]. I understand that are many ways of doing things, but realtime systems like weberp, syncronous or assyncronous transactions [5]. regards! [1] http://en.wikipedia.org/wiki/JSON [2] http://en.wikipedia.org/wiki/XML [3] http://auvix.com.br/weberp-doc/ [4] http://en.wikipedia.org/wiki/Two-phase_commit_protocol [5] http://pic.dhe.ibm.com/infocenter/adiehelp/v5r1m1/index.jsp?topic=%2Fcom.ibm.etools.ctc.bpel.doc%2Fconcepts%2Fcsynch.html 2014/1/24 ExsonQu <hex...@gm...> > *Hi, gilberto dos santos alves,* > > Thank you for your reply. > > My purpose is to provide a daily job solution for weberp users to > transfer PO from another company's webERP system to their own SO. It should > be as simple as operate another feature in webERP instead of data migration > which need other expertise such as sql. I'm not sure your solution is > workable for this purpose? > > Thanks and best regards! > > Exson > > > > > > > > > > > > gilberto dos santos alves wrote > > on this link [1] i put some spreadsheet used for migrations and for build > > rules for source and target environments. > > > > Examples: > > > > PeopleSoft to SAP; > > > > SAP to legacy-Local-Home-system > > > > See that we map table,colum,attrib, (left side) (rule-number) on center > > and > > (target or to) (rigth side). > > > > Based on this all spreadsheet we build all sql need. > > > > All commands are ansi sql that could run on any ansi-sql-92 compliant. > > > > Data files may be .txt or .xml or .json transmitted by ftp or sftp or any > > webservice. we use curl / wget for send and receive operations. > > > > On windows command (AT) and on linux CRONTAB > > > > regards > > > > Please if any doubts we should discuss or explain. > > > > > > > > [1] > > > https://docs.google.com/spreadsheet/ccc?key=0ArRGseydrhtydHRkdFFKcUJkaFVfeVkzU1BqOWI1MWc&usp=sharing > > > > > > 2014/1/24 ExsonQu < > > > hexinfans@ > > > > > > > >> *Dear all:* > >> > >> Thank you very much for your feedback. > >> > >> After discuss with Steven, we bring out a proposal for > >> this: > >> > >> 1. Add a QR code for PO pdf file, which contains all the > >> information of the PO. (The QR code will be configurable of course) > >> > >> 2. Create a script to convert the QR code data to SO. One > >> solution is use a QR reader of mobile device, another one is a QR code > >> decoder(Not investigate yet) to parse QR code in the pdf file. > >> > >> Any comments are highly appreciated for this. > >> > >> Thanks and best regards! > >> > >> Exson > >> > >> > >> > >> > >> -- > >> View this message in context: > >> > http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657190.html > >> Sent from the web-ERP-developers mailing list archive at Nabble.com. > >> > >> > >> > ------------------------------------------------------------------------------ > >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. > >> Learn Why More Businesses Are Choosing CenturyLink Cloud For > >> Critical Workloads, Development Environments & Everything In Between. > >> Get a Quote or Start a Free Trial Today. > >> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Web-erp-developers mailing list > >> > > > Web-erp-developers@.sourceforge > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > >> > > > > > > > > -- > > gilberto dos santos alves > > +55.11.98646-5049 > > sao paulo - sp - brasil > > > > > ------------------------------------------------------------------------------ > > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > > Learn Why More Businesses Are Choosing CenturyLink Cloud For > > Critical Workloads, Development Environments & Everything In Between. > > Get a Quote or Start a Free Trial Today. > > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > _______________________________________________ > > Web-erp-developers mailing list > > > Web-erp-developers@.sourceforge > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657192.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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.98646-5049 sao paulo - sp - brasil |
From: ExsonQu <hex...@gm...> - 2014-01-25 00:40:58
|
*Hi, gilberto dos santos alves,* Thank you for your reply. My purpose is to provide a daily job solution for weberp users to transfer PO from another company's webERP system to their own SO. It should be as simple as operate another feature in webERP instead of data migration which need other expertise such as sql. I'm not sure your solution is workable for this purpose? Thanks and best regards! Exson gilberto dos santos alves wrote > on this link [1] i put some spreadsheet used for migrations and for build > rules for source and target environments. > > Examples: > > PeopleSoft to SAP; > > SAP to legacy-Local-Home-system > > See that we map table,colum,attrib, (left side) (rule-number) on center > and > (target or to) (rigth side). > > Based on this all spreadsheet we build all sql need. > > All commands are ansi sql that could run on any ansi-sql-92 compliant. > > Data files may be .txt or .xml or .json transmitted by ftp or sftp or any > webservice. we use curl / wget for send and receive operations. > > On windows command (AT) and on linux CRONTAB > > regards > > Please if any doubts we should discuss or explain. > > > > [1] > https://docs.google.com/spreadsheet/ccc?key=0ArRGseydrhtydHRkdFFKcUJkaFVfeVkzU1BqOWI1MWc&usp=sharing > > > 2014/1/24 ExsonQu < > hexinfans@ > > > >> *Dear all:* >> >> Thank you very much for your feedback. >> >> After discuss with Steven, we bring out a proposal for >> this: >> >> 1. Add a QR code for PO pdf file, which contains all the >> information of the PO. (The QR code will be configurable of course) >> >> 2. Create a script to convert the QR code data to SO. One >> solution is use a QR reader of mobile device, another one is a QR code >> decoder(Not investigate yet) to parse QR code in the pdf file. >> >> Any comments are highly appreciated for this. >> >> Thanks and best regards! >> >> Exson >> >> >> >> >> -- >> View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657190.html >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> > Web-erp-developers@.sourceforge >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > > > -- > gilberto dos santos alves > +55.11.98646-5049 > sao paulo - sp - brasil > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web-erp-developers@.sourceforge > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657192.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-24 14:12:17
|
on this link [1] i put some spreadsheet used for migrations and for build rules for source and target environments. Examples: PeopleSoft to SAP; SAP to legacy-Local-Home-system See that we map table,colum,attrib, (left side) (rule-number) on center and (target or to) (rigth side). Based on this all spreadsheet we build all sql need. All commands are ansi sql that could run on any ansi-sql-92 compliant. Data files may be .txt or .xml or .json transmitted by ftp or sftp or any webservice. we use curl / wget for send and receive operations. On windows command (AT) and on linux CRONTAB regards Please if any doubts we should discuss or explain. [1] https://docs.google.com/spreadsheet/ccc?key=0ArRGseydrhtydHRkdFFKcUJkaFVfeVkzU1BqOWI1MWc&usp=sharing 2014/1/24 ExsonQu <hex...@gm...> > *Dear all:* > > Thank you very much for your feedback. > > After discuss with Steven, we bring out a proposal for this: > > 1. Add a QR code for PO pdf file, which contains all the > information of the PO. (The QR code will be configurable of course) > > 2. Create a script to convert the QR code data to SO. One > solution is use a QR reader of mobile device, another one is a QR code > decoder(Not investigate yet) to parse QR code in the pdf file. > > Any comments are highly appreciated for this. > > Thanks and best regards! > > Exson > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657190.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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.98646-5049 sao paulo - sp - brasil |
From: ExsonQu <hex...@gm...> - 2014-01-24 10:28:26
|
*Dear all:* Thank you very much for your feedback. After discuss with Steven, we bring out a proposal for this: 1. Add a QR code for PO pdf file, which contains all the information of the PO. (The QR code will be configurable of course) 2. Create a script to convert the QR code data to SO. One solution is use a QR reader of mobile device, another one is a QR code decoder(Not investigate yet) to parse QR code in the pdf file. Any comments are highly appreciated for this. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Convert-PO-to-SO-tp4657164p4657190.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2014-01-24 09:25:07
|
ContainsIllegalCharacters function now allows - and _ characters - but the hyphen was trapped separately - now fixed thanks for the report Ricard. I have also disallowed deletion of the last branch as suggested and made the delete customer option delete any branches left provided there are no dependent records. Thanks Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 23/01/14 16:19, Pak Ricard wrote: > Hi: > > I just set up a new customer coded JOHN-USD (all ok). > When trying to save the first branch, webEERP proposes the code > "JOHN-USD", which is a great idea to have the same code > But when trying to save it, it is rejected because contains an special > symbol - & \' < > > > I think it should have the same checks on both sides (customer code > and branch code). Personally I see no problem using - & < > chars for > codes, > > Regards, > Ricard > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-24 02:44:28
|
IMO is that customer, customer branch and vendors must have same validation, alfanumeric and hifen char (-) and undercore char (_). this help all of us for url (get and post) and urlencode/urldecode. many functions on php, python, xml and api already have these constraints. reference [1] et ali. See http get processing, example: http://weberp.brasil.com.br/Customers.php?customercode=xxxxxxxxx If in this hypotetical case code xxxxxxxxx have some special char we must use aditional urlencode/urldecode for http server handle it. regards! [1] http://us3.php.net/manual/en/function.urlencode.php<http://us3.php.net/manual/pt_BR/function.urlencode.php> 2014/1/23 ExsonQu <hex...@gm...> > *Hi, Richard,* > > Thank you for your report! > > The validation pattern in client side is just try to keep > consistent with server side validation. If you've passed the client side > validation. The server side still will catch the illegal chars. > > So the question is that shall we add this validation to > Customers.php script to keep the consistency with CustomerBranches.php ? > > Thanks and best regards! > > Exson > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Inconsistency-in-Customer-branch-codes-tp4657184p4657186.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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.98646-5049 sao paulo - sp - brasil |
From: Pak R. <pak...@gm...> - 2014-01-23 05:15:34
|
Hi Exson: I think we should allow the use of these chars. Why can't a branch code have the - sign? We can use it for stockid, so why not for customer branches? Regards, Ricard 2014/1/23 ExsonQu <hex...@gm...> > *Hi, Richard,* > > Thank you for your report! > > The validation pattern in client side is just try to keep > consistent with server side validation. If you've passed the client side > validation. The server side still will catch the illegal chars. > > So the question is that shall we add this validation to > Customers.php script to keep the consistency with CustomerBranches.php ? > > Thanks and best regards! > > Exson > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Inconsistency-in-Customer-branch-codes-tp4657184p4657186.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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-01-23 05:05:51
|
*Hi, Richard,* Thank you for your report! The validation pattern in client side is just try to keep consistent with server side validation. If you've passed the client side validation. The server side still will catch the illegal chars. So the question is that shall we add this validation to Customers.php script to keep the consistency with CustomerBranches.php ? Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Inconsistency-in-Customer-branch-codes-tp4657184p4657186.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Pak R. <pak...@gm...> - 2014-01-23 03:26:31
|
Oppps! I forgot: Besides the previous issue, webERP allows to delete the customer branch when there's only 1 branch, and later on there is no way to: Add another branch to the customer. Select the customer without branches So, we left a row in debtorsmaster that can't be used. I guess deleting the last customer branch should not be allowed or deleting the last customer branch should start the deletion of the debtorsmaster row as well. Regards, Ricard 2014/1/23 Pak Ricard <pak...@gm...> > Hi: > > I just set up a new customer coded JOHN-USD (all ok). > When trying to save the first branch, webEERP proposes the code > "JOHN-USD", which is a great idea to have the same code > But when trying to save it, it is rejected because contains an special > symbol - & \' < > > > I think it should have the same checks on both sides (customer code and > branch code). Personally I see no problem using - & < > chars for codes, > > Regards, > Ricard > |
From: Pak R. <pak...@gm...> - 2014-01-23 03:20:28
|
Hi: I just set up a new customer coded JOHN-USD (all ok). When trying to save the first branch, webEERP proposes the code "JOHN-USD", which is a great idea to have the same code But when trying to save it, it is rejected because contains an special symbol - & \' < > I think it should have the same checks on both sides (customer code and branch code). Personally I see no problem using - & < > chars for codes, Regards, Ricard |
From: Phil D. <ph...@lo...> - 2014-01-22 07:34:26
|
Thanks Grant - I will tidy these up. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 22/01/14 05:51, Grant Finlae wrote: > In the database file, there are several records inserted into the > scripts table with scripts that don't exist. They are: > > FixedAssetList.php > FormMaker.php > ManualContents.php > MenuAccess.php > OrderEntryDiscountPricing.php > PrintSalesOrder.php > ReportBug.php > ReportCreator.php > ReportletContainer.php > ReportMaker.php > SystemCheck.php > > None of those are in the main weberp directory. > > Note that ReportCreator has another entry in scripts: > > INSERT INTO `scripts` VALUES > ('reportwriter/admin/ReportCreator.php',15,'Report Writer'); > > That seems correct but not the one for it to be in the main directory. > > INSERT INTO `scripts` VALUES ('ReportCreator.php',13,'Report Writer > and Form Creator script that creates templates for user defined > reports and forms'); > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Grant F. <gf...@ho...> - 2014-01-21 16:51:59
|
In the database file, there are several records inserted into the scripts table with scripts that don't exist. They are: FixedAssetList.phpFormMaker.phpManualContents.phpMenuAccess.phpOrderEntryDiscountPricing.phpPrintSalesOrder.phpReportBug.phpReportCreator.phpReportletContainer.phpReportMaker.phpSystemCheck.php None of those are in the main weberp directory. Note that ReportCreator has another entry in scripts: INSERT INTO `scripts` VALUES ('reportwriter/admin/ReportCreator.php',15,'Report Writer'); That seems correct but not the one for it to be in the main directory. INSERT INTO `scripts` VALUES ('ReportCreator.php',13,'Report Writer and Form Creator script that creates templates for user defined reports and forms'); |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-21 15:30:46
|
for those want remove not necessary constraints stockcatproperties_ibfk_2 of and stockcatproperties_ibfk_3 for table stockcatproperties these is sql for use: alter table stockcatproperties drop foreign key stockcatproperties_ibfk_2; alter table stockcatproperties drop foreign key stockcatproperties_ibfk_3; regards. 2014/1/21 Tim Schofield <tim...@gm...> > Phil, > > You brought in the extra constraints in your commit of 5695 on 6/10/2012. > It was probably a case that you had changed your local database for some > reason but hadn't cleaned it up before using the build script. > > I always found it useful to dump the local database I had, and create a > new one from the previous revision, apply any updates, and then run the > build script. It avoids these sort of errors creeping in. > > Such things slow the DB down a lot so more care should be taken. To think > you publicly accused me of trying to sabotage the project when I > accidentally committing an incorrect css class that would have been ignored > anyway!! No apology ever made for that one either I note :) > > Tim > > > On 21 January 2014 05:58, Phil Daintree <ph...@lo...> wrote: > >> Yes that's a strange one - looks like a mistake - although the dump >> file is produced by mysqldump so must be a bug in that utility I guess. >> >> Phil >> >> Phil Daintree >> Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz >> >> On 21/01/14 06:32, gilberto dos santos alves wrote: >> >> I am reviewing tables, primary keys and other constraints i find that >> table has 3 constraints like this paste from table show. >> >> CONSTRAINT `stockcatproperties_ibfk_1`, >> CONSTRAINT `stockcatproperties_ibfk_2` and >> CONSTRAINT `stockcatproperties_ibfk_3` enforce same condition. >> >> Is this a mistake or i missing something? >> >> Thanks for your time. >> >> >> ################################################ >> weberp 4.11.2: table stockcatproperties, primary key and constraints >> -- >> -- Estrutura da tabela `stockcatproperties` >> -- >> CREATE TABLE IF NOT EXISTS `stockcatproperties` ( >> `stkcatpropid` int(11) NOT NULL AUTO_INCREMENT, >> `categoryid` char(6) NOT NULL, >> `label` text NOT NULL, >> `controltype` tinyint(4) NOT NULL DEFAULT '0', >> `defaultvalue` varchar(100) NOT NULL DEFAULT '''''', >> `maximumvalue` double NOT NULL DEFAULT '999999999', >> `reqatsalesorder` tinyint(4) NOT NULL DEFAULT '0', >> `minimumvalue` double NOT NULL DEFAULT '-999999999', >> `numericvalue` tinyint(4) NOT NULL DEFAULT '0', >> PRIMARY KEY (`stkcatpropid`), >> KEY `categoryid` (`categoryid`) >> ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; >> -- >> -- Restrições para a tabela `stockcatproperties` >> -- >> ALTER TABLE `stockcatproperties` >> ADD CONSTRAINT `stockcatproperties_ibfk_1` FOREIGN KEY (`categoryid`) >> REFERENCES `stockcategory` (`categoryid`), >> ADD CONSTRAINT `stockcatproperties_ibfk_2` FOREIGN KEY (`categoryid`) >> REFERENCES `stockcategory` (`categoryid`), >> ADD CONSTRAINT `stockcatproperties_ibfk_3` FOREIGN KEY (`categoryid`) >> REFERENCES `stockcategory` (`categoryid`); >> >> ################################################ >> -- >> gilberto dos santos alves >> +55.11.98646-5049 >> sao paulo - sp - brasil >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> >> >> >> _______________________________________________ >> Web-erp-developers mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> >> >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > -- > Course View Towers, > Plot 21 Yusuf Lule Road, > Kampala > T +256 (0) 312 314 418 > M +256 (0) 752 963 325 > www.weberpafrica.com > Twitter: @TimSchofield2 > Blog: http://weberpafrica.blogspot.co.uk/ > -- gilberto dos santos alves +55.11.98646-5049 sao paulo - sp - brasil |
From: Phil D. <ph...@lo...> - 2014-01-21 05:58:36
|
Yes that's a strange one - looks like a mistake - although the dump file is produced by mysqldump so must be a bug in that utility I guess. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 21/01/14 06:32, gilberto dos santos alves wrote: > I am reviewing tables, primary keys and other constraints i find that > table has 3 constraints like this paste from table show. > > CONSTRAINT `stockcatproperties_ibfk_1`, > CONSTRAINT `stockcatproperties_ibfk_2` and > CONSTRAINT `stockcatproperties_ibfk_3` enforce same condition. > > Is this a mistake or i missing something? > > Thanks for your time. > > > ################################################ > weberp 4.11.2: table stockcatproperties, primary key and constraints > -- > -- Estrutura da tabela `stockcatproperties` > -- > CREATE TABLE IF NOT EXISTS `stockcatproperties` ( > `stkcatpropid` int(11) NOT NULL AUTO_INCREMENT, > `categoryid` char(6) NOT NULL, > `label` text NOT NULL, > `controltype` tinyint(4) NOT NULL DEFAULT '0', > `defaultvalue` varchar(100) NOT NULL DEFAULT '''''', > `maximumvalue` double NOT NULL DEFAULT '999999999', > `reqatsalesorder` tinyint(4) NOT NULL DEFAULT '0', > `minimumvalue` double NOT NULL DEFAULT '-999999999', > `numericvalue` tinyint(4) NOT NULL DEFAULT '0', > PRIMARY KEY (`stkcatpropid`), > KEY `categoryid` (`categoryid`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; > -- > -- Restrições para a tabela `stockcatproperties` > -- > ALTER TABLE `stockcatproperties` > ADD CONSTRAINT `stockcatproperties_ibfk_1` FOREIGN KEY > (`categoryid`) REFERENCES `stockcategory` (`categoryid`), > ADD CONSTRAINT `stockcatproperties_ibfk_2` FOREIGN KEY > (`categoryid`) REFERENCES `stockcategory` (`categoryid`), > ADD CONSTRAINT `stockcatproperties_ibfk_3` FOREIGN KEY > (`categoryid`) REFERENCES `stockcategory` (`categoryid`); > > ################################################ > -- > gilberto dos santos alves > +55.11.98646-5049 > sao paulo - sp - brasil > > > > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: gilberto d. s. a. <gs...@gm...> - 2014-01-20 17:32:26
|
I am reviewing tables, primary keys and other constraints i find that table has 3 constraints like this paste from table show. CONSTRAINT `stockcatproperties_ibfk_1`, CONSTRAINT `stockcatproperties_ibfk_2` and CONSTRAINT `stockcatproperties_ibfk_3` enforce same condition. Is this a mistake or i missing something? Thanks for your time. ################################################ weberp 4.11.2: table stockcatproperties, primary key and constraints -- -- Estrutura da tabela `stockcatproperties` -- CREATE TABLE IF NOT EXISTS `stockcatproperties` ( `stkcatpropid` int(11) NOT NULL AUTO_INCREMENT, `categoryid` char(6) NOT NULL, `label` text NOT NULL, `controltype` tinyint(4) NOT NULL DEFAULT '0', `defaultvalue` varchar(100) NOT NULL DEFAULT '''''', `maximumvalue` double NOT NULL DEFAULT '999999999', `reqatsalesorder` tinyint(4) NOT NULL DEFAULT '0', `minimumvalue` double NOT NULL DEFAULT '-999999999', `numericvalue` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`stkcatpropid`), KEY `categoryid` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Restrições para a tabela `stockcatproperties` -- ALTER TABLE `stockcatproperties` ADD CONSTRAINT `stockcatproperties_ibfk_1` FOREIGN KEY (`categoryid`) REFERENCES `stockcategory` (`categoryid`), ADD CONSTRAINT `stockcatproperties_ibfk_2` FOREIGN KEY (`categoryid`) REFERENCES `stockcategory` (`categoryid`), ADD CONSTRAINT `stockcatproperties_ibfk_3` FOREIGN KEY (`categoryid`) REFERENCES `stockcategory` (`categoryid`); ################################################ -- gilberto dos santos alves +55.11.98646-5049 sao paulo - sp - brasil |
From: muthu <map...@gm...> - 2014-01-20 14:13:25
|
Hi Phil, Thanks for your immediate response. Routing is an important feature and needs be handled outside the BoM. We need to look for the possibility of adding this feature. Search Function in BoM: Also, while exploring the BoM, noticed that we need to have a search option to add Components to Parent Item. Currently the search function is not available. If it is an easy task, can the feature be included in the BoM maintenance (BOMs.php). Regards, Muthu -----Original Message----- From: web...@li... [mailto:web...@li...] Sent: Sunday, January 19, 2014 12:33 PM To: web...@li... Subject: Web-erp-developers Digest, Vol 92, Issue 12 Send Web-erp-developers mailing list submissions to web...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/web-erp-developers or, via email, send a message with subject or body 'help' to web...@li... You can reach the person managing the list at web...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Web-erp-developers digest..." Today's Topics: 1. Re: Feature Suggestion: Manufacturing :- Routing - Operation Sequence (Phil Daintree) ---------------------------------------------------------------------- Message: 1 Date: Sun, 19 Jan 2014 20:02:50 +1300 From: Phil Daintree <ph...@lo...> Subject: Re: [WebERP-developers] Feature Suggestion: Manufacturing :- Routing - Operation Sequence To: webERP Developers <web...@li...> Message-ID: <52D...@lo...> Content-Type: text/plain; charset="iso-8859-1" Although not implemented as "routings" distinct from other components - it is possible to add labour type items to a bill of material in much the same way as physical stock components. There is no way to sequence the components/operations though as you say Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 19/01/14 10:17, muthu wrote: > > Team, > > "Routing feature" in Manufacturing is a must have feature and I could > notice the feature is not implemented. > > Manufacturing Order creation process with Routing functionality is > need of an hour for small and medium scale manufacturing industries. > This feature will help these industries to continue their operations > seamlessly even during their high attrition of technical talents. > > Routing: > > Define the sequence of operations to the product/item with milestones. > This is the place where we define the work center required for every > operation, time required for setup and run (machine & labor) and tools > details if any. > > Work Order with Routing and Material List as a package moves in > sequence to various work centers is what I have seen everywhere in the > shop floor and bringing this feature in our Manufacturing module will > really change the face of webERP. > > Please think through and let me know if need any additional > information in this regard. > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Sunday, January 19, 2014 2:06 AM > *To:* 'web...@li...' > *Subject:* Feature Suggestion: Multi-Level Bill Of Materials > Maintenance - Product Sequence Option > > Team, > > While exploring further, I have noticed the following feature in > Manufacturing will ease the Production Planning team's life in shop floor. > > Multi-Level Bill Of Materials Maintenance -- User Sequence Option > > -Introducing the Product sequence numbering to the components will > establish the sequence of the bill of material. This will help the > Production Planning & Assembly team to focus on the items based on the > sequence and will help us to view the true product structure with the > BoM listings when we have the reporting with "Level" with "Product > Sequence". > > -I feel this option can be introduced in the existing "Multi-Level > Bill Of Materials Maintenance" screen by adding additionalProduct > sequence field. > > Any suggestions... > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Wednesday, January 08, 2014 4:13 AM > *To:* 'web...@li...' > *Subject:* RE: Web-erp-developers Digest, Vol 92, Issue 4 > > Team, > > I have rich ERP implementation experience in Manufacturing and > Logistics domain and started looking for spending my time in > contributing to any of the open source project. While exploring the > web, happen to get a chance to see the webERP and noticed that the > product is meeting most of the features and would like to extend all > my support to enhance further to benefit the community. > > In this connection, while getting into the flow, noticed that the > "Purchase Requisition" feature is not implemented, which is a must > have feature. Do you have any plan or how it is handled currently in > webERP. > > Regards, Muthu > > Purchase Requisition: > > It is a first step to procurement. Any user in a company can raise a > purchase request for the procurement of any item (from stationery to > capital goods outside of MRP) and the same can be queued for approvals > to their supervisors and followed by available to purchase department > for procurement. > > Find below the typical purchase requisition format. > > *PURCHASE Requisition* > > ** > > Requisition number R ****** Revision ** > > Requisition date ***/**/** > > Item *************** > > Description ****************************** > > Approval status * **************** > > Requisitioner : aaaaaaaA10 > > Quantity nnnnnnn.nnn > > Purchase UM ** > > Conv Factor **,***.***** > > Stock UM ** > > Required Date nnnnnn > > Follow-up nnnnnn > > Warehouse: aA3 > > Job number aaaaaaaaaA12 > > Ship-to ID nnn > > Account aaaaaaaaaaaaA15 > > Purchase order aaaaaaa > > Department aaA4 > > Price nnnnnnnnnnn.nnnn > > Priority n > > Requested vendor aaaaA6 ********** > > Ref number aaaaaaaA10 > > -----Original Message----- > From: web...@li... > <mailto:web...@li...> > [mailto:web...@li...] > Sent: Sunday, January 05, 2014 10:00 AM > To: web...@li... > <mailto:web...@li...> > Subject: Web-erp-developers Digest, Vol 92, Issue 4 > > Send Web-erp-developers mailing list submissions to > > web...@li... > <mailto:web...@li...> > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > or, via email, send a message with subject or body 'help' to > > web...@li... > <mailto:web...@li...> > > You can reach the person managing the list at > > web...@li... > <mailto:web...@li...> > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Web-erp-developers digest..." > > Today's Topics: > > 1. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > 2. Re: Bug in language setting and company preferences > > (Phil Daintree) > > 3. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > ---------------------------------------------------------------------- > > Message: 1 > > Date: Sun, 5 Jan 2014 09:32:55 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...ail > .com>> > > Content-Type: text/plain; charset="iso-8859-1" > > The extension is okay. So, does the download version already include > locale language? I saw in the locale folder there is already exist > indonesian language. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >> > > >> Hello, currently I'm developing an ERP system for some small > >> company > > >> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >> > > >> -- > > >> ------------------------- > > >> Bharata Kalbuaji > > >> > > >> ------------------------------ > > >> > > >> Rapidly troubleshoot problems before they affect your business. > >> Most > > >> IT organizations don't have a clear picture of how application > > >> performance affects their revenue. With AppDynamics, you get 100% > > >> visibility into your Java,.NET, & PHP application. Start your > 15-day FREE TRIAL of AppDynamics Pro! > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk > > >> > > >> ------------------------------ > > >> > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > > Date: Sun, 05 Jan 2014 16:43:12 +1300 > > From: Phil Daintree <ph...@lo... > <mailto:ph...@lo...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: <52C...@lo... > <mailto:52C...@lo...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Yes, the software comes with the translation, but the PHP server needs > to have the gettext extension installed a > > http://nz1.php.net/_ > > and the locale of your language needs also to be installed on your > server. This is about web-server configuration not about webERP. > > Phil > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > > > <mailto:ph...@lo...>> wrote: > > > > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be > enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm... > <mailto:bha...@gm...%20%3cmailto:bha...@gm...>>> wrote: > > > > > > Hello, currently I'm developing an ERP system for some small > company in Indonesia. I see that WebERP already have Indonesia > langauage buat when I change the language to Indonesian, the language > is still in english. I tried another language and it still the same. > Is there any plugin or something to change the language because I > tried the demo, the language can be changed. Also, I tried to change > the company preference like name, address, and currency, but when I > click the submit button, it doesn't submit and just stay o > > > n the same page. Why is this happening? Is there some bugs? > Thank you for your reply. > > > > > > -- > > > ------------------------- > > > Bharata Kalbuaji > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -- > > > > > > Rapidly troubleshoot problems before they affect your > business. Most IT > > > organizations don't have a clear picture of how application > > > performance > > > > > > affects their revenue. With AppDynamics, you get 100% > visibility into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL > of AppDynamics Pro! > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -- > > > > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > ---------------------------------------------------------------------- > -------- > > > Rapidly troubleshoot problems before they affect your business. > > > Most IT > > > organizations don't have a clear picture of how application > > > performance > > > affects their revenue. With AppDynamics, you get 100% visibility > > > into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > > > AppDynamics Pro! > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > lktrk > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > > Date: Sun, 5 Jan 2014 11:29:56 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...ail > .com>> > > Content-Type: text/plain; charset="iso-8859-1" > > Oh, thank you for your answer. I will install locale in my server then. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 10:44 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Yes, the software comes with the translation, but the PHP server > > > needs to have the gettext extension installed a > > > > > > http://nz1.php.net/_ > > > > > > and the locale of your language needs also to be installed on your > server. > > > This is about web-server configuration not about webERP. > > > > > > Phil > > > > > > Phil Daintree > > > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > > > > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > > > >> Try the demo at http://www.weberp.org/weberp > > >> > > >> There are some tricks to php config the language locale must be > > >> installed on the server and the gettext php extension must be enabled. > > >> > > >> Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >>> > > >>> Hello, currently I'm developing an ERP system for some small > >>> company > > >>> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >>> > > >>> -- > > >>> ------------------------- > > >>> Bharata Kalbuaji > > >>> > > >>> ------------------------------ > > >>> > > >>> Rapidly troubleshoot problems before they affect your business. > >>> Most > > >>> IT organizations don't have a clear picture of how application > > >>> performance > > >>> > > >>> affects their revenue. With AppDynamics, you get 100% visibility > > >>> into your Java,.NET, & PHP application. Start your 15-day FREE > >>> TRIAL > > >>> of AppDynamics > > >>> Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/414 > >>> 0/ > > >>> ostg.clktrk > > >>> > > >>> ------------------------------ > > >>> > > >>> Web-erp-developers mailing > > >>> lis...@li... > <mailto:lis...@li...> > > >>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >>> > > >>> > > >> Phil Daintree > > >> +64(0)275 567890 > > >> skype: daintree > > >> > > >> > > >> ------------------------------------------------------------------- > >> -- > > >> --------- Rapidly troubleshoot problems before they affect your > > >> business. Most IT organizations don't have a clear picture of how > > >> application performance affects their revenue. With AppDynamics, > >> you > > >> get 100% visibility into your Java,.NET, & PHP application. Start > > >> your 15-day FREE TRIAL of AppDynamics Pro! > > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk _______________________________________________ > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics > > > Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ > > os > > > tg.clktrk > > > > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing > > > > lis...@li...https://lists.sourceforge > <mailto:lis...@li...https://lists.sourceforg e>. > > > net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > -- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start > > your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > .c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > ---------------------------------------------------------------------- > -------- > > Rapidly troubleshoot problems before they affect your business. Most > IT organizations don't have a clear picture of how application > performance affects their revenue. With AppDynamics, you get 100% > visibility into your Java,.NET, & PHP application. Start your 15-day > FREE TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > lktrk > > ------------------------------ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > <mailto:Web...@li...> > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > End of Web-erp-developers Digest, Vol 92, Issue 4 > > ************************************************* > > > > ---------------------------------------------------------------------- > -------- CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical > Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg. > clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ---------------------------------------------------------------------------- -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk ------------------------------ _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers End of Web-erp-developers Digest, Vol 92, Issue 12 ************************************************** |
From: Phil D. <ph...@lo...> - 2014-01-19 07:03:16
|
Although not implemented as "routings" distinct from other components - it is possible to add labour type items to a bill of material in much the same way as physical stock components. There is no way to sequence the components/operations though as you say Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 19/01/14 10:17, muthu wrote: > > Team, > > "Routing feature" in Manufacturing is a must have feature and I could > notice the feature is not implemented. > > Manufacturing Order creation process with Routing functionality is > need of an hour for small and medium scale manufacturing industries. > This feature will help these industries to continue their operations > seamlessly even during their high attrition of technical talents. > > Routing: > > Define the sequence of operations to the product/item with milestones. > This is the place where we define the work center required for every > operation, time required for setup and run (machine & labor) and tools > details if any. > > Work Order with Routing and Material List as a package moves in > sequence to various work centers is what I have seen everywhere in the > shop floor and bringing this feature in our Manufacturing module will > really change the face of webERP. > > Please think through and let me know if need any additional > information in this regard. > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Sunday, January 19, 2014 2:06 AM > *To:* 'web...@li...' > *Subject:* Feature Suggestion: Multi-Level Bill Of Materials > Maintenance - Product Sequence Option > > Team, > > While exploring further, I have noticed the following feature in > Manufacturing will ease the Production Planning team's life in shop floor. > > Multi-Level Bill Of Materials Maintenance -- User Sequence Option > > -Introducing the Product sequence numbering to the components will > establish the sequence of the bill of material. This will help the > Production Planning & Assembly team to focus on the items based on the > sequence and will help us to view the true product structure with the > BoM listings when we have the reporting with "Level" with "Product > Sequence". > > -I feel this option can be introduced in the existing "Multi-Level > Bill Of Materials Maintenance" screen by adding additionalProduct > sequence field. > > Any suggestions... > > Regards, Muthu > > *From:*muthu [mailto:map...@gm...] > *Sent:* Wednesday, January 08, 2014 4:13 AM > *To:* 'web...@li...' > *Subject:* RE: Web-erp-developers Digest, Vol 92, Issue 4 > > Team, > > I have rich ERP implementation experience in Manufacturing and > Logistics domain and started looking for spending my time in > contributing to any of the open source project. While exploring the > web, happen to get a chance to see the webERP and noticed that the > product is meeting most of the features and would like to extend all > my support to enhance further to benefit the community. > > In this connection, while getting into the flow, noticed that the > "Purchase Requisition" feature is not implemented, which is a must > have feature. Do you have any plan or how it is handled currently in > webERP. > > Regards, Muthu > > Purchase Requisition: > > It is a first step to procurement. Any user in a company can raise a > purchase request for the procurement of any item (from stationery to > capital goods outside of MRP) and the same can be queued for approvals > to their supervisors and followed by available to purchase department > for procurement. > > Find below the typical purchase requisition format. > > *PURCHASE Requisition* > > ** > > Requisition number R ****** Revision ** > > Requisition date ***/**/** > > Item *************** > > Description ****************************** > > Approval status * **************** > > Requisitioner : aaaaaaaA10 > > Quantity nnnnnnn.nnn > > Purchase UM ** > > Conv Factor **,***.***** > > Stock UM ** > > Required Date nnnnnn > > Follow-up nnnnnn > > Warehouse: aA3 > > Job number aaaaaaaaaA12 > > Ship-to ID nnn > > Account aaaaaaaaaaaaA15 > > Purchase order aaaaaaa > > Department aaA4 > > Price nnnnnnnnnnn.nnnn > > Priority n > > Requested vendor aaaaA6 ********** > > Ref number aaaaaaaA10 > > -----Original Message----- > From: web...@li... > <mailto:web...@li...> > [mailto:web...@li...] > Sent: Sunday, January 05, 2014 10:00 AM > To: web...@li... > <mailto:web...@li...> > Subject: Web-erp-developers Digest, Vol 92, Issue 4 > > Send Web-erp-developers mailing list submissions to > > web...@li... > <mailto:web...@li...> > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > or, via email, send a message with subject or body 'help' to > > web...@li... > <mailto:web...@li...> > > You can reach the person managing the list at > > web...@li... > <mailto:web...@li...> > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Web-erp-developers digest..." > > Today's Topics: > > 1. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > 2. Re: Bug in language setting and company preferences > > (Phil Daintree) > > 3. Re: Bug in language setting and company preferences > > (Bharata Kalbuaji) > > ---------------------------------------------------------------------- > > Message: 1 > > Date: Sun, 5 Jan 2014 09:32:55 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...>> > > Content-Type: text/plain; charset="iso-8859-1" > > The extension is okay. So, does the download version already include > locale language? I saw in the locale folder there is already exist > indonesian language. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >> > > >> Hello, currently I'm developing an ERP system for some small company > > >> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >> > > >> -- > > >> ------------------------- > > >> Bharata Kalbuaji > > >> > > >> ------------------------------ > > >> > > >> Rapidly troubleshoot problems before they affect your business. Most > > >> IT organizations don't have a clear picture of how application > > >> performance affects their revenue. With AppDynamics, you get 100% > > >> visibility into your Java,.NET, & PHP application. Start your > 15-day FREE TRIAL of AppDynamics Pro! > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk > > >> > > >> ------------------------------ > > >> > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > > Date: Sun, 05 Jan 2014 16:43:12 +1300 > > From: Phil Daintree <ph...@lo... <mailto:ph...@lo...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: <52C...@lo... > <mailto:52C...@lo...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Yes, the software comes with the translation, but the PHP server needs > to have the gettext extension installed a > > http://nz1.php.net/_ > > and the locale of your language needs also to be installed on your > server. This is about web-server configuration not about webERP. > > Phil > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > > > <mailto:ph...@lo...>> wrote: > > > > > > Try the demo at http://www.weberp.org/weberp > > > > > > There are some tricks to php config the language locale must be > > > installed on the server and the gettext php extension must be > enabled. > > > > > > Bharata <bha...@gm... <mailto:bha...@gm... > <mailto:bha...@gm...%20%3cmailto:bha...@gm...>>> wrote: > > > > > > Hello, currently I'm developing an ERP system for some small > company in Indonesia. I see that WebERP already have Indonesia > langauage buat when I change the language to Indonesian, the language > is still in english. I tried another language and it still the same. > Is there any plugin or something to change the language because I > tried the demo, the language can be changed. Also, I tried to change > the company preference like name, address, and currency, but when I > click the submit button, it doesn't submit and just stay o > > > n the same page. Why is this happening? Is there some bugs? > Thank you for your reply. > > > > > > -- > > > ------------------------- > > > Bharata Kalbuaji > > > > > > > > > ---------------------------------------------------------------------- > > > -- > > > > > > Rapidly troubleshoot problems before they affect your > business. Most IT > > > organizations don't have a clear picture of how application > > > performance > > > > > > affects their revenue. With AppDynamics, you get 100% > visibility into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL > of AppDynamics Pro! > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk > > > > > > > > > ---------------------------------------------------------------------- > > > -- > > > > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > Phil Daintree > > > +64(0)275 567890 > > > skype: daintree > > > > > > > ------------------------------------------------------------------------------ > > > Rapidly troubleshoot problems before they affect your business. > > > Most IT > > > organizations don't have a clear picture of how application > > > performance > > > affects their revenue. With AppDynamics, you get 100% visibility > > > into your > > > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > > > AppDynamics Pro! > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > > Date: Sun, 5 Jan 2014 11:29:56 +0700 > > From: Bharata Kalbuaji <bha...@gm... > <mailto:bha...@gm...>> > > Subject: Re: [WebERP-developers] Bug in language setting and company > > preferences > > To: webERP Developers <web...@li... > <mailto:web...@li...>> > > Message-ID: > > > <CAD...@ma... > <mailto:CAD...@ma...>> > > Content-Type: text/plain; charset="iso-8859-1" > > Oh, thank you for your answer. I will install locale in my server then. > > _____________________ > > Bharata Kalbuaji > > On Jan 5, 2014 10:44 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > Yes, the software comes with the translation, but the PHP server > > > needs to have the gettext extension installed a > > > > > > http://nz1.php.net/_ > > > > > > and the locale of your language needs also to be installed on your > server. > > > This is about web-server configuration not about webERP. > > > > > > Phil > > > > > > Phil Daintree > > > Logic Works Ltd - +64 (0)275 567890http://www.logicworks.co.nz > > > > > > On 05/01/14 15:32, Bharata Kalbuaji wrote: > > > > > > The extension is okay. So, does the download version already include > > > locale language? I saw in the locale folder there is already exist > > > indonesian language. > > > > > > _____________________ > > > Bharata Kalbuaji > > > On Jan 5, 2014 9:00 AM, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > > > > >> Try the demo at http://www.weberp.org/weberp > > >> > > >> There are some tricks to php config the language locale must be > > >> installed on the server and the gettext php extension must be enabled. > > >> > > >> Bharata <bha...@gm... <mailto:bha...@gm...>> wrote: > > >>> > > >>> Hello, currently I'm developing an ERP system for some small company > > >>> in Indonesia. I see that WebERP already have Indonesia langauage > buat when I change the language to Indonesian, the language is still > in english. I tried another language and it still the same. Is there > any plugin or something to change the language because I tried the > demo, the language can be changed. Also, I tried to change the company > preference like name, address, and currency, but when I click the > submit button, it doesn't submit and just stay o n the same page. Why > is this happening? Is there some bugs? Thank you for your reply. > > >>> > > >>> -- > > >>> ------------------------- > > >>> Bharata Kalbuaji > > >>> > > >>> ------------------------------ > > >>> > > >>> Rapidly troubleshoot problems before they affect your business. Most > > >>> IT organizations don't have a clear picture of how application > > >>> performance > > >>> > > >>> affects their revenue. With AppDynamics, you get 100% visibility > > >>> into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL > > >>> of AppDynamics > > >>> Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ > > >>> ostg.clktrk > > >>> > > >>> ------------------------------ > > >>> > > >>> Web-erp-developers mailing > > >>> lis...@li... > <mailto:lis...@li...> > > >>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >>> > > >>> > > >> Phil Daintree > > >> +64(0)275 567890 > > >> skype: daintree > > >> > > >> > > >> --------------------------------------------------------------------- > > >> --------- Rapidly troubleshoot problems before they affect your > > >> business. Most IT organizations don't have a clear picture of how > > >> application performance affects their revenue. With AppDynamics, you > > >> get 100% visibility into your Java,.NET, & PHP application. Start > > >> your 15-day FREE TRIAL of AppDynamics Pro! > > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. > > >> clktrk _______________________________________________ > > >> Web-erp-developers mailing list > > >> Web...@li... > <mailto:Web...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > >> > > >> > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics > > > Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/os > > > tg.clktrk > > > > > > > > > > > > _______________________________________________ > > > Web-erp-developers mailing > > > > lis...@li...https://lists.sourceforge > <mailto:lis...@li...https://lists.sourceforge>. > > > net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > -------- Rapidly troubleshoot problems before they affect your > > > business. Most IT organizations don't have a clear picture of how > > > application performance affects their revenue. With AppDynamics, you > > > get 100% visibility into your Java,.NET, & PHP application. Start your > > > 15-day FREE TRIAL of AppDynamics Pro! > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c > > > lktrk _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > <mailto:Web...@li...> > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > > Rapidly troubleshoot problems before they affect your business. Most > IT organizations don't have a clear picture of how application > performance affects their revenue. With AppDynamics, you get 100% > visibility into your Java,.NET, & PHP application. Start your 15-day > FREE TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > <mailto:Web...@li...> > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > End of Web-erp-developers Digest, Vol 92, Issue 4 > > ************************************************* > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |