Sha256: d7b7f08b3c0cd075a0e0c09ae9572e33aefcfca81f0d8eee32c10010a70833b4
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
- url_params = {:controller => 'accounts', :action => 'show', :id => params[:account_id] || params[:id]} %table.table.table-striped.bookings.collection %thead = render 'accounts/booking_list_header' - @saldo = @account.saldo(@carry_booking, false) %tbody = render 'accounts/carry_booking' unless @saldo == 0 - for @booking in @bookings - amount = @booking.amount - amount = -(amount) if @account.is_liability_account? - @saldo += amount if @booking.debit_account == @account - @saldo -= amount if @booking.credit_account == @account = render 'accounts/booking_item' %tfoot = render 'accounts/booking_list_footer' unless @bookings.empty? = paginate @bookings
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_accounts_engine-2.0.0 | app/views/accounts/_show_bookings.html.haml |