Revision b71e18fb
Von Cem Aydin vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/PurchaseInvoice.pm | ||
|---|---|---|
|
ordnumber => { type => 'text' },
|
||
|
paid => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
|
||
|
payment_id => { type => 'integer' },
|
||
|
qrbill_data => { type => 'text' },
|
||
|
quodate => { type => 'date' },
|
||
|
quonumber => { type => 'text' },
|
||
|
shipvia => { type => 'text' },
|
||
Auch abrufbar als: Unified diff
Schweizer QR-Rechnung: Datenbankupgrade: Spalte für QR-Code Daten in Kreditorenbuchung hinzugefügt
Test t/workflow/invoice_to_reclamation.t: Spalte ignorieren