Adrián Romero <adrianromero@openbravo.com> [Tue, 11 Aug 2015 11:54:16 +0200] rev 28527
[Service printing] Reference for Files BLOB
* Setting the heigh to the file selector to display the message
Adrián Romero <adrianromero@openbravo.com> [Tue, 11 Aug 2015 09:55:01 +0200] rev 28526
[Service printing] Reference for Files BLOB
* Formating for max file size value
Adrián Romero <adrianromero@openbravo.com> [Tue, 11 Aug 2015 09:53:44 +0200] rev 28525
[Service printing] Reference for Files BLOB
* Adjusting AD_COLUM_MOD_TRG for the new columns added to AD_COLUMN
Adrián Romero <adrianromero@openbravo.com> [Mon, 10 Aug 2015 17:59:45 +0200] rev 28524
[Service printing] Reference for Files BLOB
* Adding constraints for file extensions and file sizes
Guillermo Gil <guillermo.gil@openbravo.com> [Sun, 09 Aug 2015 12:27:16 +0200] rev 28523
[PrintingPDF] Added AD_File to the dataset
David Baz Fayos <david.baz@openbravo.com> [Sat, 08 Aug 2015 00:19:50 +0200] rev 28522
[Service Printing] Remove the extension of the UI File BLOB link
Adrián Romero <adrianromero@openbravo.com> [Fri, 07 Aug 2015 14:55:46 +0200] rev 28521
[Service printing] Reference for Files BLOB
* Uploaded file information is properly displayed
* Ability to download stored files
Adrián Romero <adrianromero@openbravo.com> [Fri, 07 Aug 2015 14:14:37 +0200] rev 28520
[Service printing] Reference for Files BLOB
* Restoring missing resource
Adrián Romero <adrianromero@openbravo.com> [Fri, 07 Aug 2015 09:54:05 +0200] rev 28519
[Service Printing] Reference for Files BLOB
* Fixed method name size() to filesize()
Adrián Romero <adrianromero@openbravo.com> [Fri, 07 Aug 2015 09:33:19 +0200] rev 28518
[Service Printing] Reference for Files BLOB
* Renamed column SIZE to FILESIZE to avoid names conflict
David Baz Fayos <david.baz@openbravo.com> [Fri, 07 Aug 2015 00:01:30 +0200] rev 28517
[Service Printing] Added most of the UI components of the FileBLOB reference
Adrián Romero <adrianromero@openbravo.com> [Thu, 06 Aug 2015 17:24:36 +0200] rev 28516
[Service printing] Reference for Files BLOB
* Initial storage of files in table AD_FILE
Unai Martirena <unai.martirena@openbravo.com> [Thu, 06 Aug 2015 13:29:18 +0200] rev 28515
[Product Service] Display correctly service relations in Return From Customer window
Unai Martirena <unai.martirena@openbravo.com> [Thu, 06 Aug 2015 12:33:49 +0200] rev 28514
[Product Service] Get correctly oldAmount on OB.ProductServices.orderLinesGridQtyOnChange
Unai Martirena <unai.martirena@openbravo.com> [Thu, 06 Aug 2015 12:32:38 +0200] rev 28513
[Product Service] Fix NPE on ServicePriceUtils.serviceReturnAllowedRFC method
Adrián Romero <adrianromero@openbravo.com> [Thu, 06 Aug 2015 11:14:18 +0200] rev 28512
[Service printing] Reference for Files BLOB
* Fixed previous commit with Renamed reference and files and Fixed copyright notice
Unai Martirena <unai.martirena@openbravo.com> [Thu, 06 Aug 2015 09:46:37 +0200] rev 28511
[Product Service] Fix issue with deferred sales check condition
Adrián Romero <adrianromero@openbravo.com> [Thu, 06 Aug 2015 08:45:25 +0200] rev 28510
Backed out changeset d558cce537cd
Adrián Romero <adrianromero@openbravo.com> [Wed, 05 Aug 2015 14:43:15 +0200] rev 28509
[Service printing] Reference for Files BLOB
* Renamed reference and files
* Fixed copyright notice
Adrián Romero <adrianromero@openbravo.com> [Wed, 05 Aug 2015 13:44:25 +0200] rev 28508
[Service printing] Reference for BLOB Documents
* New Base refererence 'Document BLOB' currently copy of reference 'Image BLOB'
Eduardo Argal Guibert <eduardo.argal@openbravo.com> [Tue, 04 Aug 2015 18:54:53 +0200] rev 28507
[Anonymous Sale] Removes column and field related to this project as it will be part of posterminal module
Unai Martirena <unai.martirena@openbravo.com> [Tue, 04 Aug 2015 09:50:46 +0200] rev 28506
[Product Service] Implement Services Returns and Deferred Sales
* Implement Related Services and Related Products tab in Return From Customer Window.
* Add 'Select Order Lines' pick & edit in 'Return From Customer' Lines tab in order to be able to select the services related to which products are going to be returned. This pick & edit will create negative relations from new return service line to related products in the original Sales Order. The transfomer of the Pick & Edit has been adapted to display different results if opened from Return From Customer.
* Add OB.RM.RMOrderSelectionChange on selection function on 'Pick & Edit Lines' grid in 'Return From Customer' and 'Orphan Lines' grid to be able to check if a service is Returnable or not while adding to the grid. This function calls an action handler returning the necessary information related to the service. Added also validations in 'Pick & Edit Lines' action handler and 'Insert Orphan Lines' handler.
* Add 'Related Quantity' and 'Returned Qty in Others' columns in Select Order Line Pick&Edit. While selecting a row in the pick & edit, if opened from Sales Order window 'Related Quantity' will be defaulted to Ordered Quantity, but if opened from Return From Customer it will be defaulted to 0. On the other hand, 'Returned Qty in Others' always will be 0 in Sales Order window but in Return From Customer window it will be a calculated field.
* Removed on delete cascade in C_ORDERLINE_SERVICERELATION table for C_ORDERLINE_SERVICEREL_ORD and C_ORDERLINE_SERVICEREL_REL_ORD foreign keys. While deleting from Return From Customer window any sales order line the relation lines were being deleted but the event handlers of the table were not being fired. So, the delete cascade has being removed and deletion of the relation has been implemented manually.
* Implement a function to check if a Service is allowed to be sold in a deferred sale. This function will be executed each time a line is selected in 'Select Order Lines' grid when opened from Sales Order window. This does not apply for Return From Customer order lines.
* Added oncreatedefault to INLINKEDTOPRODUCT column in M_PRODUCT table.
* Added default value and oncreatedefault to ALLOW_DEFERRED_SALE column in M_PRODUCT table. Also it has been converted to NOT NULLABLE.
Unai Martirena <unai.martirena@openbravo.com> [Mon, 27 Jul 2015 18:46:04 +0200] rev 28505
[Product Service] Remove 'Overdue Available Days' field from Product window
'Deferred Sell Max Days' field in Product window implements the same logic
Unai Martirena <unai.martirena@openbravo.com> [Mon, 27 Jul 2015 17:17:29 +0200] rev 28504
[Product Service] Update QA Sample Data, set Warranty Quantity Rule 'As per product'
Unai Martirena <unai.martirena@openbravo.com> [Mon, 27 Jul 2015 15:37:31 +0200] rev 28503
[Product Service] Exclude Service order lines in Related Orderlines pick&edit
Unai Martirena <unai.martirena@openbravo.com> [Mon, 27 Jul 2015 15:30:58 +0200] rev 28502
[Product Service] Fixes on Quantity Rule implementation
Unai Martirena <unai.martirena@openbravo.com> [Fri, 24 Jul 2015 10:58:07 +0200] rev 28501
[Product Service] Add QA Sample Data for Junits tests
Unai Martirena <unai.martirena@openbravo.com> [Thu, 23 Jul 2015 17:12:57 +0200] rev 28500
[Product Service] Remove wrongly Web POS exported columns to QA Sample Data
Unai Martirena <unai.martirena@openbravo.com> [Thu, 23 Jul 2015 16:45:28 +0200] rev 28499
[Product Service] Update Junit tests from OBBaseTest to WelBaseTest
Eduardo Argal Guibert <eduardo.argal@openbravo.com> [Wed, 22 Jul 2015 12:35:25 +0200] rev 28498
[Product Services] Adds same fields to tab than for P&E (included product categories)