lib/africompta/acqooxview.rb in africompta-1.9.10 vs lib/africompta/acqooxview.rb in africompta-1.9.11
- old
+ new
@@ -3,20 +3,20 @@
# What follows are some definitions used by other modules
require 'digest/md5'
# We want a simple time-print
-class Time
- def to_s
- day.to_s + '/' + month.to_s
- end
+# class Time
+# def to_s
+# day.to_s + '/' + month.to_s
+# end
+#
+# def to_ss
+# to_s + '/' + year.to_s
+# end
+# end
- def to_ss
- to_s + '/' + year.to_s
- end
-end
-
class Date
def month_s
%w(janvier février mars avril mai juin
juillet août septembre octobre novembre décembre)[month-1]
end
@@ -65,10 +65,10 @@
end
end
end
module ACQooxView
- def self.load_entities(preload = true)
+ def self.load_entities_old(preload = true)
require 'africompta/acaccess'
Dir[File.dirname(__FILE__) + '/entities/*.rb'].each { |f|
dputs(2) { "Adding #{f}" }
require(f)
}