What`s new in Version 20.4
Version 20.4.0.0 of COSMO Document Set
Bugfixing:
- Layouts are changed to have same spacing between controls and text aligment in header section.
- Optional quote lines couldn't be deleted
- The parameter "Archive Document" didn't work
- Tariff and Country of Origin is printed only for Inventory type items. Service and No Stock items will not print any text.
Features:
- New field Print Footer/Logo by default is added to Document Set setup.
- New events for the calculation of the position number:
- OnBeforeCalcPurchasePositions(var iPurchaseHeader: Record "Purchase Header"; var iRecalcExisting: Boolean; var IsHandled: Boolean)
- OnBeforeCalcSalesPositions(var iSalesHeader: Record "Sales Header"; var iRecalcExisting: Boolean; var IsHandled: Boolean)
- Print Checklist option is added to Requst Form of all sales reports to enable section printout. DocumentSet checklist data fill in event must be implemented for needed reports on client side.
- Extra 20 fields are added in Dataset for all reports to print information in Footer.
- New field AGB Link is added in Company information. New field is printed in report footers.
- Item reference no is printed on all sales reports.
- New Event für printing validity date from blanket order:
- OnGetAMP_Other_Data_Line(var AMP_Other_Data: array[50] of Text[2048]; Recref: Variant; CurrObject: Text; var Number: Integer);
- Recref: Variant - Purchase Line, CurrObject: Text - Id of the report ("Report REPORTID" format)
- AMP_Other_Data[1] and AMP_Other_Data[2] values must be filled in and are printed by report (Should contain valid from and valid to date values from AMP).