noalyss Version-9
|
the class Acc_Ledger_Fin inherits from Acc_Ledger, this object permit to manage the financial ledger More...
Public Member Functions | |
__construct ($p_cn, $p_init) | |
confirm ($p_array, $p_nothing=0) | |
show the result of the array to confirm before inserting More... | |
get_bank () | |
find and FICHE.F_ID of the bank or -1 if not found More... | |
get_bank_name () | |
return a string with the bank account, name and quick_code More... | |
input ($p_array=null, $notused=0) | |
display a form to enter an FIN operation More... | |
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 More... | |
numb_operation () | |
return true is we numbere each operation More... | |
verify_operation ($p_array) | |
Verify that the data are correct before inserting or confirming. More... | |
Public Member Functions inherited from Acc_Ledger | |
__construct ($p_cn, $p_id) | |
add_card ($p_filter, $p_id_update) | |
Return a button to create new card, depending of the ledger. More... | |
button_copy_operation () | |
Show a button to create an operation identical to the recorded one. More... | |
button_new_operation () | |
Create a button to encode a new operation into the same ledger. More... | |
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. More... | |
check_currency_setting ($p_currency_code) | |
Check that the currency code does exist and the setting of the folder is correct. More... | |
check_payment ($e_mp, $e_mp_qcode) | |
check if the payment method is valid More... | |
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. More... | |
check_strict () | |
Check if a Dossier is using the strict mode or not. More... | |
compute_internal_code ($p_grpt) | |
compute the internal code of the saved operation and set the $this->jr_internal to the computed value More... | |
confirm ($p_array, $p_readonly=false) | |
show the result of the array to confirm before inserting More... | |
convert_from_follow ($p_ag_id) | |
create_document ($internal, $p_array) | |
create the invoice and saved it as attachment to the operation, More... | |
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. More... | |
delete () | |
let you delete a operation More... | |
delete_ledger () | |
delete a ledger IF it doesn't contain anything More... | |
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 More... | |
display_ledger () | |
display detail of a ledger More... | |
display_negative_warning ($p_amount) | |
If the amount is positive and the ledger expects a negative amount, il will return the saved warning. More... | |
display_warning ($pa_msg, $p_warning) | |
Display warning contained in an array. More... | |
existing_vat () | |
return the used VAT code with a rate > 0 More... | |
get_all_fiche_def () | |
retrieve all the card for this type of ledger, make them into a string separated by comma More... | |
get_class_def () | |
retrieve the jrn_def_class_deb and return it More... | |
get_currency () | |
returns the code iso of the default currency for this ledger More... | |
get_customer_late () | |
get info from customer not yet paid More... | |
get_customer_now () | |
get info from customer to pay today More... | |
get_default_card ($p_ledger_type, $p_side) | |
Return an array of default card for the ledger type given. More... | |
get_fiche_def () | |
retrieve the jrn_def_fiche and return them into a array index deb, cred More... | |
get_first ($p_type, $p_access=3) | |
get the first ledger More... | |
get_id ($p_internal) | |
retrieve the jr_id thanks the internal code, do not change anything to the current object More... | |
get_is_loaded () | |
get_last ($p_limit) | |
return the last p_limit operation into an array More... | |
get_last_date () | |
get the date of the last operation More... | |
get_last_pj () | |
get_ledger_id () | |
Set the jrn_def.jrn_def_id. More... | |
get_min_row () | |
get_name () | |
Return the name of a ledger. More... | |
get_operation ($p_from, $p_to) | |
retrieve operation from jrn More... | |
get_operation_date ($p_date, $p_ledger_type, $sql_op) | |
Get operation from the ledger type before, after or with the given date . More... | |
get_other_amount ($p_jr_id) | |
get the amount of vat for a given jr_grpt_id from the table quant_purchase More... | |
get_propertie () | |
Get the properties of a journal. More... | |
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. More... | |
get_solde ($p_from, $p_to) | |
get the saldo of a ledger for a specific period More... | |
get_supplier_late () | |
get info from supplier not yet paid More... | |
get_supplier_now () | |
get info from supplier to pay today More... | |
get_tiers ($p_jrn_type, $jr_id) | |
Retrieve the third : supplier for purchase, customer for sale, bank for fin,. More... | |
get_tiers_id ($p_jrn_type, $jr_id) | |
Return the f_id of the tiers , called by get_tiers. More... | |
get_type () | |
Return the type of a ledger (ACH,VEN,ODS or FIN) or GL. More... | |
guess_pj () | |
guess what the next pj should be More... | |
has_other_tax () | |
returns true if the ledger has an additional tax More... | |
has_quantity () | |
Check if a ledger is enabled , 1 for yes and 0 if disabled. More... | |
inc_seq_pj () | |
increment the sequence for the pj More... | |
input ($p_array=null, $p_readonly=0) | |
Show the form to encode your operation. More... | |
input_additional_tax () | |
form : display additional tax available for this ledger and value, set 2 values : checkbox if tax applies and value More... | |
input_extra_info () | |
input_new () | |
display screen to enter a new ledger More... | |
input_paid ($p_selected, $p_amount=0, $p_date="", $p_comm="") | |
Create the section payment. More... | |
is_closed ($p_periode) | |
check if the current ledger is closed More... | |
is_enable () | |
Check if a ledger is enabled , 1 for yes and 0 if disabled. More... | |
listing () | |
listing of all ledgers More... | |
previous_amount ($p_to) | |
retrieve amount of previous periode More... | |
previous_other_tax ($p_to) | |
retrieve the previous amount More... | |
reverse ($p_date, $p_label) | |
reverse the operation by creating the opposite one, the result is to avoid it it must be done in More... | |
save ($p_array=null) | |
save the operation into the jrnx,jrn, , CA and pre_def More... | |
save_followup ($s_related_action) | |
attach action-followups to an operation, More... | |
save_new ($array) | |
Insert a new ledger , member variable like jrn_def_id will changed. More... | |
search_group ($p_what, $p_value) | |
retreive the jr_grpt_id from a ledger More... | |
select_default_currency () | |
create a select button to set the default currency for a ledger used only for empty financial ledger More... | |
select_depot ($p_readonly, $p_repo) | |
Let you select the repository before confirming a sale or a purchase. More... | |
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. More... | |
set_currency_id () | |
retrieve currency_id from database More... | |
set_is_loaded ($is_loaded) | |
set_ledger_id ($p_id) | |
Set the jrn_def.jrn_def_id. More... | |
set_quantity ($p_value) | |
set quantity for the ledger to 1 or 0, More... | |
update ($array=null) | |
update a ledger More... | |
update_internal_code ($p_internal) | |
update_paid ($p_array) | |
Update the paiment in the list of operation. More... | |
use_quant_table ($p_grpt_id, $p_jrn_type) | |
Check if the operation is used in the table quant*. More... | |
vat_operation ($p_jr_id) | |
get the amount of vat for a given jr_grpt_id from the table quant_purchase More... | |
verify_ledger ($array) | |
Verify before update. More... | |
verify_operation ($p_array) | |
verify that the operation can be saved More... | |
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 More... | |
static | next_number ($p_cn, $p_type) |
retrieve the next number for this type of ledger More... | |
static | test_me ($pCase='') |
this function is intended to test this class More... | |
Data Fields inherited from Acc_Ledger | |
$currency_id | |
!< default number of rows by default 10 More... | |
$db | |
!< jrn_def.jrn_def_id More... | |
$id | |
$ledger_type | |
!< row of the ledger More... | |
$nb | |
!< type of the ledger ACH ODS FIN VEN or GL More... | |
$row | |
!< database connextion More... | |
Protected Member Functions inherited from Acc_Ledger | |
find_label ($p_value) | |
Retrieve the label of an accounting. More... | |
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 More... | |
warn_manual_receipt ($p_array) | |
warn if the suggested receipt and receipt are different , it means that the user tried to number himself More... | |
Protected Attributes inherited from Acc_Ledger | |
$is_loaded | |
!< is_loaded true the ledger definition is loaded or false, it is not More... | |
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 | |||
) |
$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 456 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(), HtmlInput\hidden(), isDate(), nbm(), noalyss_strlentrim(), td(), and tr().
Acc_Ledger_Fin::get_bank | ( | ) |
find and FICHE.F_ID of the bank or -1 if not found
Definition at line 1141 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 1128 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 243 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(), HtmlInput\hidden(), Icon_Action\infobulle(), OPEN, Acc_Ledger\select_ledger(), and HtmlInput\setReadOnly().
Acc_Ledger_Fin::insert | ( | $p_array = null | ) |
save also into quant_fin
Definition at line 744 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, $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, HtmlInput\detail_op(), 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().
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 1167 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 1151 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().