|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Print detail of operation PURCHASE or SOLD plus the items There is no report of the different amounts. More...
Inheritance diagram for Print_Ledger_Detail_Item:
Collaboration diagram for Print_Ledger_Detail_Item:Public Member Functions | |
| __construct (Database $p_cn, Acc_Ledger $p_jrn, $p_from, $p_to, $p_filter_operation) | |
| export () | |
| export the ledger in PDF | |
| Footer () | |
| write the Footer | |
| Header () | |
| write the header of each page | |
| setDossierInfo ($dossier="n/a") | |
Public Member Functions inherited from Print_Ledger | |
| __construct (\Database $p_cn, $orientation, $unit, $format, Acc_Ledger $p_ledger, $p_from, $p_to, $p_filter_operation) | |
| get_filter_operation () | |
| get_from () | |
| get_ledger () | |
| get_to () | |
| set_filter_operation ($filter_operation) | |
| Filter the operations ,. | |
| set_from ($from) | |
| set_ledger ($ledger) | |
| set_to ($to) | |
Public Member Functions inherited from PDF | |
| __construct (Database $p_cn, $orientation='P', $unit='mm', $format='A4') | |
| get_tiers ($p_jr_id, $p_jrn_type) | |
| retrieve the client name and quick_code | |
Public Member Functions inherited from PDF_Core | |
| __construct ( $orientation='P', $unit='mm', $format='A4') | |
| fill_row ($enable) | |
| set color for row , | |
| get_margin_bottom () | |
| get_margin_left () | |
| get_margin_right () | |
| get_margin_top () | |
| get_orientation () | |
| get_page_size () | |
| get_unit () | |
| is_fill ($p_step) | |
| If the step is even then return 1 and set the backgroup color to blue , otherwise returns 0, and set the background color to white It is use to compute alternated colored row , it the parameter fill in write_cell and cell. | |
| line_new ($p_step=null) | |
| Print all the cell stored and call Ln (new line) | |
| LongLine ($w, $h, $txt, $border=0, $align='', $fill=false) | |
| add a cell with automatic return to the line if the text is too long, deprecated , it calls only PDFCore::write_cell_ | |
| write_cell ($width, $height=0, $txt='', $border=0, $interline=0, $align='', $fill=false, $link='') | |
| add a cell the text is not cut and don't return to this line if too large | |
| write_multi ($width, $interline, $txt, $border=0, $align='', $fill=false) | |
| add a cell with automatic return to the line if the text is too long | |
Protected Attributes | |
| $show_col | |
| $show_col (bool) show columns | |
Protected Attributes inherited from Print_Ledger | |
| $a_Tva | |
| $other_tax_previous (array) | |
| $filter_operation | |
| See Acc_Ledger_History::filter_operation. | |
| $flag_other_tax | |
| $flag_other_tax(bool) true if other tax exists | |
| $from | |
| $jrn_type | |
| $ledger | |
| concerned Ledger | |
| $other_tax_previous | |
| $previous | |
| internal variables for computing sum on PDF Listing | |
| $rap_htva | |
| $previous (array) see Acc_Ledger->previous_amount | |
| $rap_nd | |
| $rap_nd (float) $no-deductible tax | |
| $rap_other | |
| VAT when page starts. | |
| $rap_other_tax | |
| $rap_other_tav, amount to report for other tax than VAT | |
| $rap_priv | |
| $rap_priv (float) personal expense | |
| $rap_tva | |
| $rap_tva array(tva_id,amount) | |
| $rap_tva_np | |
| $rap_tva_np VAT not deductible | |
| $rap_tvac | |
| $rap_tvac (float) previous amount | |
| $show_col | |
| $to | |
| $tp_htva | |
| $tp_htva (float) total page price w/o VAT | |
| $tp_nd | |
| $tp_nd (float) total page price w/o VAT | |
| $tp_priv | |
| $tp_priv (float) total page personal expense | |
| $tp_tva | |
| $tp_tva (float) total page VAT | |
| $tp_tva_np | |
| $tp_tva_np (float) total page not deductible | |
| $tp_tvac | |
| $tp_tvac (float) total page full price All Tax Incl. | |
Protected Attributes inherited from PDF_Core | |
| $bigger | |
| $cells =array() | |
Additional Inherited Members | |
Static Public Member Functions inherited from Print_Ledger | |
| static | available_ledger ($get_from_periode) |
| find all the active ledger for the exerice of the periode and readable by the current user @global type $g_user | |
| static | factory (Database $cn, $p_type_export, Acc_Ledger $p_ledger, $p_from, $p_to, $p_filter_operation) |
| Create an object Print_Ledger* depending on $p_type_export ( 0 => accounting 1-> one row per operation 2-> detail of item) | |
Static Public Member Functions inherited from PDF | |
| static | test_me () |
| test the class | |
Data Fields inherited from PDF | |
| $cn = null | |
| $date = "" | |
| $dossier = "n/a" | |
| $own = null | |
| $soc = "" | |
Protected Member Functions inherited from Print_Ledger | |
| build_filter_operation () | |
| Build a SQL clause to filter operation depending if they are paid, unpaid or no filter. | |
Protected Member Functions inherited from PDF_Core | |
| add_cell (Cellule $Ce) | |
| check_page_add () | |
| Check if a page must be added due a MultiCell. | |
| count_nb_row ($p_text, $p_colSize) | |
| Count the number of rows a p_text will take for a multicell. | |
| print_row () | |
| print the current array of cell and reset it , if different colors are set on the same row you have to print it before changing | |
Print detail of operation PURCHASE or SOLD plus the items There is no report of the different amounts.
Definition at line 27 of file print_ledger_detail_item.class.php.
| Print_Ledger_Detail_Item::__construct | ( | Database | $p_cn, |
| Acc_Ledger | $p_jrn, | ||
| $p_from, | |||
| $p_to, | |||
| $p_filter_operation ) |
Definition at line 32 of file print_ledger_detail_item.class.php.
References $p_jrn.
| Print_Ledger_Detail_Item::export | ( | ) |
export the ledger in PDF
Definition at line 88 of file print_ledger_detail_item.class.php.
References $e, $i, Print_Ledger\$jrn_type, Print_Ledger\$ledger, $max, $msg, $nb, $ret_reconcile, $row, _, cn, DatabaseCore\fetch_array(), PDF_Core\fill_row(), Print_Ledger\get_from(), Print_Ledger\get_ledger(), Print_Ledger\get_to(), jrn_def_id, PDF_Core\line_new(), nbm(), noalyss_bcadd(), noalyss_bcsub(), DatabaseCore\num_row(), PDF_Core\write_cell(), and PDF_Core\write_multi().
Here is the call graph for this function:| Print_Ledger_Detail_Item::Footer | ( | ) |
write the Footer
Reimplemented from PDF.
Definition at line 72 of file print_ledger_detail_item.class.php.
References Print_Ledger\get_ledger().
Here is the call graph for this function:| Print_Ledger_Detail_Item::Header | ( | ) |
write the header of each page
Reimplemented from PDF.
Definition at line 46 of file print_ledger_detail_item.class.php.
References _, PDF_Core\line_new(), and PDF_Core\write_cell().
Here is the call graph for this function:| Print_Ledger_Detail_Item::setDossierInfo | ( | $dossier = "n/a" | ) |
Reimplemented from PDF.
Definition at line 39 of file print_ledger_detail_item.class.php.
References PDF\$dossier.
|
protected |
$show_col (bool) show columns
Definition at line 30 of file print_ledger_detail_item.class.php.