S
S
SteepNET2022-02-08 23:26:02
1C-Enterprise
SteepNET, 2022-02-08 23:26:02

Payment steps to receive for the printed form?

Good afternoon!
You need to obtain your own printable in the "Customer's Order" document extension for printing data on the stages and amounts of payment from the current document.

I looked at how this is implemented in Processing.PrintingOrdersForGoodsServices, that there is such a mountain mixed in ...
Is there a shorter method to get it in the document manager module?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kinash, 2022-02-09
@Dementor

I’m not a polyglot and I don’t know what language the question is in, but I’ll try to translate it into Russian:

It is necessary to add your own printable for the document "Customer's Order", in which to display data on the stages and amounts of payment from the current document. At what it is required to implement by means of the extension.
I have already looked at how it is implemented in Processing.PrintingOrdersForGoodsServices and it is too complicated there. Can it be easier?

If I correctly translated the question, then there is a classic dilemma of complexity and universality. All this complex BSP binding, when a command is called from the form, which looks through the general module to the document manager, which through the common modules looks into additional processing for printing - this is all for universality. So that you can print not only from a document or a list of documents form, but also from any place in general (various batch prints and workstations).
If you need something simpler and you don’t even plan to print a list of documents, then YES, you can do everything very simply - transfer only the document form to the extension and implement printing directly in it. If you already need printing from the list, then it is obvious that you will have to take all the necessary forms into the extension, plus the document itself, in order to place the printing filling in the manager module and not duplicate it in the form modules.
But! If you start working with complex configurations and actively use programming techniques from the UT10 and SCP times, then the system may start to work unpredictably and support will become more expensive. I recommend to deal with Processing.PrintOrdersForGoodsServices - and make changes to it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question