X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=52f96c64b95a288a23498259281bbd4ebff44a56;hb=e8ebca8f2b08eeb3bfd3da04ca946dfa8cc1fb3f;hp=10f05518ff41f6c3e37b9aef04e8ae057b92c0bf;hpb=6e0c436eff1b7664473ea0dd1264b78f096a7808;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 10f05518..52f96c64 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -16,7 +16,7 @@ // global $systypes_array, $bank_account_types, $bank_transfer_types, $payment_person_types, $wo_types_array, $wo_cost_types, $class_types, - $quick_actions, $quick_entry_types, $stock_types, $tag_types; + $quick_actions, $quick_entry_types, $stock_types, $tag_types, $bank_owner; $systypes_array = array ( ST_JOURNAL => _("Journal Entry"), @@ -182,11 +182,21 @@ $pterm_types = array( PTT_DAYS => _("After No. of Days"), PTT_FOLLOWING => _("Day In Following Month") ); -//---------------------------------------------------------------------------------- $tax_algorithms = array( TCA_LINES => _("Sum per line taxes"), TCA_TOTALS => _("Taxes from totals") ); +//---------------------------------------------------------------------------------- + +$bank_owner_types = array( + BO_UNKNOWN => _("Unknown"), + BO_COMPANY => _("Company"), + BO_CUSTBRANCH => _("Customer"), + BO_SUPPLIER => _("Supplier") +); + +// This month array is for use with the last 3 dateformats. +$tmonths = array("", _("Jan"),_("Feb"),_("Mar"),_("Apr"),_("May"),_("Jun"),_("Jul"),_("Aug"),_("Sep"),_("Oct"),_("Nov"),_("Dec")); ?> \ No newline at end of file