Rob Harrington
|
a96cdd5ee7
|
Merge branch 'master' into line_item_naming
Conflicts:
app/views/admin/order_cycles/edit.html.haml
|
2015-11-13 09:54:26 +11:00 |
|
Rob Harrington
|
be8038e9d0
|
Merge branch 'master' into line_item_naming
Conflicts:
lib/open_food_network/order_cycle_management_report.rb
lib/open_food_network/packing_report.rb
|
2015-11-12 14:40:11 +11:00 |
|
Rohan Mitchell
|
e20d8d3e95
|
Merge branch 'master' into folklabs-producer-emails
|
2015-11-11 14:20:25 +11:00 |
|
Rohan Mitchell
|
f499dd627a
|
with_tax_included_in_price handles exceptions gracefully
|
2015-11-11 11:53:04 +11:00 |
|
Rohan Mitchell
|
46a9304ae1
|
Extract compute_tax from EnterpriseFeeApplicator to Spree::TaxRate model
|
2015-11-11 11:53:04 +11:00 |
|
Rohan Mitchell
|
d794981ecf
|
Add form field to set tax when creating adjustment on order. Display tax included in adjustments on order interface.
|
2015-11-11 11:53:04 +11:00 |
|
Rob Harrington
|
b43049af47
|
WIP: BOM Refactor, building line_item fetch and update logic with ngResource
|
2015-11-04 18:16:17 +11:00 |
|
Rob Harrington
|
ae7e744644
|
WIP: BOM Refactor, adding for_line_items action to enterprises controller
|
2015-11-04 15:02:29 +11:00 |
|
Rohan Mitchell
|
a3d638df67
|
Merge branch 'master' into folklabs-producer-emails
|
2015-11-04 11:15:01 +11:00 |
|
Rohan Mitchell
|
015f3eb9ac
|
Display summary rows for admin adjustments
|
2015-11-01 13:42:59 +11:00 |
|
Rohan Mitchell
|
f63a80300b
|
Merge branch 'master' into folklabs-producer-emails
|
2015-10-29 11:49:24 +11:00 |
|
Rob Harrington
|
18a7317185
|
Merge branch 'account-invoices' into line_item_naming
Conflicts:
app/models/spree/line_item_decorator.rb
|
2015-10-28 13:42:27 +11:00 |
|
Rob Harrington
|
ab7bfd10c5
|
Revert "Renaming options_text to unit_text so that we can use method from included VariantAndLineItemNaming module"
This reverts commit e86e08b72e939fee61eddd41d56081395666a877.
Conflicts:
lib/open_food_network/order_and_distributor_report.rb
spec/features/admin/variants_spec.rb
spec/lib/open_food_network/order_and_distributor_report_spec.rb
|
2015-10-28 13:08:50 +11:00 |
|
Rob Harrington
|
2d468f5022
|
Fixing attr_accessible for line_items (broken in previous commit)
|
2015-10-28 13:07:31 +11:00 |
|
Rob Harrington
|
eba13a0dd7
|
Line items inherit units from variants upon creation
|
2015-10-28 13:07:31 +11:00 |
|
Rob Harrington
|
40972cc6ec
|
Updating reports to use naming information from line_items directly, rather than from the original variant
|
2015-10-28 13:07:31 +11:00 |
|
Rob Harrington
|
795830d94d
|
Renaming options_text to unit_text so that we can use method from included VariantAndLineItemNaming module
|
2015-10-28 13:07:31 +11:00 |
|
Rob Harrington
|
039fcb80eb
|
Extracting variant and option_value naming out into a lib class that is now shared between line items and variants, line_items have option_values
|
2015-10-28 13:06:10 +11:00 |
|
Rob Harrington
|
9b2653aa2d
|
Updating order invoice template to be more legally compliant
|
2015-10-21 15:52:14 +11:00 |
|
Rob Harrington
|
40d627cb34
|
Adding new route for printing an order to pdf
|
2015-10-16 17:25:40 +11:00 |
|
Rob Harrington
|
6e7fc6a0f7
|
Adding invoice action to orders controller, to allow sending of invoice email
|
2015-10-16 17:25:40 +11:00 |
|
Rohan Mitchell
|
ecc3bad8c8
|
Merge branch 'master' into folklabs-producer-emails
|
2015-10-16 12:38:54 +11:00 |
|
Rohan Mitchell
|
4fbeb0c3b1
|
Check if an order is an account invoice
|
2015-10-15 10:05:27 +11:00 |
|
Rohan Mitchell
|
de80e6d5bf
|
Find adjustments for billable periods
|
2015-10-15 09:58:22 +11:00 |
|
Rohan Mitchell
|
92f7b72056
|
Check whether an individual adjustment has tax included
|
2015-10-15 09:58:06 +11:00 |
|
Rohan Mitchell
|
7552776349
|
Add product_and_variant_name display for Variant
|
2015-09-21 16:49:31 +10:00 |
|
Rohan Mitchell
|
8f40702369
|
Line items report whether they have tax included
|
2015-09-21 15:57:04 +10:00 |
|
Rob Harrington
|
2dcbe2b4f2
|
Updating the admin account view to show use the new account_invoice model to display data
|
2015-09-17 22:38:29 +10:00 |
|
Rob Harrington
|
13adb61b3a
|
Refactoring invoice update process to use new AccountInvoice model
|
2015-09-17 22:38:29 +10:00 |
|
Rob Harrington
|
5eb20fd8cd
|
Adding tax settings for billing enterprise users
|
2015-09-17 22:38:13 +10:00 |
|
Rob Harrington
|
6cc403cd92
|
Preventing double creation of invoices by recognising completed invoices within the specifed period
|
2015-09-17 22:38:13 +10:00 |
|
Rob Harrington
|
6665f9b4a0
|
Adding global settings for controlling automatic scheduling of accounts tasks
|
2015-09-17 22:38:12 +10:00 |
|
Rob Harrington
|
92eb5ed367
|
Adding routes for a new admin account page for users to manage their billing preferences and access invoices
|
2015-09-17 22:38:10 +10:00 |
|
Rob Harrington
|
160c0d75fe
|
Confirmation emails do not get send for orders distributed by accounts_distributor
|
2015-09-17 22:38:09 +10:00 |
|
Rob Harrington
|
e3e59d76a9
|
Adding global config for setting default payment and shipping methods for accounts distributor
|
2015-09-17 22:38:08 +10:00 |
|
Rob Harrington
|
311ffc3dc9
|
wip: user invoice updater finalizes orders on the first of the month
|
2015-09-17 22:37:56 +10:00 |
|
Rob Harrington
|
ee8a86d495
|
User model can generate a current invoice for enterprise users
|
2015-09-17 22:37:56 +10:00 |
|
Rob Harrington
|
fa8c3d65dc
|
Adding settings for global accounts and billing setup
|
2015-09-17 22:37:56 +10:00 |
|
Rob Harrington
|
b4e58a1a79
|
WIP: Basic structure for daily job to update user invoices
|
2015-09-17 22:37:55 +10:00 |
|
Maikel Linke
|
637e5c4fee
|
PermalinkGenerator for products
|
2015-09-16 15:45:10 +10:00 |
|
Maikel Linke
|
326c972f63
|
Handling nil in final_weight_volume calculation
|
2015-09-16 10:12:59 +10:00 |
|
Continuous Integration
|
d595e1558a
|
Auto-merge from CI [skip ci]
|
2015-08-26 10:03:13 +10:00 |
|
Rohan Mitchell
|
170799f65f
|
Add permission for hub enterprise users to use xero report #628
|
2015-08-07 13:37:37 +10:00 |
|
Rohan Mitchell
|
719ddea789
|
Merge branch 'variable-weights-improvements' of https://github.com/lin-d-hop/openfoodnetwork into lin-d-hop-variable-weights-improvements
|
2015-08-07 11:10:07 +10:00 |
|
Lynne Davis
|
8639109372
|
Variable weights improvements additions
|
2015-08-04 20:13:28 +01:00 |
|
Rohan Mitchell
|
74f90dada3
|
Allow overriding mobile logo (raster and SVG) and home hero image
|
2015-07-17 16:06:50 +10:00 |
|
Rohan Mitchell
|
e4a4cdd915
|
Rewrite alias_method_chain to use super. Ahhhhh :)
|
2015-07-17 16:06:50 +10:00 |
|
Rohan Mitchell
|
66b4eb4c5d
|
Move Spree::Preferences::Configuration patches into superclass FileConfiguration
|
2015-07-17 16:06:50 +10:00 |
|
Rohan Mitchell
|
1d67e3b2b8
|
Fix image update, display logo on frontend
|
2015-07-17 16:06:50 +10:00 |
|
Rohan Mitchell
|
1234b35199
|
Add file handling to Spree::Preferences::Configuration
|
2015-07-17 16:06:49 +10:00 |
|