Commit 7d530c8
committed
e2134fd Merge commit 'e2af974edb72ae5923ecdf4dd34249e13ebf9f31' into maintenance/3.0
324cba8 - renamed migrations to take newer versions of migrations into account on the develop branch
7fc60c7 - updated return notifications with ProductUnit on line items - added migration to update existing templates
4e71779 - updated email templates with Product Unit on the line items - Added migration to update email templates in existing installations
7b7407c - updated grids to include productUnit - updated PDF providers to include ProductUnit in PDF's - updated mappers either get the unit from the OrderItem or null
d20075c - renamed unitOfMeasurement in InventoryItem to use the ProducUnit to keep it consistent in all entities having this relation - added ProductUnit to PackingSlipItem and InvoiceItem, InvoiceItem uses a different approach because it has a inheritance table and the EntityExtendBundle didn't really like this setup by adding an Extended field
544f773 - updated test to check for the Unit Of Measurement being set on the OrderItem after the Order is saved
3e39516 - Updated OrderItemProductUnitListener to first check the InventoryItem for a UnitOfMeasurement before going straight to the default, the previous logic for checking it's empty before assigning is still in place - Updated service definition of the OrderItemProductUnitListener to use the InventoryItemManager and get the necessary data from there instead of only using the DoctrineHelper
34cb160 - Added unitOfMeasurement to the InventoryItem view
b5ab255 - added unitOfMeasurement to InventoryItem grid with filters and sorters
db865d0 - Added unitOfMeasurement to InventoryItem - Updated tests for UoM - Added translations for inventory item UoM - Added default UoM when product is created (which is followed by creating and attaching the InventoryItem)
3cc166c - removed unique index on Customer primary/shipping address as it is a theoretical posibility that they are exactly the same address
584f866 Merge branch 'task/MAR10001-0-add-replenishment-field-to-variant-grid' into maintenance/3.0
f0b0ccd Merge branch 'task/MAR10001-932-add-validation-to-Order-delivery-date' into maintenance/3.0
e170548 - Added the replenishment field to the variant grid for seeing continuation of the product
b6d7f17 - fixed some price alignment, not specifically to the right, but at least in line with each others TH; - even though Oro's right aligment did work, it only worked with a 'crowed' table, as soon as only a few columns are in the grid, the whole things 'falls apart' and are not actually aligned to the right
b150ac8 - added validation message for DeliveryDate if date is not set in the future
5b6426f - Added deliveryDate validation to make sure the date is set in the future and not in the past
32f7b4c Merge branch 'bugfix/MAR10001-941-po-recalculation-advised-products' into maintenance/3.0
1f2c18c - updated condition to trigger the tax calculations for Order rows when creating an Order through the GUI - previously the calculation wouldn't trigger because the region was not set in the customer's shippingAddress
f26ffdd - fixed issue with recalculation not being triggered when items in the advised grid are either updated with an amount or quantity - added additional trigger / listener to trigger the recalculation in this collection
6490937 Merge commit '0434749faa01bc372d0f6507d95e6c63b21d687a' into maintenance/3.0
a913e8d - remove disabled code from SalesChannelType form type
af094b9 Merge branch 'feature/magento2-integr' into testmerge-magentoint
0a5c725 - removing BC break from order view regarding payments
3baf789 - fixed issue with Migration where it was trying to create the order table on updating the application while it already exists - fixed issue with association name in the Enum field being inconsistent between the installer and the migration - Added additional enum options such as Box and Pallet
4a509e5 MAR10001-931: Update Order and OrderItem entities with additional fields
ba7bed3 Merge commit '2d726c233b9ee46e8df989abddab3e08d8d7a417' into maintenance/3.0
27b7007 - fixed issue with checking companyNumber on null while trying to render the PDF template
f16cfe6 - fixed issue with misquoting the columns on the unique constraint in the Company entity
f5ed9ad Merge commit '171e747c96d54e8f0821d6c20507350aafa607d3' into maintenance/3.0
7bd2784 MM-26: Test and stabilize product sync feature - Fixed issue with check connection on existing integration - Fixed issue with invalid transformations of pricing value triggers update prices on every save of product form
125bbe8 - removed commit reference in validation file
1c0060e Merge commit 'eb90b8fcfaedb948656084d945666cfebbe15532' into maintenance/3.0
34dbdfe - renamed Company code to Company number - added pdf translation - moved company number on the PDF
68d20ae MAR10001-909: Add Company ID to Company
d719683 MM-25: Add logic for product prices and inventory synchronization (#50)
bdf568e - fixed issue with installing by updating the OrderBundle Installer by updating the migration version to the correct version - fixed issue with shipping_method_reference setter on the Order entity, the setter needed to accept that it can be null
4c54cd3 - Added Shippingmethod reference as new field to the Order entity - Removed shippingmethod validation from the commerce validation group on the Order entity - added translation for shipping method reference - updated Order view layout to have all the source references (order reference, invoice reference and shippingmethod reference) in the same block and below the customer information
229daed Merge commit 'c3d7d6c1d492f690fe42956c139d0ead4c8a26cf' into maintenance/3.0
96e7019 Merge commit 'b065d549972a67f4a7ee98e2774243a9e2b80092' into maintenance/3.0
cd128f1 - Removed replenishment enum field from InventoryItem form type as this has already been added through the DynamicFieldsExtension
c019a6c Merge commit '39e05989e588eb7890665615fcc9b727f1c1f47e' into maintenance/3.0
c4b1b9e Merge branch 'task/MAR10001-0-qol-fixes-orocommerce-bridge' into maintenance/3.0
a61f403 - added missing validator translations regarding shipping method rules and configs
357cc70 - updated validation regarding Customer, Company and Address - moved the validation to the correct bundles instead of having it all in the OrderBundle validation file
3929205 MM-13: Implement initial products export (#49)
7478a59 Merge commit '04ca95074be3a990fed20bc103c82c73a59c7ef7' into maintenance/3.0
e2a0f48 - updated email SendProcessor to do not send emails or try to send emails when the recipients array is empty - updated validation groups for the Order entity to be able to save Orders without a Customer for the commerce group
c9bb1d0 - updated data attribute of order to make sure when creating a new order via `new Order()` will have the data attribute as an array instead of null
ad17b0a - Updated OrderWorkflowStart event listener's service definition to inject doctrinehelper
a2215e6 - updated OrderWorkflowStart listener to use the doctrine helper from Oro to get the correct entity manager for the class instead of the event's entity manager
df0ac89 - fixed issue with product duplication error when the action group registry is not a public service anymore, created a provider that injects said service and retrieving it via the provider that has been created as a public service
592e2e7 MM-23: Add logic to process changes in integration (#47)
d543090 - dropped unique index on integration ID on SalesChannel to allow a SalesChannelGroup with multiple SC's be connected to the integration - moved some fields around in the integration settings form - updated the OroCommerce integration event listener to take into account the integration is now linked to a SalesChannelGroup and not a single SalesChannel
9f3d6dc - removed required asterisk from Description on SalesChannel as this is not a required field
5cc3984 - removed required asterisk from description as this is not required in the SCG
d9db8bb MM-22: Add logic to process changes in Sales Channel (#46)
854eab6 MM-8: Add logic for tax class dictionary synchronization (#45)
e2ebbb0 MM-6: Prepare logic for dictionary synchronization (#40)
9968fae MM-4: Create Magento2 integration form - Added missed constraints
4ce69ce MM-4: Create Magento2 integration form
git-subtree-dir: package/marello
git-subtree-split: e2134fd
1 parent e2af974 commit 7d530c8
File tree
65 files changed
+762
-108
lines changed- src/Marello/Bundle
- CustomerBundle/Migrations/Schema
- v1_4_1
- InventoryBundle
- Entity
- EventListener
- Form/Type
- Manager
- Migrations/Schema
- v2_5_1
- Resources
- config/oro
- translations
- views/Inventory
- Tests
- Functional/Entity
- Unit/Entity
- InvoiceBundle
- Entity
- Mapper
- Migrations
- Data/ORM/data/email_templates
- Schema
- v2_1
- Pdf/Table
- Resources
- config/oro
- translations
- views/Pdf
- OrderBundle
- EventListener/Doctrine
- Migrations/Data/ORM
- data/emails
- Resources
- config
- oro
- public/js/app/views
- translations
- Tests/Functional/Controller
- PackingBundle
- Entity
- Migrations/Schema
- v1_4
- Resources
- config/oro
- translations
- PricingBundle/Resources/config/oro
- ProductBundle/Resources/config/oro
- PurchaseOrderBundle/Resources/public/js
- app/views
- multiple-entity
- RefundBundle/Resources/config/oro
- ReturnBundle/Migrations/Data/ORM
- data/emails
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+762
-108
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
| |||
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
285 | 300 | | |
286 | 301 | | |
287 | 302 | | |
| |||
594 | 609 | | |
595 | 610 | | |
596 | 611 | | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
597 | 631 | | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
84 | 102 | | |
85 | 103 | | |
86 | 104 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
129 | 138 | | |
130 | 139 | | |
131 | 140 | | |
| |||
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
79 | 94 | | |
80 | 95 | | |
81 | 96 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
| |||
Lines changed: 60 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
| |||
0 commit comments