Skip to content
Snippets Groups Projects
Commit 7fc494a6 authored by Richard Wohlgemuth's avatar Richard Wohlgemuth :stuck_out_tongue_closed_eyes:
Browse files

Merge branch '1077071_rf_PreislistenGrafik' into '2021.1'

[Projekt: xRM-Sales][TicketNr.: 1077071][Dokumentation zu "Preislisten richtig...

See merge request userhelp!7
parents 16426227 54881830
No related branches found
No related tags found
1 merge request!4Property xrm update 2021.2
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="xRM/2020.2.0/changelog.xml"/>
<include relativeToChangelogFile="true" file="xRM/2021.1.1/changelog.xml"/>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="r.felsl" id="ced79591-5c25-42aa-ba93-65185b244b5b">
<insert tableName="ASYS_BINARIES">
<column name="CONTAINERNAME" value="DOCUMENT"/>
<column name="USER_NEW" value="Admin"/>
<column name="DATE_NEW" valueDate="2021-07-19T01:00:00"/>
<column name="MIMETYPE" value="image/png"/>
<column name="ID" value="0b99ef38-c468-4230-9325-fadbf79a46fa"/>
<column name="DATASIZE" valueNumeric="310455"/>
<column name="TABLENAME" value="USERHELP"/>
<column name="FILENAME" value="Preisfindung.png"/>
<column name="BINDATA" valueBlobFile="images/Preisfindung.png"/>
<column name="PREVIEW" valueBlobFile="images/Preisfindung.png"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
.liquibase/xRM/2021.1.1/images/Preisfindung.png

303 KiB

......@@ -23,3 +23,5 @@ Wenn Sie im Feld "Gültig ab" z.B. 50 eintragen, wird der Preis erst in einem An
==== Währung
Ein Produkt kann natürlich in unterschiedlichen Währungsgebieten verkauft werden. Hierfür können Sie Preise in allen Währungen anlegen.
Diese Preise werden dann *entsprechend* der im *Angebot* oder *Kunden* hinterlegten Währung geladen.
image::/client/binary?id=0b99ef38-c468-4230-9325-fadbf79a46fa"[Grafik Preisfindung, 100%, 100%]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment