This commit is contained in:
Ralph Soika 2024-10-09 14:49:45 +02:00
parent 4f587e1466
commit 41cb1f5d3c

View file

@ -361,7 +361,7 @@ th { font-weight: bold;}
<bpmn2:dataObject id="dataObject_00mX6w" name="Form"> <bpmn2:dataObject id="dataObject_00mX6w" name="Form">
<bpmn2:documentation id="documentation_lUG0qw"><![CDATA[<imixs-form> <bpmn2:documentation id="documentation_lUG0qw"><![CDATA[<imixs-form>
<imixs-form-section columns="2"> <imixs-form-section columns="2">
<item name="dbtr.number" type="custom" path="alexander/debitor_search" required="true" label="Debitor:" /> <item name="dbtr.name" type="text" label="Debitor:" />
</imixs-form-section> </imixs-form-section>
<imixs-form-section columns="4" label="Invoices"> <imixs-form-section columns="4" label="Invoices">
<item name="analytic.invoices.count.all" type="custom" path="alexander/analyze_plain" label="All Invoices:" /> <item name="analytic.invoices.count.all" type="custom" path="alexander/analyze_plain" label="All Invoices:" />
@ -370,8 +370,8 @@ th { font-weight: bold;}
<item name="analytic.invoices.count.dunning" type="custom" path="alexander/analyze_plain" label="Invoices in dunning:" /> <item name="analytic.invoices.count.dunning" type="custom" path="alexander/analyze_plain" label="Invoices in dunning:" />
</imixs-form-section> </imixs-form-section>
<imixs-form-section columns="1" label="Trend Zahlungsmoral"> <imixs-form-section columns="1" label="Trend Payment Practices">
<item name="analytic.invoices.trend" type="custom" path="alexander/analyze_chart" label="Zahlungen innerhalb der letzten 6 Monate:" /> <item name="analytic.invoices.trend" type="custom" path="alexander/analyze_chart" label="Payments within the last 6 months:" />
</imixs-form-section> </imixs-form-section>