From: rfthomas <rf...@as...> - 2014-10-17 14:25:28
|
Every release of webERP has a large number of edits to allow various items to need our company's needs. We expect the items that are based on corporate style, i.e. look of quotations, invoices and packing slips will have to changed. Other changes are not necessarily specific to our operation, but of a general nature and involve some simple choices. One such is the default of quantity entry on customer invoices and shipping documents. The webERP default of always invoicing the order amount does not work in our environment where a customer order always involves multiple shipments/invoices. Exson had provided a simple change to the DefineCartClass that solved this problem. I have added a configuration item: InvoiceQuantityDefault and made the necessary edits so that such will be available as an option in the system configuration. Changes were made to the following files: SystemParameters.php /includes/DefineCartClass.php /sql/mysql/upgrade4.11.2-4.11.4.sql /sql/mysql/country/default.sql /sql/mysql/country/demo.sql /sql/mysql/country/weberpchina.sql Can these change be made part of the system distribution? SystemParameters.php <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/SystemParameters.php> DefineCartClass.php <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/DefineCartClass.php> upgrade4.sql <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/upgrade4.sql> default.sql <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/default.sql> demo.sql <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/demo.sql> weberpchina.sql <http://weberp-accounting.1478800.n4.nabble.com/file/n4657719/weberpchina.sql> -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Added-System-Parameter-for-Customer-Invoice-Shipment-tp4657719.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |