Skip to content

Commit

Permalink
some chamges in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdena committed Nov 8, 2010
1 parent 8807a0a commit 9050a6c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions 1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rvm ruby-1.9.2-p0@lodo
6 changes: 6 additions & 0 deletions app/models/journal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ def open?
def editable?
return (self.period.open? and self.open? and self.bill_id.nil?)
end

def self.get_ledger_by_account(from_period, to_period, company, department, project, show_last_period)


end

end
Empty file.
8 changes: 4 additions & 4 deletions config/locales/nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
number:
format:
precision: 2
separator: "."
delimiter: ","
separator: ","
delimiter: " "
currency:
format:
unit: "kr"
format: "%n %u"
precision:
format:
precision: 2
separator: "."
delimiter: ""
separator: ","
delimiter: " "
activerecord:
errors:
template:
Expand Down
Empty file modified script/rails
100755 → 100644
Empty file.
Empty file modified script/run_all_tests.sh
100755 → 100644
Empty file.

0 comments on commit 9050a6c

Please sign in to comment.