X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=f1db9b1b8fdafe9693687748ad44b1fc34870e8a;hb=8110c7a16ca343e6a48658db2ab95a573e22118f;hp=8162736e29544aa4338b8124fedb2bafcaf5fc8a;hpb=bfbb9d80ca13ed98b04240c7c03c03acb1998eaa;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 8162736e..f1db9b1b 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -1,5 +1,14 @@ . +***********************************************************************/ //---------------------------------------------------------------------------------- $systypes_array = array ( @@ -328,6 +337,11 @@ $quick_entry_types = array( QE_SUPPINV => _("Supplier Invoice/Credit") ); - +// Types of stock items +$stock_types = array( + 'M' => _("Manufactured"), + 'B' => _("Purchased"), + 'D' => _("Service") +); ?> \ No newline at end of file