dolibarr 23.0.3
new.php File Reference

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.
 

Detailed Description

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.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for new donation.

Note: also called by functions.lib:recordNotFound

Returns
void

Definition at line 154 of file new.php.

References printCommonFooter().

◆ llxHeaderVierge()

llxHeaderVierge ( $title,
$head = "",
$disablejs = 0,
$disablehead = 0,
$arrayofjs = [],
$arrayofcss = [],
$ws = '' )

Show header for new donation.

Note: also called by functions.lib:recordNotFound

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
string[] | string$arrayofjsArray of complementary js files
string[] | string$arrayofcssArray of complementary css files
string$wsWebsite ref if we are called from a website
Returns
void

Definition at line 131 of file new.php.

References $mysoc, htmlPrintOnlineHeader(), and top_htmlhead().