Base solution for your next web application
Open Closed

Web Client Print ZPL Commands #2153


User avatar
0
jdavis01 created

I am implementing a web client print utility that allows direct printing of ZPL commands to a zebra printer. These ZPL commands are built based on a product selection and typically done directly inside my controllers. Given the layering in abp would you suggest moving this action to a method in the application layer that returns the formatted command string through the service?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As far as I understand your case, it will be more appropriate for ABP Layering.