X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=f1db9b1b8fdafe9693687748ad44b1fc34870e8a;hb=89cb648e9d031fa624e7814f89e90ccba2042124;hp=02b5afdc577bad88c5e285187f18b7eecc85481f;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 02b5afdc..f1db9b1b 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------- @@ -337,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