|
dolibarr 24.0.0-beta
|
Example of form to add a new invoice. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[], $ws='') | |
| Show header for new donation. | |
| llxFooterVierge () | |
| Show footer for new donation. | |
Example of form to add a new invoice.
Note that you can add following constant to change behaviour of page DONATION_INVOICE_MIN_AMOUNT Minimum amount PRODUCT_ID_FOR_FREE_AMOUNT_INVOICE Product ID used for free amount invoice line
Definition in file new.php.
| llxFooterVierge | ( | ) |
Show footer for new donation.
Note: also called by functions.lib:recordNotFound
Definition at line 154 of file new.php.
References $conf, and printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [], | |||
| $ws = '' ) |
Show header for new donation.
Note: also called by functions.lib:recordNotFound
| string | $title | Title |
| string | $head | Head array |
| int | $disablejs | More content into html header |
| int | $disablehead | More content into html header |
| string[] | string | $arrayofjs | Array of complementary js files |
| string[] | string | $arrayofcss | Array of complementary css files |
| string | $ws | Website ref if we are called from a website |
Definition at line 131 of file new.php.
References $conf, $mysoc, htmlPrintOnlineHeader(), and top_htmlhead().