Revision da821ed2
Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1295 | 1295 |
|
1296 | 1296 |
=item * price sources: little symbols showing better price / better discount |
1297 | 1297 |
|
1298 |
=item * select units in input row? |
|
1299 |
|
|
1298 | 1300 |
=item * custom shipto address |
1299 | 1301 |
|
1300 | 1302 |
=item * periodic invoices |
... | ... | |
1350 | 1352 |
|
1351 | 1353 |
=back |
1352 | 1354 |
|
1355 |
=head1 To discuss / Nice to have |
|
1356 |
|
|
1357 |
=over 4 |
|
1358 |
|
|
1359 |
=item * |
|
1360 |
|
|
1361 |
How to expand/collapse second row. Now it can be done clicking the icon or |
|
1362 |
<shift>-up/down. |
|
1363 |
|
|
1364 |
=item * |
|
1365 |
|
|
1366 |
Possibility to change longdescription in input row? |
|
1367 |
|
|
1368 |
=item * |
|
1369 |
|
|
1370 |
Possibility to select PriceSources in input row? |
|
1371 |
|
|
1372 |
=item * |
|
1373 |
|
|
1374 |
This controller uses a (changed) copy of the template for the PriceSource |
|
1375 |
dialog. Maybe there could be used one code source. |
|
1376 |
|
|
1377 |
=item * |
|
1378 |
|
|
1379 |
Rounding-differences between this controller (PriceTaxCalculator) and the old |
|
1380 |
form. This is not only a problem here, but also in all parts using the PTC. |
|
1381 |
There exists a ticket and a patch. This patch should be testet. |
|
1382 |
|
|
1383 |
=item * |
|
1384 |
|
|
1385 |
An indicator, if the actual inputs are saved (like in an |
|
1386 |
editor or on text processing application). |
|
1387 |
|
|
1388 |
=item * |
|
1389 |
|
|
1390 |
A warning when leaving the page without saveing unchanged inputs. |
|
1391 |
|
|
1392 |
=back |
|
1393 |
|
|
1353 | 1394 |
=head1 AUTHOR |
1354 | 1395 |
|
1355 | 1396 |
Bernd Bleßmann E<lt>bernd@kivitendo-premium.deE<gt> |
Auch abrufbar als: Unified diff
Auftrags-Controller: POD: Todos aktualisiert und Anregungungen (nice to have)