Skip to content

Commit 3cd1fbc

Browse files
authored
Merge pull request #163 from Acumatica/feature/EDU-8384-2025R2-PublishT290
EDU-8384: Update T290 project files
2 parents e669105 + 4b55a48 commit 3cd1fbc

29 files changed

Lines changed: 76 additions & 76 deletions

File tree

ModernUI/T290/CodeSnippets/Activity3_5_1_ButtonLocation/RS301000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class="highlights-section">
2424
<field name="OrderTotal"></field>
2525
<field name="InvoiceNbr">
26-
<qp-button config.bind="btnOpenInvoice" state.bind="OpenInvoice"
26+
<qp-button state.bind="OpenInvoice"
2727
class="col-12"></qp-button>
2828
</field>
2929
</qp-fieldset>
512 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<field
3+
after="#fsItemDefaults-General [name='ItemType']"
4+
name="UsrRepairItem"
5+
></field>
6+
<field
7+
after="#fsItemDefaults-General [name='UsrRepairItem']"
8+
name="UsrRepairItemType"
9+
></field>
10+
<qp-tab
11+
after="#tab-PriceCost"
12+
id="tab-CompatibleDevices"
13+
caption="Compatible Devices"
14+
>
15+
<qp-grid id="grid-CompatibleDevices" view.bind="CompatibleDevices">
16+
</qp-grid>
17+
</qp-tab>
18+
</template>

ModernUI/T290/PhoneRepairShop/screens/IN/IN202500/extensions/IN202500_PhoneRepairShop.ts renamed to ModernUI/T290/PhoneRepairShop/FrontendSources/screen/src/development/screens/IN/IN202500/extensions/IN202500_PhoneRepairShop.ts

File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<template>
2+
<qp-template id="form-RepairWorkOrderPreferences" name="1-1"
3+
class="label-size-xm">
4+
<qp-fieldset id="fsPreferences-RepairWorkOrder" slot="A" view.bind="Setup">
5+
<field name="NumberingID"></field>
6+
<field name="WalkInCustomerID"></field>
7+
<field name="DefaultEmployee"></field>
8+
<field name="PrepaymentPercent"></field>
9+
</qp-fieldset>
10+
</qp-template>
11+
</template>

ModernUI/T290/PhoneRepairShop/screens/RS/RS101000/RS101000.ts renamed to ModernUI/T290/PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS101000/RS101000.ts

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<template>
2+
<qp-grid id="grid-RepairService" view.bind="RepairService"></qp-grid>
3+
</template>

ModernUI/T290/PhoneRepairShop/screens/RS/RS201000/RS201000.ts renamed to ModernUI/T290/PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS201000/RS201000.ts

File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<template>
2+
<qp-template id="form-ServDevices" name="1-1">
3+
<qp-fieldset id="fsColumnA" slot="A" view.bind="ServDevices">
4+
<field name="DeviceCD"></field>
5+
<field name="Description"></field>
6+
<field name="Active"></field>
7+
<field name="AvgComplexityOfRepair"></field>
8+
</qp-fieldset>
9+
</qp-template>
10+
</template>

ModernUI/T290/PhoneRepairShop/screens/RS/RS202000/RS202000.ts renamed to ModernUI/T290/PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS202000/RS202000.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import {
2-
createSingle, PXScreen, graphInfo, viewInfo, PXView, PXFieldState,
3-
fieldConfig,
4-
controlConfig
2+
createSingle, PXScreen, graphInfo, viewInfo, PXView, PXFieldState
53
} from "client-controls";
64

75
@graphInfo({

0 commit comments

Comments
 (0)