mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 11:04:14 +00:00
* Make categories global This solves us A LOT of cash flow and budgeting problems. * Update schema.rb * Update auto_categorizer.rb * Update income_statement.rb * FIX budget sub-categories * FIX sub-categories and tests * Add 2 step migration
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
<%= render DS::Dialog.new do |dialog| %>
|
|
<% dialog.with_header(title: "New transaction") %>
|
|
<% dialog.with_body do %>
|
|
<%= render "form", entry: @entry, categories: @categories %>
|
|
<% end %>
|
|
<% end %>
|