[
https://issues.apache.org/jira/browse/OFBIZ-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284323#comment-13284323
]
Nicolas Malin commented on OFBIZ-3913:
--------------------------------------
Hi Jacques,
I check your last patch, I found a duplication data on file :
framework/common/data/CommonTypeData.xml. Your change it's good to me, thanks
for your works jacques. This would have been to me to resynchronize the patch
on trunk that you don't waste your time with it.
On the dev mailing list I find this thread
http://ofbiz.135035.n4.nabble.com/Configure-printer-on-OFBiz-for-direct-printing-td2330823.html.
To understand Why I use seca, the better and simple example is with order
preparation :
#. An user approve an order -> automaticly print this order on configured
printer
#. An user valide a picklist -> automaticly print the prick list on configured
printer (detect by user login and/or enumeration (computer/site/location)
and/or purpose process)
A little complex process :
#. An user approve order -> automaticly print this order on his printer and
print all product content with prurpose documentation associate on each product
on this order on package printer
#. An user finalise a shipment -> for each package print their content, the
carrier information, internal tracking number and print on docks's printer the
package list that will arrive
It really depends on the deploy site so external device isn't OOTB. I will
create a Help to configure.
Nicolas
> Automated action triggered by event
> -----------------------------------
>
> Key: OFBIZ-3913
> URL: https://issues.apache.org/jira/browse/OFBIZ-3913
> Project: OFBiz
> Issue Type: New Feature
> Components: framework
> Affects Versions: SVN trunk
> Reporter: Nicolas Malin
> Assignee: Jacques Le Roux
> Attachments: ExternalDevice.patch, ExternalDevice.patch,
> ExternalDevice.patch, ExternalDevice.png, OFBIZ-3913.ogv, OFBIZ-3913.patch,
> OFBIZ-3913.patch, OFBIZ-3913.patch, OFBIZ-3913.patch, OFBIZ-3913.patch,
> PDFCreator.png, What I did with PDFCreator.jpg
>
>
> Following a thread on the dev list, related to a printer automated selection,
> by an user and an event, here is a first draft.
> I added a new entity, ExternalDevice, which list all devices OFBiz can reach
> (and the associated command). This entity is related to an ExternalDeviceType
> and each record has a status, so we know if the device is available, out of
> order, in maintenance, waiting, etc...
> Then I added another entity, ExternalDeviceUserAction, which defines a device
> for an user, and/or an action through Enumeration. Finally, I added a service
> which find the commnand to execute based on an action and/or an user.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira