|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
the class Acc_Ledger_Fin inherits from Acc_Ledger, this object permit to manage the financial ledger More...
Inheritance diagram for Acc_Ledger_Fin:
Collaboration diagram for Acc_Ledger_Fin:Public Member Functions | |
| __construct ($p_cn, $p_init) | |
| construct | |
| confirm ($p_array, $p_nothing=0) | |
| show the result of the array to confirm before inserting | |
| get_bank () | |
| find and FICHE.F_ID of the bank or -1 if not found | |
| get_bank_name () | |
| return a string with the bank account, name and quick_code | |
| input ($p_array=null, $notused=0) | |
| display a form to enter an FIN operation | |
| insert ($p_array=null) | |
| insert_quant_fin ($p_bankid, $p_jrid, $p_otherid, $p_amount, $p_j_id_currency) | |
| insert into the quant_fin table | |
| numb_operation () | |
| return true is we numbere each operation | |
| verify_operation ($p_array) | |
| Verify that the data are correct before inserting or confirming. | |
Public Member Functions inherited from Acc_Ledger | |
| add_card ($p_filter, $p_id_update) | |
| Return a button to create new card, depending of the ledger. | |
| button_copy_operation () | |
| Show a button to create an operation identical to the recorded one. | |
| button_new_operation () | |
| Create a button to encode a new operation into the same ledger. | |
| check_currency ($p_qcode_payment, $p_currency_id) | |
| When we write a record for the payment at the same time as a sale or a purchase, to have a bank saldo reliable , all the bank operation must be in the same currency Operation = Currency 1 and Bank = Currency 2 then it must failed , except if currency 2 (of the bank is the default currency. | |
| check_currency_setting ($p_currency_code) | |
| Check that the currency code does exist and the setting of the folder is correct. | |
| check_payment ($e_mp, $e_mp_qcode) | |
| check if the payment method is valid | |
| check_periode () | |
| Check if a Dossier is using the check on the periode, if true than the user has to enter the date and the periode, it is a security check. | |
| check_strict () | |
| Check if a Dossier is using the strict mode or not. | |
| compute_internal_code ($p_grpt) | |
| compute the internal code of the saved operation and set the $this->jr_internal to the computed value | |
| convert_from_follow ($p_ag_id, $copy_description=0) | |
| convert operations from FOLLOWUP into a SALE , FEENOTE or PURCHASE operation into a suitable array | |
| create_document ($internal, $p_array) | |
| create the invoice and saved it as attachment to the operation, | |
| CurrencyInput ($p_currency_code, $p_currency_rate, $p_eur_amount) | |
| Create a select from value for currency and add javascript to update $p_currency_rate and $p_eur_amount. | |
| delete () | |
| let you delete a operation | |
| delete_ledger () | |
| delete a ledger IF it doesn't contain anything | |
| display_additional_tax ($p_additional_tax, $p_amount) | |
| in confirm screen , display the compute value for additional tax @parameter $p_additional_tax acc_other_tax.ac_id | |
| display_ledger () | |
| display detail of a ledger | |
| display_negative_warning ($p_amount) | |
| If the amount is positive and the ledger expects a negative amount, il will return the saved warning. | |
| display_warning ($pa_msg, $p_warning) | |
| Display warning contained in an array. | |
| existing_vat () | |
| return the used VAT code with a rate > 0 | |
| get_all_fiche_def () | |
| retrieve all the card for this type of ledger, make them into a string separated by comma | |
| get_class_def () | |
| retrieve the jrn_def_class_deb and return it | |
| get_currency () | |
| returns the code iso of the default currency for this ledger | |
| get_customer_late () | |
| get info from customer not yet paid | |
| get_customer_now () | |
| get info from customer to pay today | |
| get_default_card ($p_ledger_type, $p_side) | |
| Return an array of default card for the ledger type given. | |
| get_fiche_def () | |
| retrieve the jrn_def_fiche and return them into a array index deb, cred | |
| get_first ($p_type, $p_access=3) | |
| get the first ledger | |
| get_id ($p_internal) | |
| retrieve the jr_id thanks the internal code, do not change anything to the current object | |
| get_is_loaded () | |
| get_last ($p_limit) | |
| return the last p_limit operation into an array | |
| get_last_date () | |
| get the date of the last operation | |
| get_last_pj () | |
| returns the sequence number of the receipt for the current ledger or create the sequence if it doesn't exist | |
| get_ledger_id () | |
| Set the jrn_def.jrn_def_id. | |
| get_min_row () | |
| get_name () | |
| Return the name of a ledger. | |
| get_operation ($p_from, $p_to) | |
| retrieve operation from jrn | |
| get_operation_date ($p_date, $p_ledger_type, $sql_op) | |
| Get operation from the ledger type before, after or with the given date . | |
| get_other_amount ($p_jr_id) | |
| get the amount of vat for a given jr_grpt_id from the table quant_purchase | |
| get_propertie () | |
| Get the properties of a journal. | |
| get_rowSimple ($p_from, $p_to, $pa_ledger=[], $trunc=0, $p_limit=-1, $p_offset=-1) | |
| Get simplified row from ledger Call Acc_Ledger_History_Generic:get_rowSimple. | |
| get_solde ($p_from, $p_to) | |
| get the saldo of a ledger for a specific period | |
| get_supplier_late () | |
| get info from supplier not yet paid | |
| get_supplier_now () | |
| get info from supplier to pay today | |
| get_tiers ($p_jrn_type, $jr_id) | |
| Retrieve the third : supplier for purchase, customer for sale, bank for fin,. | |
| get_tiers_id ($p_jrn_type, $jr_id) | |
| Return the f_id of the tiers , called by get_tiers. | |
| get_type () | |
| Return the type of a ledger (ACH,VEN,ODS or FIN) or GL. | |
| guess_pj () | |
| guess what the next pj should be | |
| has_other_tax () | |
| returns true if the ledger has an additional tax | |
| has_quantity () | |
| Check if a ledger is enabled , 1 for yes and 0 if disabled. | |
| inc_seq_pj () | |
| increment the sequence for the pj | |
| input_additional_tax () | |
| form : display additional tax available for this ledger and value, set 2 values : checkbox if tax applies and value | |
| input_extra_info () | |
| input_new () | |
| display FORM to enter parameters to create a new ledger. | |
| input_paid ($p_selected, $p_amount=0, $p_date="", $p_comm="") | |
| Create the section payment. | |
| is_closed ($p_periode) | |
| check if the current ledger is closed | |
| is_enable () | |
| Check if a ledger is enabled , 1 for yes and 0 if disabled. | |
| listing () | |
| listing of all ledgers | |
| previous_amount ($p_to) | |
| retrieve amount of previous periode | |
| previous_other_tax ($p_to) | |
| retrieve the previous amount | |
| reverse ($p_date, $p_label) | |
| reverse the operation by creating the opposite one, the result is to avoid it it must be done in | |
| save ($p_array=null) | |
| save the operation into the jrnx,jrn, , CA and pre_def | |
| save_followup ($s_related_action) | |
| attach action-followups to an operation, | |
| save_new ($array) | |
| Insert a new ledger , member variable like jrn_def_id will changed. | |
| search_group ($p_what, $p_value) | |
| retreive the jr_grpt_id from a ledger | |
| select_default_currency () | |
| create a select button to set the default currency for a ledger used only for empty financial ledger | |
| select_depot ($p_readonly, $p_repo) | |
| Let you select the repository before confirming a sale or a purchase. | |
| select_ledger ($p_type="ALL", $p_access=3, $enable=TRUE) | |
| Show a select list of the ledgers you can access in writing, reading or simply accessing. | |
| set_currency_id () | |
| retrieve currency_id from database | |
| set_is_loaded ($is_loaded) | |
| set_ledger_id ($p_id) | |
| Set the jrn_def.jrn_def_id. | |
| set_quantity ($p_value) | |
| set quantity for the ledger to 1 or 0, | |
| update ($array=null) | |
| update a ledger | |
| update_internal_code ($p_internal) | |
| update_paid ($p_array) | |
| Update the paiment in the list of operation. | |
| use_quant_table ($p_grpt_id, $p_jrn_type) | |
| Check if the operation is used in the table quant*. | |
| vat_operation ($p_jr_id) | |
| get the amount of vat for a given jr_grpt_id from the table quant_purchase | |
| verify_ledger ($array) | |
| Verify before update. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Acc_Ledger | |
| static | array_cat () |
| create an array of the existing cat, to be used in a checkbox form | |
| static | next_number ($p_cn, $p_type) |
| retrieve the next number for this type of ledger | |
| static | test_me ($pCase='') |
| this function is intended to test this class | |
Data Fields inherited from Acc_Ledger | |
| $currency_id | |
| !< default number of rows by default 10 | |
| $db | |
| !< jrn_def.jrn_def_id | |
| $id | |
| $ledger_type | |
| !< row of the ledger | |
| $nb | |
| !< type of the ledger ACH ODS FIN VEN or GL | |
| $row | |
| !< database connextion | |
Protected Member Functions inherited from Acc_Ledger | |
| find_label ($p_value) | |
| Retrieve the label of an accounting. | |
| verify_autonumber ($p_array) | |
| compare given receipt number and suggested one, if different , it means that the user enters a receipt number if e_pj or e_pj_suggest is not set or empty , or if both are equals then will return true, it returns only if they exist and are different | |
| warn_manual_receipt ($p_array) | |
| warn if the suggested receipt and receipt are different , it means that the user tried to number himself | |
Protected Attributes inherited from Acc_Ledger | |
| $is_loaded | |
| !< is_loaded true the ledger definition is loaded or false, it is not | |
the class Acc_Ledger_Fin inherits from Acc_Ledger, this object permit to manage the financial ledger
Definition at line 35 of file acc_ledger_fin.class.php.
| Acc_Ledger_Fin::__construct | ( | $p_cn, | |
| $p_id ) |
construct
| $p_cn | database connexion |
| $p_id | jrn.jrn_def_id |
Reimplemented from Acc_Ledger.
Definition at line 38 of file acc_ledger_fin.class.php.
| Acc_Ledger_Fin::confirm | ( | $p_array, | |
| $p_readonly = 0 ) |
show the result of the array to confirm before inserting
| $p_array | array from the form |
Reimplemented from Acc_Ledger.
Definition at line 459 of file acc_ledger_fin.class.php.
References $anc, $cred, $deb, $default_currency, $e_date, $exercice, $file, $filter_year, $g_parameter, $g_user, $i, $p_array, $p_jrn, $periode, $pPeriode, $r, $solde, $tiers, $tot_amount, _, ATTR_DEF_ACCOUNT, ATTR_DEF_NAME, Acc_Ledger\check_periode(), db, get_bank(), get_bank_name(), Acc_Ledger\get_currency(), Acc_Ledger\get_is_loaded(), Acc_Ledger\get_name(), h, Anc_Plan\hidden(), isDate(), nbm(), noalyss_strlentrim(), td(), and tr().
Here is the call graph for this function:| Acc_Ledger_Fin::get_bank | ( | ) |
find and FICHE.F_ID of the bank or -1 if not found
Definition at line 1144 of file acc_ledger_fin.class.php.
References db.
Referenced by confirm(), insert(), and verify_operation().
| Acc_Ledger_Fin::get_bank_name | ( | ) |
return a string with the bank account, name and quick_code
Definition at line 1131 of file acc_ledger_fin.class.php.
References ATTR_DEF_BQ_NO, ATTR_DEF_NAME, ATTR_DEF_QUICKCODE, and db.
Referenced by confirm().
| Acc_Ledger_Fin::input | ( | $p_array = null, | |
| $notused = 0 ) |
display a form to enter an FIN operation
| $p_array | contains the value usually it is $_POST |
Reimplemented from Acc_Ledger.
Definition at line 246 of file acc_ledger_fin.class.php.
References $array, Acc_Ledger\$db, $e, $e_date, $fiche, $g_parameter, $g_user, $i, $label, $max, $p_array, $periode, $pPeriode, $r, $tiers, $wLedger, _, Acc_Ledger\add_card(), alert(), ATTR_DEF_NAME, Acc_Ledger\check_periode(), create_script(), db, FICADD, Acc_Ledger\get_min_row(), Acc_Ledger\get_name(), Acc_Ledger\guess_pj(), h2(), Icon_Action\infobulle(), OPEN, Acc_Ledger\select_ledger(), and HtmlInput\setReadOnly().
Here is the call graph for this function:| Acc_Ledger_Fin::insert | ( | $p_array = null | ) |
save also into quant_fin
Definition at line 747 of file acc_ledger_fin.class.php.
References $_POST, $amount, $array, $class, $cred, Acc_Ledger\$currency_id, $deb, $e, $e_date, $ex, $exercice, $filter_year, $g_parameter, $i, $j_id, $jr_id, $js_detail, $op, $p_array, $p_jrn, $per, $periode, $pPeriode, $r, $ret, Acc_Ledger\$row, $seq, $solde, _, ATTR_DEF_ACCOUNT, ATTR_DEF_NAME, ATTR_DEF_QUICKCODE, Acc_Ledger\check_periode(), Acc_Ledger\compute_internal_code(), db, EXC_BALANCE, get_bank(), Acc_Ledger\get_is_loaded(), Acc_Ledger\inc_seq_pj(), insert_quant_fin(), isNumber(), nbm(), noalyss_strlentrim(), numb_operation(), record_log(), sql_string(), td(), th(), tr(), and Acc_Ledger\update_internal_code().
Here is the call graph for this function:| Acc_Ledger_Fin::insert_quant_fin | ( | $p_bankid, | |
| $p_jrid, | |||
| $p_otherid, | |||
| $p_amount, | |||
| $p_j_id_currency ) |
insert into the quant_fin table
| integer | $bank_id | is the f_id of the bank |
| integer | $jr_id | is the jrn.jr_id of the operation |
| integer | $other | is the f_id of the benefit |
| integer | $amount | is the amount |
| integer | $p_j_id | is the j_id of the operation |
Definition at line 1170 of file acc_ledger_fin.class.php.
Referenced by insert().
| Acc_Ledger_Fin::numb_operation | ( | ) |
return true is we numbere each operation
Definition at line 1154 of file acc_ledger_fin.class.php.
Referenced by insert().
| Acc_Ledger_Fin::verify_operation | ( | $p_array | ) |
Verify that the data are correct before inserting or confirming.
| an | array (usually $_POST) |
| Exception | on error occurs |
Reimplemented from Acc_Ledger.
Definition at line 50 of file acc_ledger_fin.class.php.
References $array, $diff, $e_date, $fiche, $g_user, $i, $max, $min, Acc_Ledger\$nb, $oPeriode, $p_array, $p_jrn, $periode, $poste, $tot_amount, _, ATTR_DEF_ACCOUNT, check_parameter(), Acc_Ledger\check_periode(), Acc_Ledger\check_strict(), cmpDate(), db, get_bank(), Acc_Ledger\get_last_date(), Acc_Ledger\is_closed(), isDate(), isNumber(), and noalyss_strlentrim().
Here is the call graph for this function: