Ticket #271 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

group+distributor functional

Reported by: arheops Assigned to: areski
Priority: major Milestone: milestone Version 1.4
Component: Admin UI Version: Trunk 1.4
Keywords: group Cc:

Description

groups now worked in search,import and batch update also added new entity for grouping distributor, also added to search,import and batch update

Attachments

group.diff (23.4 kB) - added by arheops on 10/03/08 23:21:59.
diff file
A2B_entity_card_distributor.2.php (1.3 kB) - added by arheops on 10/03/08 23:25:42.
FG_var_card_distributor.2.inc (3.9 kB) - added by arheops on 10/03/08 23:26:01.
FG_var_card_distributor.inc (3.9 kB) - added by arheops on 10/03/08 23:26:04.
A2B_entity_card_distributor.php (1.3 kB) - added by arheops on 10/03/08 23:27:21.
group.2.diff (23.4 kB) - added by arheops on 10/04/08 12:01:17.
group.3.diff (20.8 kB) - added by arheops on 10/07/08 04:53:34.
latest from 10 otc 2008
group.4.diff (20.8 kB) - added by arheops on 10/07/08 05:02:53.
latest from 10 oct 2008(trivial bug fix)
group.5.diff (20.0 kB) - added by arheops on 10/09/08 05:59:29.
fixed #temporary remove

Change History

10/03/08 23:21:59 changed by arheops

  • attachment group.diff added.

diff file

10/03/08 23:25:42 changed by arheops

  • attachment A2B_entity_card_distributor.2.php added.

10/03/08 23:26:01 changed by arheops

  • attachment FG_var_card_distributor.2.inc added.

10/03/08 23:26:04 changed by arheops

  • attachment FG_var_card_distributor.inc added.

10/03/08 23:27:21 changed by arheops

  • attachment A2B_entity_card_distributor.php added.

10/04/08 12:01:17 changed by arheops

  • attachment group.2.diff added.

10/05/08 22:26:39 changed by areski

Hello, We already introduced an Agent concept earlier in the dev of 1.4! this have been create as distributor, thus entering this new entity is creating a duplicate in our schema. I am sure we can easily do a workaround to use the agent table.

Let me know, /Areski

10/07/08 04:53:01 changed by arheops

changed to agents. still have discount in cc_card(becuase need functional discount per card, not per agent) so this dif added batch update,import by agents in cc_card.

10/07/08 04:53:34 changed by arheops

  • attachment group.3.diff added.

latest from 10 otc 2008

10/07/08 05:02:53 changed by arheops

  • attachment group.4.diff added.

latest from 10 oct 2008(trivial bug fix)

10/08/08 21:18:48 changed by areski

can you explain this part :

foreach($this->configagi-conf$idconfig?currency_cents_association? as $cur_val) {

557 557 $cur_val = explode(":",$cur_val); 558 $this->configagi-conf$idconfig?currency_cents_association_internal?[$cur_val[0]]=$cur_val[1];

558 #temporay $this->configagi-conf$idconfig?currency_cents_association_internal?[$cur_val[0]]=$cur_val[0];

559 559 }

rgds, Areski

10/08/08 23:35:03 changed by arheops

y. that code cause error "out of index" i not found what values must be present in db(and actualy not present) so i just coment it out temporary sorry, forget to uncomment it.

10/08/08 23:38:13 changed by arheops

can't ogt same error.. maybe i already fixed db...

10/09/08 05:55:05 changed by areski

can you provide a new patch? rgds, Areski

10/09/08 05:59:29 changed by arheops

  • attachment group.5.diff added.

fixed #temporary remove

10/09/08 06:32:01 changed by areski

  • status changed from new to closed.
  • resolution set to fixed.

committed, well done!



Google