- 12 Apr, 2016 11 commits
-
-
Jérome Perrin authored
Previously, it was defining different font sizes for asian characters, using different sizes for style:font-size-asian and style:font-size We now use the same font size. This looks good using japanese or chinese characters mixed with roman characters. The default font is also changed to IPAPGothic, available in slapos' cloudooo
-
Jérome Perrin authored
This reverts commit 6c9f4d4e. We have to make sure this is really needed. Conflicts: bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Base_viewPDMFieldLibrary.xml
-
Jérome Perrin authored
Summary of total product quantity by product line.
-
Jérome Perrin authored
on the various trade printouts
-
Jérome Perrin authored
(cherry picked from commit 1d52a426)
-
Jérome Perrin authored
There was an empty column right to quantity unit for all packing list lines
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
codemirror: display an animation in window title so that the window flash when component has been saved. Use case: save component on one tab, go to "run live test" tab and wait for component to be saved to make sure code runs with latest version (cherry picked from commit 98e208f5)
-
Jérome Perrin authored
(cherry picked from commit 56427392)
-
Jérome Perrin authored
codemirror python's completion just complete on builtins, so that hack is a bit better (cherry picked from commit 926b0c71)
-
- 08 Apr, 2016 1 commit
-
-
Jérome Perrin authored
The real motivation was to make sure that search match is displayed when searching with Ctrl+F / Ctrl+G (cherry picked from commit 24a171a4)
-
- 07 Apr, 2016 3 commits
-
-
Jérome Perrin authored
(cherry picked from commit 8fab4d97)
-
Jérome Perrin authored
(cherry picked from commit 8e41eb66)
-
Jérome Perrin authored
-
- 06 Apr, 2016 2 commits
-
-
Jérome Perrin authored
(cherry picked from commit bafc3a93)
-
Jérome Perrin authored
(cherry picked from commit a4253489)
-
- 25 Dec, 2015 5 commits
-
-
Jérome Perrin authored
generally speaking, listbox where some editable fields are not listed in fields (cherry picked from commit 9abfc6c4)
-
Jérome Perrin authored
(cherry picked from commit 2b084cbd)
-
Jérome Perrin authored
A supply line defined for a product line will apply to all resources member of this product line. (cherry picked from commit 3751610a) Conflicts: bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/PurchaseSupplyLine_view.xml
-
Jérome Perrin authored
(cherry picked from commit 0ad99c2d) Conflicts: product/ERP5/tests/testTradeCondition.py
-
Jérome Perrin authored
A previous operation might have poluted the request (cherry picked from commit 7ddb9c10)
-
- 27 Nov, 2015 2 commits
-
-
Jérome Perrin authored
index we have a scriptable key for title_or_reference : from Products.ZSQLCatalog.SQLCatalog import Query, ComplexQuery query = ComplexQuery( Query(title=value), Query(reference=value), operator="OR") return query
-
Jérome Perrin authored
-
- 10 Nov, 2015 1 commit
-
-
Jérome Perrin authored
-
- 13 Oct, 2015 4 commits
-
-
Jérome Perrin authored
Otherwise we quickly end up with thousands of activities when one builder has a problem. (cherry picked from commit 83df786f)
-
Jérome Perrin authored
and fix a typo (cherry picked from commit 1bd9309a)
-
Jérome Perrin authored
(cherry picked from commit 3d7289b9)
-
Arnaud Fontaine authored
Also, add Javascript and CSS linters. (cherry picked from commit 1d4a9b67)
-
- 17 Apr, 2015 1 commit
-
-
Klaus Wölfel authored
Add "planned" state to Purchase/Sale Packing Lists so that builders first build planned deliveries. Then if there is no expected additional movement, the delivery is automatically moved to "confirmed". This allows to support partial build that could come with global builders. Now builders will complete only "planned" deliveries. This also solve the split of packing list when the same date was used, the builder was updating current delivery. Now we can change packing list only in confirmed state (not in planned state), therefore the builder will never add movement to the delivery the user is changing. This was adapted from seb commit to project repo. The difference is that here we do not confirm if related movements belong to more then one root delivery value (packing list). This way we try to handle the case of multiple split on the same date where the user first splits a packing list and then splits again. In this case we want these splitted movements end up in the same packing list, so the created packing list still has to be able to receive new movements, it is thus kept in planned state. The user then hast to confirm this packing list manually.
-
- 16 Mar, 2015 5 commits
-
-
Jérome Perrin authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
- 19 Feb, 2015 1 commit
-
-
Klaus Wölfel authored
-
- 12 Feb, 2015 4 commits
-
-
Klaus Wölfel authored
Conflicts: bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Base_viewPDMFieldLibrary.xml
-
Klaus Wölfel authored
- Optionally group by function - Give higher priority to Order Report compared to Workflow Report - Optionally filter by Quantity Unit and enable Stat Columns for Quantity TODO: Quantity also for Thirs Party if filtered by quantity Unit
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-