Revision ef90159c
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
bin/mozilla/amcvar.pl | ||
---|---|---|
54 | 54 |
'timestamp' => $locale->text('Timestamp'), |
55 | 55 |
'bool' => $locale->text('Yes/No (Checkbox)'), |
56 | 56 |
'select' => $locale->text('Selection'), |
57 |
'customer' => $locale->text('Customer'), |
|
57 | 58 |
); |
58 | 59 |
|
59 |
our @types = qw(text textfield number date bool select); # timestamp |
|
60 |
our @types = qw(text textfield number date bool select customer); # timestamp
|
|
60 | 61 |
|
61 | 62 |
our @modules = ({ module => 'CT', description => $locale->text('Customers and vendors') }, |
62 | 63 |
{ module => 'IC', description => $locale->text('Parts, services and assemblies') }, |
Auch abrufbar als: Unified diff
CVars für Kunden
Experimentelles Feature!
Das gleiche kann später für vendors auch analog gemacht werden, beides
gleichzeitig (also eine kompinierte vc box) ist im moment nicht vorgesehen.
Bugs:
- Erneuern sowohl in überlagerten Belegen als auch in den Waren funktioniert noch nicht richtig
- Drucken ist ungetestet
- invalid + überlagern funktioniert noch nicht.