Skip to content

Commit dafe4c4

Browse files
authored
Release 2.2.0 changes (#130)
* Update XML files to use new XSD references for the 3.0.0 release series * In component.xml bump versions for upcoming release * Add more release notes from review of commits since last release, update year in AUTHORS
1 parent a2d48ef commit dafe4c4

File tree

382 files changed

+425
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+425
-386
lines changed

AUTHORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ that are otherwise encumbered.
3434

3535
Signed by git commit adding my legal name and git username:
3636

37-
Written in 2016-2020 by David E. Jones - jonesde
37+
Written in 2016-2022 by David E. Jones - jonesde
3838
Written in 2021-2021 by D. Michael Jones - acetousk
3939
Written in 2016-2016 by Sam Hamilton - samhamilton
4040
Written in 2016-2018 by Jens Hardings - jenshp
@@ -69,7 +69,7 @@ litigation is filed.
6969

7070
Signed by git commit adding my legal name and git username:
7171

72-
Written in 2016-2020 by David E. Jones - jonesde
72+
Written in 2016-2022 by David E. Jones - jonesde
7373
Written in 2021-2021 by D. Michael Jones - acetousk
7474
Written in 2016-2016 by Sam Hamilton - samhamilton
7575
Written in 2016-2017 by Jens Hardings - jenshp

MoquiConf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
3-
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
3+
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
44
<screen-facade>
55
<screen location="component://webroot/screen/webroot.xml">
66
<subscreens-item name="ssstatic" menu-include="false" location="component://SimpleScreens/screen/ssstatic.xml"/>

ReleaseNotes.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11

22
Simple Screens - Reusable Screens, Forms, Reports, Documents, etc
33

4+
===========================================================================
5+
Release 2.2.0 - 31 May 2022
6+
===========================================================================
7+
8+
Simple Screens 2.2.0 is a minor new feature and bug fix release.
9+
10+
While the majority of changes are to existing screens, there a few new
11+
screens including:
12+
13+
- CarrierShipmentMethods (config)
14+
- AssetStatusByReceipt (report)
15+
- MyAccount ScheduledFinds (config)
16+
- FindPhysicalInventory and EditPhysicalInventory (transactional)
17+
- EditTimeEntry (transactional dialog) used on PartyTimeEntries and other
18+
- QuickSearch (find) with combination of QuickLookup (by ID) and Search
19+
- ViewWikiPage (print friendly as opposed to edit friendly)
20+
21+
A few screens have been moved from HiveMind, including:
22+
23+
- PartyProjects, PartyTasks, and PartyRequests
24+
- EditRateAmounts (config, work rates for worker and client)
25+
- Project: FindProject, ProjectSummary, EditProject, EditMilestones,
26+
EditUsers, EditWikiPages, MilestoneSummary, ProjectTimeEntries,
27+
ProjectProgressReport
28+
- Request: EditTasks, EditUsers
29+
- Task: FindTask, TaskSummary, EditTask, EditRelated, EditRequests,
30+
EditTimeEntries, EditUsers, EditWikiPages
31+
32+
Some screens were refactored and split out to better handle large orders
33+
and shipments:
34+
35+
- OrderDetail: OrderItems screen with EditItem dialog (transactional)
36+
- ShipmentDetail: ShipmentItems, ShipmentPackages
37+
- PackShipment: PackSummary, PackItems, PackPackages
38+
39+
There are various other minor changes and fixes in this release. For a
40+
complete list of changes see:
41+
42+
https://github.com/moqui/SimpleScreens/compare/v2.1.2...v2.2.0
43+
444
===========================================================================
545
Release 2.1.2 - 07 Dec 2019
646
===========================================================================

component.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
3-
name="SimpleScreens" version="2.1.2">
4-
<depends-on name="mantle-udm" version="2.1.2"/>
5-
<depends-on name="mantle-usl" version="2.1.2"/>
2+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
3+
name="SimpleScreens" version="2.2.0">
4+
<depends-on name="mantle-usl" version="2.2.0"/>
65
<!-- can run without this, though PDFs will not render: <depends-on name="moqui-fop"/> -->
76
</component>

screen/BasicHandheld/Warehouse.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-title="HH Warehouse" default-menu-index="50" menu-image="fa fa-tags" menu-image-type="icon">
1717

1818
<always-actions>

screen/BasicHandheld/Warehouse/Asset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-index="3" default-menu-title="Assets" menu-image="/ssstatic/images/Asset.png">
1717

1818
<subscreens default-item="SelectAsset">

screen/BasicHandheld/Warehouse/Asset/ReceiveAsset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-include="false" default-menu-title="Receive Direct">
1717

1818
<parameter name="facilityId"/>

screen/BasicHandheld/Warehouse/Asset/SelectAsset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-include="false" default-menu-title="Move Asset">
1717

1818
<parameter name="facilityId"/>

screen/BasicHandheld/Warehouse/Shipping.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-index="5" default-menu-title="Shipping" menu-image="/ssstatic/images/Picking.png">
1717

1818
<subscreens default-item="PickLocationMoves">

screen/BasicHandheld/Warehouse/Shipping/PickLocationMoves.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-title="Pick Location Moves" default-menu-index="4">
1717

1818
<transition name="editFacility"><default-response url="//${appRoot}/Facility/EditFacility"/></transition>

0 commit comments

Comments
 (0)