Revision 5ae5002c
Von Cem Aydin vor fast 3 Jahren hinzugefügt
SL/DB/MetaSetup/Invoice.pm | ||
---|---|---|
44 | 44 |
ordnumber => { type => 'text' }, |
45 | 45 |
paid => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 }, |
46 | 46 |
payment_id => { type => 'integer' }, |
47 |
qrbill_without_amount => { type => 'boolean', default => 'false' }, |
|
47 | 48 |
quodate => { type => 'date' }, |
48 | 49 |
quonumber => { type => 'text' }, |
49 | 50 |
salesman_id => { type => 'integer' }, |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade Invoice/ar: Option Rechnung ohne Betrag hinzugefügt