Julius Rapp
|
d3ccfd1929
|
Add hint to change name of copied StockArticle
|
2013-07-07 14:16:06 +02:00 |
|
Julius Rapp
|
4a208c83c0
|
Separate actions for new StockArticle
|
2013-07-07 14:14:32 +02:00 |
|
Julius
|
69060a6da6
|
Fix ordering of stock_changes in delivery 2
|
2013-06-27 09:10:46 +02:00 |
|
Julius
|
d0ccf07bc5
|
Merge latest changes in master of http://github.com/foodcoops/foodsoft
|
2013-06-26 20:23:11 +02:00 |
|
Julius
|
a29d52dcae
|
Fix ordering of stock_changes in delivery (case-insensitive ordering did not work properly for all database flavors)
|
2013-06-26 20:14:33 +02:00 |
|
Julius
|
8a79dfd167
|
Add tooltip for article prices
|
2013-06-26 20:06:38 +02:00 |
|
Julius
|
2ee7f716ae
|
Improve delivery validation: StockArticles must not be associated more than once
|
2013-06-26 17:58:55 +02:00 |
|
Julius
|
5df4c8f8a6
|
Update locales for delivery form
|
2013-06-26 15:21:11 +02:00 |
|
Julius
|
dd70b84ef0
|
Linearize and clean up delivery form
|
2013-06-26 15:16:52 +02:00 |
|
wvengen
|
befe89d4ef
|
fix tolerance display in group_order form
|
2013-06-26 01:36:44 +02:00 |
|
wvengen
|
c31e864c73
|
internationalise currency in order screen
|
2013-06-26 01:17:04 +02:00 |
|
wvengen
|
dddd11d8f0
|
do not autocapitalize or autocorrect on login fields to avoid login errors on iPad/iPhone
|
2013-06-26 00:42:09 +02:00 |
|
wvengen
|
91c8be6b6c
|
make tests work again
|
2013-06-25 13:05:25 +02:00 |
|
wvengen
|
e450cf404e
|
harmonize order cycle translations
|
2013-06-25 00:16:30 +02:00 |
|
wvengen
|
7dbe1363ed
|
fix adding article balancing failing with 'already taken' (closes foodcoops/foodsoft#125)
|
2013-06-24 13:32:07 +02:00 |
|
wvengen
|
cab6ada8b8
|
small invoice i18n cleanup/refactoring
|
2013-06-21 14:24:05 +02:00 |
|
wvengen
|
c5c4b1f93f
|
small translation updates
|
2013-06-21 13:54:36 +02:00 |
|
wvengen
|
906093b3ce
|
small i18n fixes and clarifications
|
2013-06-21 13:49:34 +02:00 |
|
wvengen
|
3cfd8b2d44
|
fix i18n key
|
2013-06-21 13:25:52 +02:00 |
|
wvengen
|
931b3bef5e
|
fix touch event twice bug (complements ac62dcce9d )
|
2013-06-20 01:20:13 +02:00 |
|
Julius
|
bf32e72414
|
Improve delivery form validation
|
2013-06-19 11:21:55 +02:00 |
|
Julius
|
0b81ba97b9
|
Fix newline char in heroku_deploy script
|
2013-06-18 22:18:24 +02:00 |
|
Julius
|
04c9770e80
|
Complete I18n
|
2013-06-18 10:59:53 +02:00 |
|
Julius
|
cc1a839246
|
Allow to create stock_article as copy of article in delivery form
|
2013-06-18 10:48:19 +02:00 |
|
Julius
|
cc5574f8b5
|
Revert ac62dcce9d
|
2013-06-18 09:10:31 +02:00 |
|
wvengen
|
1e984df3aa
|
more beautiful ordergroup edit form
|
2013-06-18 01:35:12 +02:00 |
|
Julius
|
6e6cce1cb7
|
Add Select2 jQuery plugin
|
2013-06-17 16:15:19 +02:00 |
|
Julius
|
9502ca28dd
|
Merge latest changes in master
|
2013-06-17 15:47:08 +02:00 |
|
Julius
|
a9938df443
|
Clean up sort functionality; Remove title attributes due to hard I18n
|
2013-06-17 15:43:42 +02:00 |
|
wvengen
|
f47237ebe0
|
update link
|
2013-06-17 03:13:42 +02:00 |
|
wvengen
|
9523eba65f
|
add badges
|
2013-06-17 02:59:36 +02:00 |
|
Benjamin Meichsner
|
eee5d4a896
|
Fixed indentation bug in sync template.
|
2013-06-16 15:10:50 +02:00 |
|
Benjamin Meichsner
|
8c4da55561
|
Merge branch 'show-percent-sign' of git://github.com/foodcoop-rostock/foodsoft into foodcoop-rostock-show-percent-sign
|
2013-06-16 14:55:48 +02:00 |
|
wvengen
|
713c030213
|
i18n and translate missing entry
|
2013-06-15 18:43:42 +02:00 |
|
wvengen
|
8c08de9eae
|
translation fixes, clarifications and additions
|
2013-06-15 17:59:15 +02:00 |
|
Julius
|
b5acd9b116
|
Merge master branch of base
|
2013-06-14 18:59:17 +02:00 |
|
Julius
|
885b11dba8
|
Add english translations for novel delivery functionality
|
2013-06-14 12:33:16 +02:00 |
|
wvengen
|
18f067ea60
|
make localeapp updates work in production environment too
|
2013-06-14 03:10:32 +02:00 |
|
wvengen
|
2f31d1a5f8
|
add heroku deploy script
|
2013-06-14 02:42:13 +02:00 |
|
wvengen
|
9b05923d7c
|
Merge branch 'touchscreens'
|
2013-06-14 01:44:04 +02:00 |
|
wvengen
|
ac62dcce9d
|
make touch device events work on buttons (closes foodcoop-rostock/foodsoft#34, closes foodcoops/foodsoft#104)
|
2013-06-14 01:42:47 +02:00 |
|
wvengen
|
8141ad0233
|
remove duplicate code
|
2013-06-14 01:39:30 +02:00 |
|
wvengen
|
13f2c128c6
|
do not use string values for integers (closes foodcoops/foodsoft#128)
|
2013-06-14 01:36:41 +02:00 |
|
Julius
|
3a48d1576f
|
Remove broken sort-by-price; comment redundancy of stock_change template
|
2013-06-13 23:51:37 +02:00 |
|
Julius
|
65f61e09d5
|
Improve delivery workflow; introduce sortable tables; use js.erb for deliveries
|
2013-06-13 23:36:22 +02:00 |
|
wvengen
|
add4afd172
|
make touch device events work on buttons (closes foodcoop-rostock/foodsoft#34, closes foodcoops/foodsoft#104)
|
2013-06-13 11:59:50 +02:00 |
|
wvengen
|
ca9841dd02
|
fixup translation string order for localeapp roundtrip
|
2013-06-13 00:09:04 +02:00 |
|
wvengen
|
e3e1b5a1b3
|
add start of Dutch translation
|
2013-06-13 00:08:15 +02:00 |
|
wvengen
|
d63e1f8066
|
translation updates previously missed
|
2013-06-12 23:20:02 +02:00 |
|
wvengen
|
848ef67e40
|
update documentation urls in config after repository move
|
2013-06-12 22:57:44 +02:00 |
|