You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by ja...@productive1.com on 2021/07/15 22:39:08 UTC

Batch Print Invoices in OFBIZ

Is it possible to Batch Print Invoices by Date Range OTB in Of Biz?

Thanks,

James

Re: Batch Print Invoices in OFBIZ

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Or adapt the functionality from the "Find Orders" screen for invoices.
Selection viaFrom-Through Date Filter und then "Print (PDF) - Run Action"..

Christian

Am 16.07.21 um 08:56 schrieb Nicolas Malin:
> Without code modification I think no, but the work to realize it seem to
> be accessible.
>
> Under a linux server I would do :
>
>   * instantiate a cups server with different print queues
>
>   * create a job you run periodically which :
>
>       * resolve each ready invoice between the last running time and now
>
>       * for each, call the invoice screen and store the output stream in
> tmp file
>
>       * call cups by cmd line (through java) with the queue and tmp file
>
> That all :)
>
> Nicolas
>
> On 16/07/2021 00:39, james@productive1.com wrote:
>> Is it possible to Batch Print Invoices by Date Range OTB in Of Biz?
>>
>> Thanks,
>>
>> James



Re: Batch Print Invoices in OFBIZ

Posted by Nicolas Malin <ni...@nereide.fr>.
Without code modification I think no, but the work to realize it seem to
be accessible.

Under a linux server I would do :

 * instantiate a cups server with different print queues

 * create a job you run periodically which :

     * resolve each ready invoice between the last running time and now

     * for each, call the invoice screen and store the output stream in
tmp file

     * call cups by cmd line (through java) with the queue and tmp file

That all :)

Nicolas

On 16/07/2021 00:39, james@productive1.com wrote:
> Is it possible to Batch Print Invoices by Date Range OTB in Of Biz?
>
> Thanks,
>
> James