-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathplugin.xml
309 lines (274 loc) · 16.1 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware5/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Backend Bestellungen</label>
<label lang="en">Backend orders</label>
<version>3.1.1</version>
<copyright>(c) by shopware AG</copyright>
<license>proprietary</license>
<link>https://store.shopware.com</link>
<author>shopware AG</author>
<compatibility minVersion="5.6.0" maxVersion="5.99.99"/>
<changelog version="3.1.1">
<changes lang="de">
PT-12243 - Behebt Fehler während der Übersetzung von Versand- und Zahlungsarten;
PT-12385 - Land und Bundesland werden nun auch in der Adressauswahl angezeigt;
PT-12411 - Deaktivierte Zahlungs- und Versandarten werden nicht mehr in den entsprechenden Auswahl-Listen zur Verfügung gestellt;
PT-12676 - Ändern von Preisen wieder möglich, wenn das Produkt Staffelpreise hat;
PT-12781 - Steuern werden nun anhand der Lieferadresse berechnet;
PT-12831 - Beim erstellen einer Bestellung wird nun auch die Kundennummer an der Rechnungsadresse gespeichert;
PT-13078 - Rechnung einer Bestellung mit aktivierter Option für "anteilige Steuerberechnung" wird jetzt korrekt erstellt;
</changes>
<changes lang="en">
PT-12243 - Fixes errors during the translation of shipping and payment methods;
PT-12385 - Country and state are now also displayed in the address selection;
PT-12411 - Deactivated payment and shipping methods aren't available anymore in the corresponding selections;
PT-12676 - Changing prices possible again if the product has graduated prices;
PT-12781 - Taxes are now calculated based on the shipping address;
PT-12831 - When creating an order, the customer number is now stored at the billing address;
PT-13078 - Invoice of an order with activated option for "Proportional tax calculation" is now created correctly;
</changes>
</changelog>
<changelog version="3.1.0">
<changes lang="de">
PT-13118 - Verbessert Kompatibilität mit anderen Plugins;
PT-13027 - Die Steuern sind nun im Template der Bestellbestätigungsmail verfügbar;
</changes>
<changes lang="en">
PT-13118 - Improve compatibility with other plugins;
PT-13027 - Taxes are now available in the order confirmation email template;
</changes>
</changelog>
<changelog version="3.0.2">
<changes lang="de">
PT-10672 - Steuerberechnung korrigiert, wenn ein Rabatt hinzugefügt wird und Netto-Preise angezeigt werden;
PT-10676 - Die Bestellnummer wird nun nur noch generiert, wenn die Bestellung korrekt ist;
PT-11985 - Versandkostenarten werden nun nach Position sortiert;
</changes>
<changes lang="en">
PT-10672 - Fix tax calculation when a discount is added and net prices are displayed;
PT-10676 - Now the order number is only generated, if the order is valid;
PT-11985 - Shipping costs methods are sorted by position now;
</changes>
</changelog>
<changelog version="3.0.1">
<changes lang="de">PT-12609 - Kompatibilität mit anderen Plugins verbessert;</changes>
<changes lang="en">PT-12609 - Improve compatibility with other plugins;</changes>
</changelog>
<changelog version="3.0.0">
<changes lang="de">
PT-10770 - Composer 2 Kompatibilität;
PT-12386 - Steuerregeln für Länder werden nun korrekt berücksichtigt;
SW-26398, PT-12454, PT-26422 - Verbesserung der allgemeinen Code-Qualität;
</changes>
<changes lang="en">
PT-10770 - Composer 2 compatibility;
PT-12386 - Tax rules for countries are now considered correctly;
SW-26398, PT-12454, PT-26422 - Improve overall code quality;
</changes>
</changelog>
<changelog version="2.6.3">
<changes lang="de">
PT-12112 - Shopware 5.7 Kompatibilität;
PT-12217 - Behebt ein Problem mit den Adressen von Gastbestellern im Bestellprozess;
</changes>
<changes lang="en">
PT-12112 - Shopware 5.7 compatibility;
PT-12217 - Fixes a problem with addresses of guest orderers in the order process;
</changes>
</changelog>
<changelog version="2.6.2">
<changes lang="de">PT-11552 - Löst ein neues Event im Bestellprozess aus;</changes>
<changes lang="en">PT-11552 - Emits a new event in the order processing;</changes>
</changelog>
<changelog version="2.6.1">
<changes lang="de">PT-11346 - Verlinkung der Bestellposition mit Produkten korrigiert;</changes>
<changes lang="en">PT-11346 - Fix link between order position and products;</changes>
</changelog>
<changelog version="2.6.0">
<changes lang="de">PT-10920 - Kompatibilität zur B2B Suite verbessert;</changes>
<changes lang="en">PT-10920 - Improve compatibility to B2B suite;</changes>
</changelog>
<changelog version="2.5.3">
<changes lang="de">PT-11036 - Steuerberechnung korrigiert;</changes>
<changes lang="en">PT-11036 - Fix tax calculation;</changes>
</changelog>
<changelog version="2.5.2">
<changes lang="de">PT-10923 - Die EAN wird nun mit an der Bestellung gespeichert;</changes>
<changes lang="en">PT-10923 - The EAN is now saved with the order;</changes>
</changelog>
<changelog version="2.5.1">
<changes lang="de">PT-10709 - Behebt ein Problem mit der 5.6 Kompatibilität;</changes>
<changes lang="en">PT-10709 - Solves an issue with Shopware 5.6 compatibility;</changes>
</changelog>
<changelog version="2.5.0">
<changes lang="de">PT-10428 - Shopware 5.6 Kompatibilität;</changes>
<changes lang="en">PT-10428 - Shopware 5.6 compatibility;</changes>
</changelog>
<changelog version="2.4.3">
<changes lang="de">Verbessert Kompatibilität mit anderen Plugins;</changes>
<changes lang="en">Improves compatibility with other plugins;</changes>
</changelog>
<changelog version="2.4.2">
<changes lang="de">PT-9770 - Behebt ein Problem beim Setzen der Versandkosten Steuerrate;</changes>
<changes lang="en">PT-9770 - Solves an issue setting the shipping cost tax rate;</changes>
</changelog>
<changelog version="2.4.1">
<changes lang="de">PT-9847 - Die anteilige Steuerberechnung sorgt nicht mehr für einen Absturz des Plugins. Es unterstützt jedoch keine anteilige Steuerberechnung;</changes>
<changes lang="en">PT-9847 - Proportional tax calculation no longer crashes the plugin. However, it does not support proportional tax calculation;</changes>
</changelog>
<changelog version="2.4.0">
<changes lang="de">PT-9180 - Shopware 5.5 Kompatibilität;</changes>
<changes lang="en">PT-9180 - Shopware 5.5 compatibility;</changes>
</changelog>
<changelog version="2.3.2">
<changes lang="de">PT-8361 - E-Mail Validierung für Gastbestellungen verbessert;</changes>
<changes lang="en">PT-8361 - Improve e-mail validation for guest orders;</changes>
</changelog>
<changelog version="2.3.1">
<changes lang="de">
PT-8973 - Behebt ein Problem bei der Berechnung der Bestellung;
PT-9140 - Steuer von Rabatten wird nun richtig persistiert;
</changes>
<changes lang="en">
PT-8973 - Solves an issue calculating the basket for the order;
PT-9140 - Tax of discounts is persisted correctly;
</changes>
</changelog>
<changelog version="2.3.0">
<changes lang="de">
PT-8194 - Das Versenden der Bestellbestätigungsmail ist nun konfigurierbar;
PT-8615 - Fehler bei der E-Mail Validierung von Gastkonten behoben;
PT-8659 - Bestellungen mit Gastkonto benötigten nun kein Passwort mehr;
</changes>
<changes lang="en">
PT-8194 - Sending the order confirmation mail is now configurable;
PT-8615 - Fix email validation for guest accounts;
PT-8659 - Orders with guest accounts don't need a passwort anymore;
</changes>
</changelog>
<changelog version="2.2.0">
<changes lang="de">PT-8810 - Shopware 5.4 Kompatibilität;</changes>
<changes lang="en">PT-8810 - Shopware 5.4 compatibility;</changes>
</changelog>
<changelog version="2.1.0">
<changes lang="de">PT-8793 - Obsoleten Code entfernt; Composer Kompatibilität;</changes>
<changes lang="en">PT-8793 - Removed obsolete code; Composer compatibility;</changes>
</changelog>
<changelog version="2.0.3">
<changes lang="de">PT-8601 - Problem mit individuellen Kundengruppen und der Artikelsuche behoben</changes>
<changes lang="en">PT-8601 - Fix problem with individual customer groups and the product search</changes>
</changelog>
<changelog version="2.0.2">
<changes lang="de">PT-8535, PT-8567 - Verbessert die Artikelsuche und Auswahl</changes>
<changes lang="en">PT-8535, PT-8567 - Improves the product search and selection</changes>
</changelog>
<changelog version="2.0.1">
<changes lang="de">PT-8535 - Optimieren der Artikelsuche im Backend</changes>
<changes lang="en">PT-8535 - Optimize backend product search</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">
PT-3859 - Es ist nun möglich individuelle Rabatte zu Bestellungen hinzuzufügen;
PT-4632 - Artikel Staffelpreise werden nun berücksichtigt;
PT-6889 - Bestellbestätigung wird nicht mehr doppelt versendet;
PT-7020 - Kundengruppe wird nun bei Artikelpreisberechnung berücksichtigt;
PT-7657 - Anzeige von Artikel- und Kundensuche korrigiert;
PT-7983 - Anzeige Steuersatz korrigiert;
PT-7984 - Fehler bei Variantentexten korrigiert;
PT-8241 - Produktsuche um Herstellernamen erweitert;
PT-8365, PT-8491 - Snippets korrigiert;
</changes>
<changes lang="en">
PT-3859 - It is now possible to add individual discounts to the orders;
PT-4632 - Product block prices are now considered;
PT-6889 - Order confirm mail is not send twice anymore;
PT-7020 - Product price calculation considers customer group now;
PT-7657 - Fix displaying fo product and customer search;
PT-7983 - Fix tax displaying;
PT-7984 - Fix issues with variant texts;
PT-8241 - Extend product search with manufacturer name;
PT-8365, PT-8491 - Fix snippets;
</changes>
</changelog>
<changelog version="1.1.2">
<changes lang="de">PT-7651 - Shopware 5.3 Kompatibilität</changes>
<changes lang="en">PT-7651 - Shopware 5.3 compatibility</changes>
</changelog>
<changelog version="1.1.1">
<changes lang="de">
PT-6925 - Bugfix: Versandkosten verhalten sich bei "Nettopreise anzeigen" wie im Frontend. Kostenaufstellungen werden nun in der Bestellbestätigungsemail lokalisiert formatiert;
PT-6926 - Bugfix: Steuerfreie Bestellungen verhalten sich wie Frontend Bestellungen in der Datenbank;
PT-6927, PT-7057 - Bugfix: Refaktorierung der Kundenmodul Erweiterung;
</changes>
<changes lang="en">
PT-6925 - Bugfix: Shipping costs will behave like the frontend calculation, if "Display net prices" is enabled. Costs will be formatted by locale in the order confirmation mail;
PT-6926 - Bugfix: Tax free order behave like frontend orders in the database;
PT-6927, PT-7057 - Bugfix: Refactoring of the customer module extension;
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">
PT-4903 - Bugfix: Support für Abverkaufsartikel;
PT-6000 - Feature: Unterstützung für Nettoanzeige und steuerfreie Bestellungen;
PT-6149, PT-6192 - Feature: Shopware 5.2 Kompatibilität;
PT-6180 - Bugfix: Nutzung des Shopware 5.2 Adressmanagements;
PT-6181 - Bugfix: Lastschrift entfernt;
PT-6291 - Bugfix: Versandkostenberechnung bei Währungswechsel;
PT-6295 - Bugfix: Anzeige der SEPA Informationen;
</changes>
<changes lang="en">
PT-4903 - Bugfix: Support for sale products;
PT-6000 - Feature: Support for displaying net prices and tax free orders;
PT-6149, PT-6192 - Feature: Shopware 5.2 compatibility;
PT-6180 - Bugfix: Usage of Shopware 5.2 address management;
PT-6181 - Bugfix: Remove debit;
PT-6291 - Bugfix: Shipping cost calculation on changing the currency;
PT-6295 - Bugfix: Displaying of SEPA information;
</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">
PT-3839 - Bugfix: Einfrieren, wenn ein Fehler beim Erstellen auftritt;
Vielen Dank an das Team von <![CDATA[<a href=\"https://www.viison.com\" target=\"_blank\">VIISON</a>]]> für die folgenden Bugfixes;
PT-4733 - Bugfix: Positionen auf Lieferschein;
PT-4734 - Bugfix: Mehrwertsteuer auf Netto Rechnungen;
PT-4735 - Bugfix: Berechnung Gesamtbetrag auf Netto Rechnungen;
PT-4736 - Bugfix: Auswahl Lieferadresse;
PT-4737, PT-4738, PT-4739 - Bugfix: Unnötige Felder und Events entfernt;
PT-4740 - Bugfix: Netto Lieferkosten nur lesbar;
</changes>
<changes lang="en">
PT-3839 - Bugfix: Crashing, if error occurs on creating;
Thanks a lot to the team of <![CDATA[<a href=\"https://www.viison.com\" target=\"_blank\">VIISON</a>]]> for the following bugfixes;
PT-4733 - Bugfix: Positions on delivery note;
PT-4734 - Bugfix: VAT on net invoices;
PT-4735 - Bugfix: Calculation of amount on net invoices;
PT-4736 - Bugfix: Select shipping address;
PT-4737, PT-4738, PT-4739 - Bugfix: Remove unnecessary fields and events;
PT-4740 - Bugfix: Net shipping costs only readable;
</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">
PT-3663 - Bugfix: Sprach- und Shopauswahl;
PT-3675 - Bugfix: Kompatibilität zu anderen Plugins;
PT-3709 - Bugfix: Problem mit Passwort zurücksetzen;
PT-3789 - Bugfix: Versand Bestellbestätigung an Shopbetreiber;
PT-3790 - Bugfix: Preise der Kundengruppe;
</changes>
<changes lang="en">
PT-3663 - Bugfix: Selection of language and shop;
PT-3675 - Bugfix: Compatibility to other plugins;
PT-3709 - Bugfix: Problem with password reset;
PT-3789 - Bugfix: Send order confirmation to shop owner;
PT-3790 - Bugfix: Prices of customer group;
</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">PT-3272 - Erstveröffentlichung;</changes>
<changes lang="en">PT-3272 - First release;</changes>
</changelog>
<description lang="en">You want to quickly create several orders through your Shopware backend? Then you’ve found the right plugin. A simple window in the backend allows you to generate orders behind-the-scenes, with just a few mouse clicks. This is especially useful when receiving orders per telephone, email or fax. It is also possible to base the language of the order confirmation on the language available in the store.</description>
<description lang="de">Ihr möchtet schnell und einfach viele Bestellungen in Eurem Shopware Backend anlegen? Dann ist dieses Shopware-Plugin genau das Richtige für Euch. Es ermöglicht Euch eine enorme Zeitersparnis, indem Ihr Eure Bestellungen mit nur wenigen Klicks in einer übersichtlichen Maske einstellen könnt. Das Plugin Backend Bestellungen ist zum Beispiel ideal für die telefonische Annahme von Kundenbestellungen.</description>
</plugin>