Jump to content

wandros

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by wandros

  1. Thanks for the responses! Instead of modifying the existing invoice creation page, I'm going to do as follows. Create my own invoice creation page, based on the original one but residing inside my plugin. Then hijack all the requests to the original invoicecreate form using preAction event in plugin with url filtering to redirect to my plugins own invoicecreate page. Any disadvantage to this approach? Thanks! /Wandros
  2. Hello! Is there any way to customize/add onto core features directly from plugins without having to actually edit the core files? I need to add additional functionality to the invoicecreate form, but would if possible keep everything about the plugin in the plugin code and not splash it around in the core. How do you guys resolve this issue? Swapping out core files with modified ones on plugin install? Thanks! /Wandros
  3. Ok! Thanks for the answers! I'm going to pursue the solution of checking if the invoice lines have service ids and see how it works out.
  4. Hello! I'd like to know if there is any way out of the box to differentiate if an invoice is created by the system or a staff member via the interface. I'm building a plugin which needs to know wether the invoice that triggered an invoice.add event was created by the system or a staff member. Thanks! /Wandros
×
×
  • Create New...