From: Rafael C. <raf...@gm...> - 2015-01-19 15:05:04
|
Hi Exson, Thank you for your feedback. I have two cases: a. For a service. The user includes the service description and the conditions in the part_description_(long). He copies this part_description_(long) into each item narrative of the quotation. Then, this information also appears in the sales order and the invoice. It is a very long invoice, but it is very explicative (in Costa Rica, where there is a legal dispute between a supplier and a customer, in case of doubt, the customer wins over the supplier.). b. For a good. The user includes the good description, terms of use and warranty conditions. Also, he copies this part_description_(long) into each item narrative of the quotation, the sales order and the invoice. I prefer to not do a customized versions (the update is a headache). Instead, I prefer to include new features in the webERP main version if it make sense. To do this I see 2 possibilities: 1. PHP. A small link under the label "Narrative". On click, the info travels client-server and server-client to update the input value of 'Narrative_'.$OrderLine. 2. Javascript. A small element (button, text, etc.) under the label "Narrative". On click, the internal <script> copies the info from the attribute title of the table-datacell to the input's attribute value of 'Narrative_'.$OrderLine. Best regards, Rafael. 2015-01-19 5:42 GMT-06:00 ExsonQu <hex...@gm...>: > *Hi, Rafael,* > > I have no idea where we should use this feature. But I've got 2 > positive feedback from my website and webERP Chinese community QQ group. > > One user has use narrative filed to store the lot no for > warehouse > to prepare the goods. > > From my point, there is no harm at least -:) > > Best regards! > > Exson > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Copy-long-descrition-to-narrative-in-New-Sales-Order-or-Quotation-tp4657975p4657976.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |