order_line_extra.git
10 years agoFix 0 quantity not displayed master
Maxime Bourget [Sun, 14 Jul 2013 09:41:02 +0000 (10:41 +0100)]
Fix 0 quantity not displayed

10 years agoDisplay stock id in schedule.
Maxime Bourget [Mon, 1 Jul 2013 12:32:27 +0000 (13:32 +0100)]
Display stock id in schedule.

This is to show the user that the displayed page
corresponds effectively to the selected item and there is no
Ajax/refresh problem.

10 years agoAdd README
Maxime Bourget [Fri, 28 Jun 2013 21:29:56 +0000 (22:29 +0100)]
Add README

10 years agoHide date picker when input disabled.
Maxime Bourget [Sat, 22 Jun 2013 20:45:09 +0000 (21:45 +0100)]
Hide date picker when input disabled.

10 years agoFix requiry date bulk update.
Maxime Bourget [Sat, 22 Jun 2013 19:46:28 +0000 (20:46 +0100)]
Fix requiry date bulk update.

10 years agoFix get_allowed and change to get_dispatchable quantity hook
Maxime Bourget [Fri, 21 Jun 2013 10:46:59 +0000 (11:46 +0100)]
Fix get_allowed  and change to get_dispatchable quantity hook

10 years agoFix quantity and color wrong on dispatch
Maxime Bourget [Tue, 18 Jun 2013 19:43:05 +0000 (20:43 +0100)]
Fix quantity and color wrong on dispatch

10 years agoFix branch not loaded.
Maxime Bourget [Tue, 18 Jun 2013 18:44:30 +0000 (19:44 +0100)]
Fix branch not loaded.

10 years agoFix require file not found.
Maxime Bourget [Tue, 18 Jun 2013 09:53:22 +0000 (10:53 +0100)]
Fix require file not found.

10 years agoQuick Hack to add Pick/Unpick per item. Needs Refactoring
Maxime Bourget [Tue, 18 Jun 2013 09:32:48 +0000 (10:32 +0100)]
Quick Hack to add Pick/Unpick per item. Needs Refactoring

10 years agoFix view creation to use MOP productino database.
Maxime Bourget [Mon, 17 Jun 2013 07:33:41 +0000 (08:33 +0100)]
Fix view creation to use MOP productino database.

10 years agoAllow order details sorting by quantity.
Maxime Bourget [Mon, 17 Jun 2013 07:33:06 +0000 (08:33 +0100)]
Allow order details sorting by quantity.

10 years agoAdd to pick view.
Maxime Bourget [Sun, 16 Jun 2013 16:55:56 +0000 (17:55 +0100)]
Add to pick view.

10 years agoSplit: add original detail_id in reference.
Maxime Bourget [Sun, 16 Jun 2013 12:22:08 +0000 (13:22 +0100)]
Split: add original detail_id in reference.

Allow splits to be grouped back.

10 years agoMerge branch 'count_picked_as_not_in_hand'
Maxime Bourget [Sun, 16 Jun 2013 11:33:59 +0000 (12:33 +0100)]
Merge branch 'count_picked_as_not_in_hand'

10 years agoRevert "Show picked item as available even if quantity override."
Maxime Bourget [Sun, 16 Jun 2013 11:30:29 +0000 (12:30 +0100)]
Revert "Show picked item as available even if quantity override."

We don't want this feature. Available quantity shown should be
the quantity available according to priority and should not take
into account overriden picking quantity.
This quantity however needs to be deduced from the available quantity
for other order because even though they have priority , if something
has been picked and sent, they lose the priority de facto.

Showing the "theorical" availability and overrideng order allows the
user to see that it's an override and not an 'due' quantity.

The previous commit is still there in case we change our mind.

This reverts commit 8feb695afa47e4e2fa7aa5477be06551ae522432.

10 years agoShow picked item as available even if quantity override.
Maxime Bourget [Sun, 16 Jun 2013 11:29:21 +0000 (12:29 +0100)]
Show picked item as available even if quantity override.

10 years agoUse picked quantity in available Q&A on order summary
Maxime Bourget [Sun, 16 Jun 2013 11:05:50 +0000 (12:05 +0100)]
Use picked quantity in available Q&A on order summary

10 years agoUse picked quantity in order details.
Maxime Bourget [Sun, 16 Jun 2013 10:51:10 +0000 (11:51 +0100)]
Use picked quantity in order details.

10 years agoFix NATURAL JOIN Bug on branch (using notes)
Maxime Bourget [Sun, 16 Jun 2013 09:37:22 +0000 (10:37 +0100)]
Fix NATURAL JOIN Bug on branch (using notes)

10 years agoLink Edit order instead of viewing it.
Maxime Bourget [Sun, 16 Jun 2013 09:19:52 +0000 (10:19 +0100)]
Link Edit order instead of viewing it.

10 years agoDisplay different color on order detail for sold out item.
Maxime Bourget [Sat, 15 Jun 2013 20:26:14 +0000 (21:26 +0100)]
Display different color on order detail for sold out item.

10 years agoFix hook not trigger on purchase order cart.
Maxime Bourget [Sat, 15 Jun 2013 20:11:38 +0000 (21:11 +0100)]
Fix hook not trigger on purchase order cart.

10 years agoAccess order detials by order_id only (find the customer)
Maxime Bourget [Sat, 15 Jun 2013 17:56:31 +0000 (18:56 +0100)]
Access order detials by order_id only (find the customer)

Doesn't update the customer list.

10 years agoAdd autopick_null in config.
Maxime Bourget [Sat, 15 Jun 2013 16:34:07 +0000 (17:34 +0100)]
Add autopick_null in config.

This flag decide if non available item should be autopicked
or not.

10 years agoFilter order details by order.
Maxime Bourget [Sat, 15 Jun 2013 16:26:20 +0000 (17:26 +0100)]
Filter order details by order.

10 years agoMerge branch 'clean_on_dispatch'
Maxime Bourget [Sat, 15 Jun 2013 16:05:06 +0000 (17:05 +0100)]
Merge branch 'clean_on_dispatch'

10 years agoUse to pick table on dispatch.
Maxime Bourget [Sat, 15 Jun 2013 14:40:36 +0000 (15:40 +0100)]
Use to pick table on dispatch.

10 years agoCancel button (on item_schedule) works.
Maxime Bourget [Sat, 15 Jun 2013 12:57:58 +0000 (13:57 +0100)]
Cancel button (on item_schedule) works.

10 years agoCheck order with 0 to pick if non null
Maxime Bourget [Sat, 15 Jun 2013 12:08:22 +0000 (13:08 +0100)]
Check order with 0 to pick if non null

That way checking the box delete the corresponding row in to_pick
(Even though the sum is 0).

10 years agoAdd QOH in MOP
Maxime Bourget [Sat, 15 Jun 2013 12:05:14 +0000 (13:05 +0100)]
Add QOH in MOP

10 years agoFix sorting.
Maxime Bourget [Sat, 15 Jun 2013 11:44:32 +0000 (12:44 +0100)]
Fix sorting.

Seems to nott work when they are more than 3 sorts.
It's because db_pager sort thing in column order instead of click order.

10 years agoMerge branch 'pickup'
Maxime Bourget [Sat, 15 Jun 2013 10:40:48 +0000 (11:40 +0100)]
Merge branch 'pickup'

10 years agoPicked = Green + fix null quantity => 0.
Maxime Bourget [Sat, 15 Jun 2013 09:45:13 +0000 (10:45 +0100)]
Picked = Green + fix null quantity => 0.

10 years agoFix delete.
Maxime Bourget [Sat, 15 Jun 2013 09:37:52 +0000 (10:37 +0100)]
Fix delete.

10 years agoChange current pick display (black on bold, no conditions)
Maxime Bourget [Sat, 15 Jun 2013 09:27:50 +0000 (10:27 +0100)]
Change current pick display (black on bold, no conditions)

10 years agotopick insertion works!
Maxime Bourget [Sat, 15 Jun 2013 09:05:06 +0000 (10:05 +0100)]
topick insertion works!

10 years agoDisable FA.error. Seems to crash the application
Maxime Bourget [Sat, 15 Jun 2013 08:40:03 +0000 (09:40 +0100)]
Disable FA.error. Seems to crash the application

instead of displaying a nice error message.

10 years agoSaving something. Needs debugging
Maxime Bourget [Fri, 14 Jun 2013 22:43:20 +0000 (23:43 +0100)]
Saving something. Needs debugging

something is saved but
even stuff not modified are saved
check quantity and quantity booked are correct
add qoh

10 years agoDisplay quantity left to pick for picked item instead of stock.
Maxime Bourget [Fri, 14 Jun 2013 21:40:45 +0000 (22:40 +0100)]
Display quantity left to pick for picked item instead of stock.

10 years agoAdd Ajax onclick radio. With big hack
Maxime Bourget [Fri, 14 Jun 2013 21:16:57 +0000 (22:16 +0100)]
Add Ajax onclick radio. With big hack

10 years ago...
Maxime Bourget [Fri, 14 Jun 2013 19:08:29 +0000 (20:08 +0100)]
...

10 years agoDisplay initial pickup. (Doesnt' work).
Maxime Bourget [Fri, 14 Jun 2013 17:53:18 +0000 (18:53 +0100)]
Display initial pickup. (Doesnt' work).

10 years agoADd user to pick field.
Maxime Bourget [Fri, 14 Jun 2013 14:54:24 +0000 (15:54 +0100)]
ADd user to pick field.

10 years ago???
Maxime Bourget [Fri, 14 Jun 2013 12:46:19 +0000 (13:46 +0100)]
???

10 years agoDisplay to pick quantity box in item schedule.
Maxime Bourget [Fri, 14 Jun 2013 12:44:27 +0000 (13:44 +0100)]
Display to pick quantity box in item schedule.

10 years agoDisplay to pick quantity on item summary.
Maxime Bourget [Fri, 14 Jun 2013 10:39:31 +0000 (11:39 +0100)]
Display to pick quantity on item summary.

10 years agoStyle held quantity in order view.
Maxime Bourget [Fri, 14 Jun 2013 10:31:09 +0000 (11:31 +0100)]
Style held quantity in order view.

10 years agoFix Available quantity and amount bug.
Maxime Bourget [Fri, 14 Jun 2013 10:19:57 +0000 (11:19 +0100)]
Fix Available quantity and amount bug.

10 years agoTEMP display available quantity and new one.
Maxime Bourget [Fri, 14 Jun 2013 10:08:51 +0000 (11:08 +0100)]
TEMP display available quantity and new one.

10 years agoInsert correctly.
Maxime Bourget [Fri, 14 Jun 2013 08:46:42 +0000 (09:46 +0100)]
Insert correctly.

10 years agoInsert something. Not picked up though.
Maxime Bourget [Fri, 14 Jun 2013 08:40:16 +0000 (09:40 +0100)]
Insert something. Not picked up though.

10 years agoUser branch_ref as pick location and delete topick table properly.
Maxime Bourget [Fri, 14 Jun 2013 08:32:57 +0000 (09:32 +0100)]
User branch_ref as pick location and delete topick table properly.

10 years agoInsert in to_pick in progress
Maxime Bourget [Thu, 13 Jun 2013 21:40:07 +0000 (22:40 +0100)]
Insert in to_pick in progress

but doesn't work yet.

10 years agopicked function works.
Maxime Bourget [Thu, 13 Jun 2013 19:22:32 +0000 (20:22 +0100)]
picked function works.

10 years agoDisplay picking checkbox but change flag needs to be removed.
Maxime Bourget [Thu, 13 Jun 2013 17:59:22 +0000 (18:59 +0100)]
Display picking checkbox but change flag needs to be removed.

10 years agoDisplay quantity/amount to pick.
Maxime Bourget [Thu, 13 Jun 2013 14:52:07 +0000 (15:52 +0100)]
Display quantity/amount to pick.

10 years agoFix Available quantity and help quantity in summary.
Maxime Bourget [Tue, 11 Jun 2013 21:33:57 +0000 (22:33 +0100)]
Fix Available quantity and help quantity in summary.

10 years agoAdd refresh page : menu + permission.
Maxime Bourget [Tue, 11 Jun 2013 17:36:20 +0000 (18:36 +0100)]
Add refresh page : menu + permission.

10 years agoClean trace.
Maxime Bourget [Tue, 11 Jun 2013 17:05:56 +0000 (18:05 +0100)]
Clean trace.

10 years agoFix priority queue using hold until date instead of expiry one.
Maxime Bourget [Tue, 11 Jun 2013 16:36:10 +0000 (17:36 +0100)]
Fix priority queue using hold until date instead of expiry one.

10 years agoDisplay held quantities on order_view
Maxime Bourget [Tue, 11 Jun 2013 15:52:15 +0000 (16:52 +0100)]
Display held quantities on order_view

10 years agoFix permission settings.
Maxime Bourget [Tue, 11 Jun 2013 13:12:52 +0000 (14:12 +0100)]
Fix permission settings.

10 years agoUse TB_PREF.
Maxime Bourget [Tue, 11 Jun 2013 13:04:00 +0000 (14:04 +0100)]
Use TB_PREF.

10 years agoAdd ItemSchedule Link
Maxime Bourget [Tue, 11 Jun 2013 13:01:38 +0000 (14:01 +0100)]
Add ItemSchedule Link

10 years agoFix install hooks.
Maxime Bourget [Tue, 11 Jun 2013 12:49:50 +0000 (13:49 +0100)]
Fix install hooks.

10 years agoFix button on the footer page.
Maxime Bourget [Mon, 10 Jun 2013 21:35:08 +0000 (22:35 +0100)]
Fix button on the footer page.

10 years agoManaged expired dates.
Maxime Bourget [Sun, 9 Jun 2013 21:32:30 +0000 (22:32 +0100)]
Managed expired dates.

10 years agoAdd pre_hold_offset. hook quantity + item scheduler.
Maxime Bourget [Sun, 9 Jun 2013 17:15:33 +0000 (18:15 +0100)]
Add pre_hold_offset. hook quantity + item scheduler.

10 years agoBulkUpdater work.
Maxime Bourget [Sun, 9 Jun 2013 15:26:25 +0000 (16:26 +0100)]
BulkUpdater work.

10 years agolock(distable) all fields.
Maxime Bourget [Sun, 9 Jun 2013 13:44:42 +0000 (14:44 +0100)]
lock(distable) all fields.

10 years agoFilter uncheked item.
Maxime Bourget [Sun, 9 Jun 2013 10:29:23 +0000 (11:29 +0100)]
Filter uncheked item.

Don't update or split unchecked items.

10 years agoCheck All/None button work.
Maxime Bourget [Sun, 9 Jun 2013 10:07:44 +0000 (11:07 +0100)]
Check All/None button work.

10 years agoFilter item with like and regexp.
Maxime Bourget [Sun, 9 Jun 2013 09:18:36 +0000 (10:18 +0100)]
Filter item with like and regexp.

10 years agoHook only modify what's needed. MUCH faster.
Maxime Bourget [Sun, 9 Jun 2013 08:46:48 +0000 (09:46 +0100)]
Hook only modify what's needed. MUCH faster.

10 years agoUse hold_until_date in item_scheduler.
Maxime Bourget [Sat, 8 Jun 2013 20:07:14 +0000 (21:07 +0100)]
Use hold_until_date in item_scheduler.

10 years agoAdd offsets.
Maxime Bourget [Sat, 8 Jun 2013 16:55:27 +0000 (17:55 +0100)]
Add offsets.

10 years agoCall db_hook on priority update.
Maxime Bourget [Sat, 8 Jun 2013 15:28:40 +0000 (16:28 +0100)]
Call db_hook on priority update.

10 years agoCall hooks on split.
Maxime Bourget [Sat, 8 Jun 2013 15:25:41 +0000 (16:25 +0100)]
Call hooks on split.

10 years agoBasic split, seems to work (and save).
Maxime Bourget [Sat, 8 Jun 2013 15:00:56 +0000 (16:00 +0100)]
Basic split, seems to work (and save).

10 years agoAll tests pass.
Maxime Bourget [Sat, 8 Jun 2013 09:16:30 +0000 (10:16 +0100)]
All tests pass.

10 years agoSplitter Test written. Doesn't pass.
Maxime Bourget [Fri, 7 Jun 2013 23:02:22 +0000 (00:02 +0100)]
Splitter Test written. Doesn't pass.

10 years agoAdding Splitter Tests
Maxime Bourget [Fri, 7 Jun 2013 22:20:15 +0000 (23:20 +0100)]
Adding Splitter Tests

10 years agoTests Split class pass.
Maxime Bourget [Fri, 7 Jun 2013 21:52:43 +0000 (22:52 +0100)]
Tests Split class pass.

10 years agoAdd Splitter. no test yet
Maxime Bourget [Fri, 7 Jun 2013 21:16:21 +0000 (22:16 +0100)]
Add Splitter. no test yet

10 years agoAdd Split fields and button.
Maxime Bourget [Fri, 7 Jun 2013 17:33:28 +0000 (18:33 +0100)]
Add Split fields and button.

10 years agoOnly allow priority to be reset to null.
Maxime Bourget [Fri, 7 Jun 2013 09:26:02 +0000 (10:26 +0100)]
Only allow priority to be reset to null.

10 years agoDate saves properly.
Maxime Bourget [Fri, 7 Jun 2013 08:59:53 +0000 (09:59 +0100)]
Date saves properly.

10 years agoAll date columns are editable.
Maxime Bourget [Fri, 7 Jun 2013 07:51:38 +0000 (08:51 +0100)]
All date columns are editable.

10 years agoDisplay new dates in order view. But BUG
Maxime Bourget [Fri, 7 Jun 2013 07:39:31 +0000 (08:39 +0100)]
Display new dates in order view. But BUG

10 years agoIgnore tags
Maxime Bourget [Thu, 6 Jun 2013 21:00:55 +0000 (22:00 +0100)]
Ignore tags

10 years agoAdd config.php
Maxime Bourget [Thu, 6 Jun 2013 21:00:06 +0000 (22:00 +0100)]
Add config.php

10 years agoAdd untracked files.
Maxime Bourget [Thu, 6 Jun 2013 20:58:54 +0000 (21:58 +0100)]
Add untracked files.

10 years agoAdd hold_until_date and expiry_date fields.
Maxime Bourget [Thu, 6 Jun 2013 20:55:10 +0000 (21:55 +0100)]
Add hold_until_date and expiry_date fields.

10 years agoSet default priority on db_write hook.
Maxime Bourget [Thu, 6 Jun 2013 19:43:58 +0000 (20:43 +0100)]
Set default priority on db_write hook.

10 years agoAdd on order quantity to location quantity
Maxime Bourget [Thu, 6 Jun 2013 16:21:17 +0000 (17:21 +0100)]
Add on order quantity to location quantity

(regardless of the delivery date)

10 years agoAdd db_prevoid
Maxime Bourget [Wed, 5 Jun 2013 21:07:37 +0000 (22:07 +0100)]
Add db_prevoid

10 years agoAdd hook to update cache on db write.
Maxime Bourget [Tue, 4 Jun 2013 21:06:52 +0000 (22:06 +0100)]
Add hook to update cache on db write.

10 years agoAdd OrderXtraConfig to configure location.
Maxime Bourget [Tue, 4 Jun 2013 17:46:30 +0000 (18:46 +0100)]
Add OrderXtraConfig to configure location.

10 years agoAdd create order summary view file, (missing)
Maxime Bourget [Tue, 4 Jun 2013 16:08:45 +0000 (17:08 +0100)]
Add create order summary view file, (missing)