on 2020 Apr 15 1:46 PM
Hello,
We have a customer with 25 SAP Customer Checkout terminals. They want to have A5 preprinted printout for their invoice printing.
We need to know the below possibilities:
Please let us know the your feedback and possibilities.
Best Regards,
Gunther
Request clarification before answering.
Hello,
We have pre-delivered 2 templates in .xsl which can be used for 80mm and A4 print-outs.
These can be found in installation folder ….\cco\print_templates
SalesReceiptPrintTemplate80mm.xsl
SalesReceiptPrintTemplateA4.xsl
For any changes we recommend making a copy and renaming of new file and assign the new file in print template configuration in SAP Customer Checkout.
These changes can be done to add or remove something that is printed or do an adaptation to make it print in a different paper size like A5.
So yes printing in A5 is possible after the necessary adaptations.
Lets assume u take the SalesReceiptPrintTemplateA4.xsl as the base for making the changes.
Then the below line is the starting point which is configured to the page size of A4. page-width="21.001cm" page-height="29.7cm"
<fo:simple-page-master margin-top="1cm" margin-bottom="5mm" margin-left="2cm" margin-right="2cm" page-width="21.001cm" page-height="29.7cm" master-name="mainpage-layout">
After this adaptation you need to check the output and then continue making other adaptations until the format fits to your requirements.
We already have in-built support for multi-language print. For example Arabic and English.
For 80mm print we do have a meta file (a bit like css file for printout) called PrintAttributes80mm.xsl where all dimensions are stored.
However such a file does not exists for A4 print.
Assumption only
I would guess that the
adaptation from A4 to A5 is not a 15 minutes job. I expect it to take from
several hours upto 2/3 days(until the output looks perfect).
Hope it helps.
Best Regards,
Bikash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
16 | |
5 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.