X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=1b9f675487d2febb8b50d2172b62d6ceb10ab5ee;hb=a773a23cfa8bdb30986665986ea97ebdfb3d2696;hp=705311082a84319a06805ab0870d98fbef208b64;hpb=16d7dec39f96cc26ebcf4b25f78d89e1b7c60ef8;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 70531108..1b9f6754 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -43,6 +43,32 @@ $systypes_array = array ( ST_DIMENSION => _("Dimension") ); +$type_shortcuts = array( + ST_JOURNAL => _("GJ"), // general journal + ST_BANKPAYMENT => _("BP"), + ST_BANKDEPOSIT => _("BD"), + ST_BANKTRANSFER => _("BT"), + ST_SALESINVOICE => _("SI"), + ST_CUSTCREDIT => _("CN"), + ST_CUSTPAYMENT => _("CP"), + ST_CUSTDELIVERY => _("DN"), + ST_LOCTRANSFER => _("IT"), // inventory transfer + ST_INVADJUST => _("IA"), + ST_PURCHORDER => _("PO"), + ST_SUPPINVOICE => _("PI"), // purchase invoice + ST_SUPPCREDIT => _("PC"), + ST_SUPPAYMENT => _("SP"), + ST_SUPPRECEIVE => _("GRN"), + ST_WORKORDER => _("WO"), + ST_MANUISSUE => _("WI"), + ST_MANURECEIVE => _("WP"), + ST_SALESORDER => _("SO"), + ST_SALESQUOTE => _("SQ"), + ST_COSTUPDATE => _("CU"), + ST_DIMENSION => _("Dim") +); + + //---------------------------------------------------------------------------------- // Bank transaction types // @@ -139,4 +165,22 @@ $tag_types = array ( TAG_DIMENSION => _("Dimension") ); +//---------------------------------------------------------------------------------- +// crm contacts categories +$sys_crm_cats = array ( + 'cust_branch' => _("Customer branch"), + 'supplier' => _("Supplier"), + 'shipper' => _("Shipper"), + 'company' => _("Company internal") +); +//---------------------------------------------------------------------------------- + +$pterm_types = array( + PTT_PRE => _("Prepayment"), + PTT_CASH => _("Cash"), + PTT_DAYS => _("After No. of Days"), + PTT_FOLLOWING => _("Day In Following Month") +); + + ?> \ No newline at end of file