• Resolved waseemsoa

    (@waseemsoa)


    hi,
    thanks for this awsome plugin
    I am trying it and like it but some costomization is needed according to client need.
    this is a link to see screenshot of my need

    https://www.dropbox.com/s/iyytgcqbrh3pg84/IMG-20190615-WA0000.jpg?dl=0

    I have costomise invoice fields and want calculation as
    1) width x height = total size
    2) total size x rate/sqft x qty = unit price

    one more important thing that customization should apply only invoices. chanes made by me affects on payments too

    • This topic was modified 2 years, 1 month ago by waseemsoa.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter waseemsoa

    (@waseemsoa)

    Is anyone there???

    Hello @waseemsoa,

    You should use erp_ac_trans_form_header filter to add title of a new custom field in the transaction line header. erp_ac_trans_form_body_view action to render the new custom field and erp_ac_transaction_lines filter to process the custom field data. If you only want to customize the invoice then you have check if $_GET['type'] == 'invoice'.

    Hope it helps.

    Thanks

    Thread Starter waseemsoa

    (@waseemsoa)

    @itowhid06
    sorry to late reply
    actually I am not professional developer I am begginer so will you do codings for me? It is necessary. please consider.

    • This reply was modified 2 years ago by waseemsoa.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘customization in invoice fields’ is closed to new replies.