Topic: WHERE CAN I FIND THE DESCRIPTIONS FA FUNCTIONS AND VARIABLES
Hi there,
I am trying to figure out more about the functions of FA.
I have 2 questions:
1. I saw a lot of predefined functions in FA include directories. Is there a summary or documentation that describe these functions and that I could refer to learn more about these functions.
2. Also, I saw functions that carry variables (see below) such as 'charge', 'discount', 'amount', 'ref', 'memo_' ...etc. Would someone please advise where can I find these variables and their definitions? They seem to me are the names of the database table Name but I'm not sure...
Thanks..
==============================
amount_row(_("Bank Charge:"), 'charge');
start_table(TABLESTYLE, "width=60%");
label_row(_("Customer prompt payment discount :"), $display_discount_percent);
amount_row(_("Amount of Discount:"), 'discount');
amount_row(_("Amount:"), 'amount', null, '', $cust_currency);
textarea_row(_("Memo:"), 'memo_', null, 22, 4);