What`s new in Version 20.5
Version 20.5.0.0 of COSMO Document Set
Bugfixing:
Features:
- The master layout has been adjusted to the DIN 5008 Type-B standard.
- In the document setup, there is a new action called "Init Default Setup" which makes the import of the Rapid Start package unnecessary.
- Extension for production documents
- The following new reports have been added:
- Production Order - Job Card
- Prod. Order - Mat. Requisition
- Prod. Order - Shortage List
- The document setup for production has been expanded to include the option to print a barcode.
- The following new reports have been added:
- New field in the document setup: "Print VAT as percent value". When activated, the VAT percentage is printed instead of the VAT ID.
- The salutation in the letter header has now been updated in all documents.
- New translation variable CALENDWEEKYEARFORMAT. Default is %1-%2 (Week-Year). It can be adapted, for example, to %1/%2 (Week/Year).
- New event before creating an order from a quote:
- OnBeforeSalesQuoteToOrderOnBeforeOnRun(var SalesHeader: Record "Sales Header"; var IsHandled: Boolean);
- New events during footer creation:
- OnBeforeSetFooterWithDocHeader(var Footer: array[20] of Text; DocHeaderRecordVariant: Variant; LanguageCode: Code[20]; var IsHandled: Boolean);
- OnAfterSetFooterWithDocHeader(var Footer: array[20] of Text; DocHeaderRecordVariant: Variant; LanguageCode: Code[20]);
- New procedure in the DocSetMgt.Codeunit.al to read the current record:
- GetCurrentDocumentHeaderRecordVariant(): Variant