Re: [Openerp-community] [Merge] lp:~camptocamp/openerp-product-attributes/7.0-attribute-set-create-1256023 into lp:openerp-product-attributes

2013-11-28 Thread Alex Comba - Agile BG
Review: Approve code review, no test


-- 
https://code.launchpad.net/~camptocamp/openerp-product-attributes/7.0-attribute-set-create-1256023/+merge/197092
Your team OpenERP Community is subscribed to branch 
lp:openerp-product-attributes.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


[Account-payment-team] [Merge] lp:~domsense/account-payment/adding_account_vat_on_payment_7 into lp:account-payment/7.0

2013-11-27 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~domsense/account-payment/adding_account_vat_on_payment_7 into 
lp:account-payment/7.0.

Requested reviews:
  Account Payment (account-payment-team)

For more details, see:
https://code.launchpad.net/~domsense/account-payment/adding_account_vat_on_payment_7/+merge/196914

See 'account_voucher_cash_basis' description.

To activate the VAT on payment behaviour, this module adds a checkbox on
invoice form: 'Vat on payment'

Moreover, three things have to be configured:
 - On account object, Related account used for real registrations on a VAT on
payment basis
 - On journal object, Related journal used for shadow registrations on a VAT on
payment basis
 - On tax code object, Related tax code used for real registrations on a VAT on
payment basis

Requirements:
https://docs.google.com/spreadsheet/ccc?key=0Aodwq17jxF4edDJaZ2dOQkVEN0hodEtfRmpVdlg2Vnc#gid=0
Howto:
http://planet.agilebg.com/en/2012/10/vat-on-payment-treatment-with-openerp/



I propose this now so we can discuss about the usefulness of this module.

I set it 'work in progress' also because YAML tests are missing.
-- 
https://code.launchpad.net/~domsense/account-payment/adding_account_vat_on_payment_7/+merge/196914
Your team Account Payment is requested to review the proposed merge of 
lp:~domsense/account-payment/adding_account_vat_on_payment_7 into 
lp:account-payment/7.0.
=== added directory 'account_vat_on_payment'
=== added file 'account_vat_on_payment/AUTHORS.txt'
--- account_vat_on_payment/AUTHORS.txt	1970-01-01 00:00:00 +
+++ account_vat_on_payment/AUTHORS.txt	2013-11-27 14:41:48 +
@@ -0,0 +1,1 @@
+Lorenzo Battistini lorenzo.battist...@agilebg.com

=== added file 'account_vat_on_payment/__init__.py'
--- account_vat_on_payment/__init__.py	1970-01-01 00:00:00 +
+++ account_vat_on_payment/__init__.py	2013-11-27 14:41:48 +
@@ -0,0 +1,24 @@
+# -*- coding: utf-8 -*-
+##
+#
+#OpenERP, Open Source Management Solution
+#Copyright (C) 2011-2012 Domsense s.r.l. (http://www.domsense.com).
+#Copyright (C) 2012-2013 Agile Business Group sagl
+#(http://www.agilebg.com)
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+import account
+import company

=== added file 'account_vat_on_payment/__openerp__.py'
--- account_vat_on_payment/__openerp__.py	1970-01-01 00:00:00 +
+++ account_vat_on_payment/__openerp__.py	2013-11-27 14:41:48 +
@@ -0,0 +1,59 @@
+# -*- coding: utf-8 -*-
+##
+#
+#OpenERP, Open Source Management Solution
+#Copyright (C) 2011-2012 Domsense s.r.l. (http://www.domsense.com).
+#Copyright (C) 2012-2013 Agile Business Group sagl
+#(http://www.agilebg.com)
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+
+{
+name: VAT on payment,
+version: 2.0,
+'category': 'Generic Modules/Accounting',
+depends: [account_voucher_cash_basis],
+author: Agile Business Group,
+description: 
+See 'account_voucher_cash_basis' description.
+
+To activate the VAT on payment behaviour, this module adds a checkbox on
+invoice form: 'Vat on payment'
+
+Moreover, three things have to be configured:
+ - On account object, Related account used for real registrations on a VAT on
+payment basis
+ - On journal object, Related journal used for shadow registrations on a VAT on
+payment basis
+ - On tax code object, Related tax code used

Re: [Openobject-italia-core-devs] [Merge] lp:~elbati/openobject-italia/7-l10n_it_vat_registries_simplified into lp:openobject-italia/7.0

2013-11-25 Thread Lorenzo Battistini - Agile BG
Lo stato è 'merged' quindi le modifiche sono già finite nel target branch.
-- 
https://code.launchpad.net/~elbati/openobject-italia/7-l10n_it_vat_registries_simplified/+merge/162188
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~elbati/openobject-italia/7-l10n_it_vat_registries_simplified into 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [Merge] lp:~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609 into lp:openerp-product-attributes

2013-11-25 Thread Lorenzo Battistini - Agile BG
Review: Approve code review


-- 
https://code.launchpad.net/~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609/+merge/196481
Your team OpenERP Community is subscribed to branch 
lp:openerp-product-attributes.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [Merge] lp:~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609 into lp:openerp-product-attributes

2013-11-25 Thread Alex Comba - Agile BG
Review: Approve code review, no test


-- 
https://code.launchpad.net/~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609/+merge/196481
Your team OpenERP Community is subscribed to branch 
lp:openerp-product-attributes.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~laetitia-gangloff/hr-timesheet/hr_attendance_analysis_externalise_contract_calendar_ into lp:hr-timesheet

2013-11-25 Thread Lorenzo Battistini - Agile BG
Review: Approve code review


-- 
https://code.launchpad.net/~laetitia-gangloff/hr-timesheet/hr_attendance_analysis_externalise_contract_calendar_/+merge/195775
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch 
lp:hr-timesheet.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~icsergio/openobject-italia/61_fix_l10n_it_vat_registries into lp:openobject-italia/6.1

2013-11-24 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

Ciao Sergio,

maybe we can just exclude the tax code by not adding it to the dictionary 
returned by _tax_amounts_by_code:

def _tax_amounts_by_code(self, move):
res={}
for move_line in move.line_id:
if move_line.tax_code_id and not 
move_line.tax_code_id.exclude_from_registries and move_line.tax_amount:
if not res.get(move_line.tax_code_id.id):
res[move_line.tax_code_id.id] = 0.0

self.localcontext['used_tax_codes'][move_line.tax_code_id.id] = True
res[move_line.tax_code_id.id] += (move_line.tax_amount
* self.localcontext['data']['tax_sign'])
return res

without having to modify the mako?
Do you think it is possible?
-- 
https://code.launchpad.net/~icsergio/openobject-italia/61_fix_l10n_it_vat_registries/+merge/196403
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1253598] Re: [7.0] liquidazione IVA - impossibile salvare una nuova liquidazione

2013-11-22 Thread Lorenzo Battistini - Agile BG
Questo deriva dalla fix che fu rilasciata sugli OCB per risolvere questo bug
https://bugs.launchpad.net/openerp-web/+bug/1013636

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1253598

Title:
  [7.0] liquidazione IVA - impossibile salvare una nuova liquidazione

Status in OpenERP Italia:
  New

Bug description:
  ocb-web-7.0 revno 4075
  ocb-addons-7.0 revno 9701
  ocb-server-7.0 revno 5157
  italian-addons-7.0 revno 227

   - Installare account_vat_period_end_statement e account_accountant
   - Creare un nuovo 'vat statement', inserendo journal e 'Tax Authority VAT 
Account'
   - Cliccare su 'add period'

  The following fields are invalid:
   - debit VAT
   - credit VAT

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1253598/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[id-android] WTS : Paket Promo Powerbank FREE Branding

2013-11-22 Thread R Bg Andreas Kurnianto
As subject, branding jadi simple, dengan minimum order hanya 10pcs free sablon satu warna.Cocok untuk souvenir, premium gift, acara launching products, paket bundling dengan produk lain, dll... Murah dan berkualitas. Hasil sablon presisi, tajam, kuat tidak mudah terkelupas, warna akurat.Pic dan paket promo silakan cek:Powerbank Branding Termurah http://d-extra.blogspot.com/2013/11/powerbank-branding-termurah.htmlRegards,R Bg Andreas KWA: 0817771123 | pin: 753C234Eemail: rbgan...@gmail.comwww.d-extra.blogspot.com



-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Aturan Umum  ID-Android: http://goo.gl/MpVq8

Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim email ke id-android+berhenti berlangga...@googlegroups.com .
Kunjungi grup ini di http://groups.google.com/group/id-android.


[Openobject-italia-core-devs] [Bug 1253598] [NEW] [7.0] liquidazione IVA - impossibile salvare una nuova liquidazione

2013-11-21 Thread Lorenzo Battistini - Agile BG
Public bug reported:

ocb-web-7.0 revno 4075
ocb-addons-7.0 revno 9701
ocb-server-7.0 revno 5157
italian-addons-7.0 revno 227

 - Installare account_vat_period_end_statement e account_accountant
 - Creare un nuovo 'vat statement', inserendo journal e 'Tax Authority VAT 
Account'
 - Cliccare su 'add period'

The following fields are invalid:
 - debit VAT
 - credit VAT

** Affects: openobject-italia
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1253598

Title:
  [7.0] liquidazione IVA - impossibile salvare una nuova liquidazione

Status in OpenERP Italia:
  New

Bug description:
  ocb-web-7.0 revno 4075
  ocb-addons-7.0 revno 9701
  ocb-server-7.0 revno 5157
  italian-addons-7.0 revno 227

   - Installare account_vat_period_end_statement e account_accountant
   - Creare un nuovo 'vat statement', inserendo journal e 'Tax Authority VAT 
Account'
   - Cliccare su 'add period'

  The following fields are invalid:
   - debit VAT
   - credit VAT

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1253598/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Merge] lp:~agilebg/openobject-italia/7.0-bug-1253598-elbati into lp:openobject-italia/7.0

2013-11-21 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~agilebg/openobject-italia/7.0-bug-1253598-elbati into 
lp:openobject-italia/7.0.

Requested reviews:
  OpenERP Italia core devs (openobject-italia-core-devs)
Related bugs:
  Bug #1253598 in OpenERP Italia: [7.0] liquidazione IVA - impossibile salvare 
una nuova liquidazione
  https://bugs.launchpad.net/openobject-italia/+bug/1253598

For more details, see:
https://code.launchpad.net/~agilebg/openobject-italia/7.0-bug-1253598-elbati/+merge/196096
-- 
https://code.launchpad.net/~agilebg/openobject-italia/7.0-bug-1253598-elbati/+merge/196096
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~agilebg/openobject-italia/7.0-bug-1253598-elbati into 
lp:openobject-italia/7.0.
=== modified file 'account_vat_period_end_statement/account.py'
--- account_vat_period_end_statement/account.py	2013-08-05 13:34:40 +
+++ account_vat_period_end_statement/account.py	2013-11-21 12:55:07 +
@@ -200,9 +200,9 @@
 _name = account.vat.period.end.statement
 _rec_name = 'date'
 _columns = {
-'debit_vat_account_line_ids': fields.one2many('statement.debit.account.line', 'statement_id', 'Debit VAT', help='The accounts containing the debit VAT amount to write-off', required=True, states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]}),
+'debit_vat_account_line_ids': fields.one2many('statement.debit.account.line', 'statement_id', 'Debit VAT', help='The accounts containing the debit VAT amount to write-off', states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]}),
 
-'credit_vat_account_line_ids': fields.one2many('statement.credit.account.line', 'statement_id', 'Credit VAT', help='The accounts containing the credit VAT amount to write-off', required=True, states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]}),
+'credit_vat_account_line_ids': fields.one2many('statement.credit.account.line', 'statement_id', 'Credit VAT', help='The accounts containing the credit VAT amount to write-off', states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]}),
 
 'previous_credit_vat_account_id': fields.many2one('account.account', 'Previous Credits VAT', help='Credit VAT from previous periods', states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]}),
 'previous_credit_vat_amount': fields.float('Previous Credits VAT Amount', states={'confirmed': [('readonly', True)], 'paid': [('readonly', True)], 'draft': [('readonly', False)]},

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [PATCH] Add -finstruments-functions-exclude-{file, function}-list options

2013-11-19 Thread Gonzalo BG
gnzlbg added you to the CC list for the revision Add 
-finstruments-functions-exclude-{file, function}-list options.

This options allow to exclude functions from instrumentation either by
providing a list of user-visible function names or a list of file paths. These
allows to exclude e.g. the standard library from instrumentation and thus to use
standard library functions in the instrumentation call-backs.

This is a patch by Matthew Iselin, original thread is here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130311/075910.html

- Bugfix: Inline functions that are not externally visible mustn't
be instrumented. They create a named reference to the inlined function, as the
first parameter to __cyg_profile_* functions, which a linker will never be able
to resolve. (see patch from Matthew Iselin here 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130311/075917.html)

Some issues were raised and the patch died: 

std::set is pretty heavyweight, and isn't buying us anything. I think just
having one large string to search would be best. Comma probably isn't the best
separator character; embedded NULLs or something non-ASCII would be better.

I replaced std::setstd::string with a std::vectorstd::string. Rationale: 1)
we get a std::vectorstring as input anyways, 2) using a string with a
delimiter is more complicated, 3) in particular NULLs, because some string
algorithms like find stop at the first NULL. 

if Fn-isExternC(), there's no point in demangling. Let's save ourselves the 
work
in that case.

How can I call isExternC()? Fn is of type llvm::Function but the member function
is in clang::FunctionDecl::isExternC().

Our correctness did not depend on host's cxa_demangle before... There's also a
fixme in compiler_rt about shipping our own cxa_demangle in order not to leak
memory (it is used inside sanitizers, so it has special requirements about
allocating memory).

What should I use instead?

I suggest that we look through macro expansions to find the FileID where the
expansion occurred, then check that. Also, can we cache the result of this
lookup based on the FileID? There are a lot of string searches we're potentially
doing here, many of which will be redundant.

I've added a std::map for caching the result of the lookup. An unordered_map
would be a better fit.

http://llvm-reviews.chandlerc.com/D2219

Files:
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp

Index: include/clang/Driver/Options.td
===
--- include/clang/Driver/Options.td
+++ include/clang/Driver/Options.td
@@ -535,6 +535,12 @@
 def findirect_virtual_calls : Flag[-], findirect-virtual-calls, 
Aliasfapple_kext;
 def finline_functions : Flag[-], finline-functions, 
Groupclang_ignored_f_Group;
 def finline : Flag[-], finline, Groupclang_ignored_f_Group;
+def finstrument_functions_exclude_function_list : CommaJoined[-],
+  finstrument-functions-exclude-function-list=, Groupf_Group, 
Flags[CC1Option],
+  HelpTextExclude given (mangled, if C++) functions from function 
instrumentation.;
+def finstrument_functions_exclude_file_list : CommaJoined[-],
+  finstrument-functions-exclude-file-list=, Groupf_Group, 
Flags[CC1Option],
+  HelpTextExclude given path segments from function instrumentation.;
 def finstrument_functions : Flag[-], finstrument-functions, 
Groupf_Group, Flags[CC1Option],
   HelpTextGenerate calls to instrument function entry and exit;
 def fkeep_inline_functions : Flag[-], fkeep-inline-functions, 
Groupclang_ignored_f_Group;
Index: include/clang/Frontend/CodeGenOptions.h
===
--- include/clang/Frontend/CodeGenOptions.h
+++ include/clang/Frontend/CodeGenOptions.h
@@ -131,6 +131,12 @@
   /// A list of dependent libraries.
   std::vectorstd::string DependentLibraries;
 
+  /// Functions to exclude from function instrumentation.
+  std::vectorstd::string InstrumentFunctionExclusionsFunctions;
+
+  /// Path segments to exclude from function instrumentation, eg, '/bits'
+  std::vectorstd::string InstrumentFunctionExclusionsPathSegments;
+
 public:
   // Define accessors/mutators for code generation options of enumeration type.
 #define CODEGENOPT(Name, Bits, Default)
Index: lib/CodeGen/CodeGenFunction.cpp
===
--- lib/CodeGen/CodeGenFunction.cpp
+++ lib/CodeGen/CodeGenFunction.cpp
@@ -29,6 +29,7 @@
 #include llvm/IR/Intrinsics.h
 #include llvm/IR/MDBuilder.h
 #include llvm/IR/Operator.h
+#include map
 using namespace clang;
 using namespace CodeGen;
 
@@ -232,7 +233,7 @@
   // Emit function epilog (to return).
   EmitReturnBlock();
 
-  if (ShouldInstrumentFunction())
+  if (ShouldInstrumentFunction(CurFn))
 EmitFunctionInstrumentation(__cyg_profile_func_exit);
 
  

Re: [Openerp-community] [Merge] lp:~agilebg/openerp-product-attributes/adding_product_pack_7 into lp:openerp-product-attributes

2013-11-19 Thread Alex Comba - Agile BG
Hi, Pedro.

I've just pushed the right pot file, please check if now it is ok.

Cheers.
-- 
https://code.launchpad.net/~agilebg/openerp-product-attributes/adding_product_pack_7/+merge/195786
Your team OpenERP Community is subscribed to branch 
lp:openerp-product-attributes.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [Merge] lp:~agilebg/openerp-product-attributes/adding_product_pack_7 into lp:openerp-product-attributes

2013-11-19 Thread Alex Comba - Agile BG
I forgot to fix the other translation files, I'll do it asap.

Regards.
-- 
https://code.launchpad.net/~agilebg/openerp-product-attributes/adding_product_pack_7/+merge/195786
Your team OpenERP Community is subscribed to branch 
lp:openerp-product-attributes.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~serpentcs/purchase-report/purchase-serpentcs into lp:purchase-report

2013-11-19 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

Hello Nishant,
I think the purchase_webkit module overlaps the purchase_order_webkit
http://bazaar.launchpad.net/~purchase-core-editors/purchase-report/7.0/files/10/purchase_order_webkit
Is it wanted?
-- 
https://code.launchpad.net/~serpentcs/purchase-report/purchase-serpentcs/+merge/190323
Your team Purchase Core Editors is requested to review the proposed merge of 
lp:~serpentcs/purchase-report/purchase-serpentcs into lp:purchase-report.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~serpentcs/purchase-report/purchase-serpentcs into lp:purchase-report

2013-11-19 Thread Lorenzo Battistini - Agile BG
Review: Needs Fixing


-- 
https://code.launchpad.net/~serpentcs/purchase-report/purchase-serpentcs/+merge/190323
Your team Purchase Core Editors is requested to review the proposed merge of 
lp:~serpentcs/purchase-report/purchase-serpentcs into lp:purchase-report.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~a-camilli/openobject-italia/6.1-fix-riba_emission_partner_id_avere into lp:openobject-italia/6.1

2013-11-18 Thread Lorenzo Battistini - Agile BG
Review: Approve code review


-- 
https://code.launchpad.net/~a-camilli/openobject-italia/6.1-fix-riba_emission_partner_id_avere/+merge/195509
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/adding_riba_v7 into lp:openobject-italia/7.0

2013-11-18 Thread Lorenzo Battistini - Agile BG
Come reminder:
in 6.1 è stata aggiunta la seguente fix
https://code.launchpad.net/~a-camilli/openobject-italia/6.1-fix-riba_emission_partner_id_avere/+merge/195509
che quindi dovrebbe essere inclusa anche in 7.0

Davide, eventualmente puoi impostare ~openobject-italia-core-devs come owner di 
questo branch, così se non avessi tempo di fare modifiche e volesse farle 
qualcun'altro, può.
-- 
https://code.launchpad.net/~enlightx/openobject-italia/adding_riba_v7/+merge/194620
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/save_fiscalcode_data into lp:openobject-italia/7.0

2013-11-18 Thread Lorenzo Battistini - Agile BG
Review: Approve code review

Thanks!
-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/save_fiscalcode_data/+merge/194457
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1249237] Re: Context error in module l10n_it_partially_deductible_vat on ocb6.1

2013-11-18 Thread Lorenzo Battistini - Agile BG
The only solution I can think of is to use **args instead of explicit
keyword arguments.

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1249237

Title:
  Context error in module l10n_it_partially_deductible_vat on ocb6.1

Status in OpenERP Italia:
  New

Bug description:
  Revision addons ocb:
  revision 6812 of branch http://bazaar.launchpad.net/~ocb/ocb-addons/6.1  

  Revision addons openerp italia 240 branch lp:openobject-italia/6.1

  The error in Compute Tax and Totals of an Invoice
  Error
  compute_all() got an unexpected keyword argument 'context' 

  How to reproduce the error:
   - Create a new db without demo data and with the italian language
   - Install module l10n_it_partially_deductible_vat
   - At the and of the process chose  Italy Chart Of Accounts from the menu
   - Save the default configuration and exit 
   - Create a supplier with address and default account configuration
   - Create a stockable product with account configuration:  Iva al 22% 
(credito) e Iva al 22% (debito)
   - Create a Supplier Invoice with the supplier and product created
   - Select Compute Taxes and Totals

  Solution

  in account.py di l10n_it_partially_deductible_vat substitue rows 77-78
  with:

  def compute_all(self, cr, uid, taxes, price_unit, quantity, 
address_id=None, product=None, partner=None, force_excluded=False, 
context=None):
  res = super(account_tax, self).compute_all(cr, uid, taxes, 
price_unit, quantity, address_id, product, partner, force_excluded, context)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1249237/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1249237] Re: Context error in module l10n_it_partially_deductible_vat on ocb6.1

2013-11-18 Thread Lorenzo Battistini - Agile BG
Roberto, the problem with your proposed change is that if you use 
'l10n_it_partially_deductible_vat' with standard addons, the call to
super(account_tax, self).compute_all(cr, uid, taxes, price_unit, quantity, 
address_id, product, partner, force_excluded, context)
will raise the same exception we are having here, because standard compute_all
http://bazaar.launchpad.net/~openerp/openobject-addons/6.1/view/7274/account/account.py#L2072
does not accept context argument.

This
https://code.launchpad.net/~therp-nl/therp-backports/addons-6.1_lp1107889_supplier_invoice_rounding/+merge/145490
is the MP that added context to compute_all arguments.
I'm going to ask there.

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1249237

Title:
  Context error in module l10n_it_partially_deductible_vat on ocb6.1

Status in OpenERP Italia:
  New

Bug description:
  Revision addons ocb:
  revision 6812 of branch http://bazaar.launchpad.net/~ocb/ocb-addons/6.1  

  Revision addons openerp italia 240 branch lp:openobject-italia/6.1

  The error in Compute Tax and Totals of an Invoice
  Error
  compute_all() got an unexpected keyword argument 'context' 

  How to reproduce the error:
   - Create a new db without demo data and with the italian language
   - Install module l10n_it_partially_deductible_vat
   - At the and of the process chose  Italy Chart Of Accounts from the menu
   - Save the default configuration and exit 
   - Create a supplier with address and default account configuration
   - Create a stockable product with account configuration:  Iva al 22% 
(credito) e Iva al 22% (debito)
   - Create a Supplier Invoice with the supplier and product created
   - Select Compute Taxes and Totals

  Solution

  in account.py di l10n_it_partially_deductible_vat substitue rows 77-78
  with:

  def compute_all(self, cr, uid, taxes, price_unit, quantity, 
address_id=None, product=None, partner=None, force_excluded=False, 
context=None):
  res = super(account_tax, self).compute_all(cr, uid, taxes, 
price_unit, quantity, address_id, product, partner, force_excluded, context)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1249237/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~agilebg/purchase-wkfl/adding_purchase_order_revision_7 into lp:purchase-wkfl

2013-11-18 Thread Lorenzo Battistini - Agile BG
On 11/15/2013 04:15 PM, Joël Grand-Guillaume @ camptocamp wrote:
 Review: Needs Fixing code review, no tests

 Hi Lorenzo,

Hello Joël,


 - You just missed at line 27 : from . import purchase
 - Please add the .pot file and i18n folder for translation

Done.
Thanks

-- 
https://code.launchpad.net/~agilebg/purchase-wkfl/adding_purchase_order_revision_7/+merge/193778
Your team Purchase Core Editors is subscribed to branch lp:purchase-wkfl.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1247048] Re: Ricevute bancarie presentate su pagamento clienti

2013-11-17 Thread Lorenzo Battistini - Agile BG
Riporto qui sul bug le opinioni.


Il 16/11/2013 09:08, Stefano Sforzi ha scritto:
 Il 15.11.2013 19:46, Andrea Cometa ha scritto:

 in base alla mia esperienza, posso confermare quanto detto da Alessandro
 Anch'io ieri discutevo di questo punto con dei commercialisti di un
 grosso studio di Milano ed anche il loro software si comporta allo
 stesso modo.

 Concordo con Alessandro che una fattura presenta all'incasso tramite
 RiBa non debba figurare nelle fatture da pagare.

Si sta facendo confusione tra conti e partite.
Il conto viene chiuso subito con la scrittura

Effetti all'incassoA Crediti v/clienti

mentre la partita resta correttamente aperta ed è visibile nel mastro come 
figlia del conto effetti all'incasso (rispettando comunque l'OIC 15[1]).
Le scritture sono uguali a quelle che fanno gli altri gestionali. Credo inoltre 
sia una comodità sapere quanti e quali scadenze hanno i clienti, comprese le 
ri.ba., e non è per nulla errato che vengano fuori nelle stampe.
Quindi per me va bene così com'è.

[1]D.XI.d). Le “ricevute bancarie” utilizzate molto spesso in pratica
non costituiscono titoli di credito, bensì strumenti per l'incasso dei
crediti. La loro cessione alle banche non costituisce da un punto di
vista sostanziale sconto di titoli di credito e, pertanto, il credito
non va rimosso dal bilancio fino all'incasso.

-- 
Sergio Corato

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1247048

Title:
  Ricevute bancarie presentate su pagamento clienti

Status in OpenERP Italia:
  Opinion

Bug description:
  Le ricevute bancarie presentate ( presenti in una distinta accettata) 
appaiono quando si va a fare un pagamento cliente.
  Questo non dovrebbe accadere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1247048/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1246706] Re: [6.1] ricevute_bancarie - partner_id su accettazione distinta

2013-11-17 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: Fix Released = Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1246706

Title:
  [6.1] ricevute_bancarie - partner_id su accettazione distinta

Status in OpenERP Italia:
  Fix Committed

Bug description:
  Quando si accetta una distinta, vengono generate delle registrazioni che 
chiudono corrispondenti rate di fattura.
  La registrazione che viene fatta è
  Effetti in DARE e Clienti in AVERE.

  Nella registrazione del conto clienti in AVERE non viene valorizzato
  il campo partner_id.

  Questo comporta che in molte stampe dove deve essere mostrato il saldo
  cliente, non si tiene conto di questo importo in avere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1246706/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1247048] Re: Ricevute bancarie presentate su pagamento clienti

2013-11-17 Thread Lorenzo Battistini - Agile BG
On 11/17/2013 12:23 PM, Alessandro Camilli wrote:
 Prendete la mia proposta:
 Rendere Effetti attivi un conto di tiporegolare e di credito.
 Effetti attivi rimane aperto e con il riferimento del cliente.
 La fattura si chiude.
 Però se si va a registrare un pagamento cliente non si vede la riba 
 presentata (sotto effetti attivi) finchè non viene registrato l'insoluto.

Ok. Questa è la proposta contenuta in questo bug report, come avevo inteso.
La mia posizione per il momento è sempre quella del mio relativo 
commento 
https://bugs.launchpad.net/openobject-italia/+bug/1247048/comments/2.



 Le scritture sono uguali a quelle che fanno gli altri gestionali
 è vero, ma è anche vero che se vai a registrare un pagamento a un cliente, 
 non verranno mostrate le fatture dove sono state emesse ricevute bancarie 
 (anche se devono ancora scadere)

In OpenERP non vengono mostrate le fatture, ma gli effetti attivi.



 Infatti rimane sotto effetti attivi Fate questa prova pratica: 
 Emettete un numero elevato di riba x una o più fatture. Registrate un 
 insoluto per la prima riba che scade. Il cliente paga in contanti 
 l'insoluto. Andate a registrare il pagamento dei contanti. Fate vedere 
 il tutto a un ragioniere e vedete cosa ne pensa di quello che si vede 
 davanti ;-) 

Mi pare che questo sia ancora un altro problema: quello descritto nel 
bug 1167773

Vi invito a non mischiare argomenti diversi all'interno dello stesso bug 
report.

Ho modificato la descrizione di questo bug per focalizzare il problema.


** Description changed:

- Le ricevute bancarie presentate ( presenti in una distinta accettata) 
appaiono quando si va a fare un pagamento cliente.
- Questo non dovrebbe accadere.
+ Quando si emette una RiBa, viene chiusa la fattura e aperto il credito su 
'effetti SBF' (registrazione 2 di 
https://docs.google.com/a/agilebg.com/document/d/1xCqeTcY6CF-Dgk_Avthhy7iwg_aG86WzNv3E_HHQkt4/edit#heading=h.ht5zz55bswu0
 )
+ Se poi si va creare un voucher di pagamento cliente, la riga 2b (effetti SBF) 
compare come credito aperto.
+ E' corretto che gli effetti attivi vengano proposti nel voucher di pagamento 
cliente?

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1247048

Title:
  Ricevute bancarie presentate su pagamento clienti

Status in OpenERP Italia:
  Opinion

Bug description:
  Quando si emette una RiBa, viene chiusa la fattura e aperto il credito su 
'effetti SBF' (registrazione 2 di 
https://docs.google.com/a/agilebg.com/document/d/1xCqeTcY6CF-Dgk_Avthhy7iwg_aG86WzNv3E_HHQkt4/edit#heading=h.ht5zz55bswu0
 )
  Se poi si va creare un voucher di pagamento cliente, la riga 2b (effetti SBF) 
compare come credito aperto.
  E' corretto che gli effetti attivi vengano proposti nel voucher di pagamento 
cliente?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1247048/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1249237] Re: Context error in module l10n_it_partially_deductible_vat on ocb6.1

2013-11-15 Thread Lorenzo Battistini - Agile BG
Ciao Roberto,
can you attach the traceback of the error too?
Thanks!

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1249237

Title:
  Context error in module l10n_it_partially_deductible_vat on ocb6.1

Status in OpenERP Italia:
  New

Bug description:
  Revision addons ocb:
  revision 6812 of branch http://bazaar.launchpad.net/~ocb/ocb-addons/6.1  

  Revision addons openerp italia 240 branch lp:openobject-italia/6.1

  The error in Compute Tax and Totals of an Invoice
  Error
  compute_all() got an unexpected keyword argument 'context' 

  How to reproduce the error:
   - Create a new db without demo data and with the italian language
   - Install module l10n_it_partially_deductible_vat
   - At the and of the process chose  Italy Chart Of Accounts from the menu
   - Save the default configuration and exit 
   - Create a supplier with address and default account configuration
   - Create a stockable product with account configuration:  Iva al 22% 
(credito) e Iva al 22% (debito)
   - Create a Supplier Invoice with the supplier and product created
   - Select Compute Taxes and Totals

  Solution

  in account.py di l10n_it_partially_deductible_vat substitue rows 77-78
  with:

  def compute_all(self, cr, uid, taxes, price_unit, quantity, 
address_id=None, product=None, partner=None, force_excluded=False, 
context=None):
  res = super(account_tax, self).compute_all(cr, uid, taxes, 
price_unit, quantity, address_id, product, partner, force_excluded, context)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1249237/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openerp-community-reviewer] [Merge] lp:~agilebg/ocb-addons/7.0-bug-1172149-elbati into lp:ocb-addons

2013-11-15 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~agilebg/ocb-addons/7.0-bug-1172149-elbati into lp:ocb-addons.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1172149 in OpenERP Community Backports (Addons): [trunk/7.0]project 
stages reset at every update
  https://bugs.launchpad.net/ocb-addons/+bug/1172149

For more details, see:
https://code.launchpad.net/~agilebg/ocb-addons/7.0-bug-1172149-elbati/+merge/195407
-- 
https://code.launchpad.net/~agilebg/ocb-addons/7.0-bug-1172149-elbati/+merge/195407
Your team OpenERP Community Backports Team is requested to review the proposed 
merge of lp:~agilebg/ocb-addons/7.0-bug-1172149-elbati into lp:ocb-addons.
=== modified file 'project/project_data.xml'
--- project/project_data.xml	2012-10-23 16:05:04 +
+++ project/project_data.xml	2013-11-15 15:29:49 +
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=utf-8?
 openerp
-data
+data noupdate=1
 !-- This will set the unit of measure used in projects and tasks.--
 record id=base.main_company model=res.company
 field name=project_time_mode_id ref=product.product_uom_hour/field

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~agilebg/ocb-addons/7.0-bug-1172149-elbati into lp:ocb-addons

2013-11-15 Thread Alex Comba - Agile BG
Review: Approve

LGTM
-- 
https://code.launchpad.net/~agilebg/ocb-addons/7.0-bug-1172149-elbati/+merge/195407
Your team OpenERP Community Backports Team is subscribed to branch 
lp:ocb-addons.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1246706] Re: [6.1] ricevute_bancarie - partner_id su accettazione distinta

2013-11-14 Thread Lorenzo Battistini - Agile BG
** Summary changed:

- partner_id su accettazione distinta
+ [6.1] ricevute_bancarie - partner_id su accettazione distinta

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1246706

Title:
  [6.1] ricevute_bancarie - partner_id su accettazione distinta

Status in OpenERP Italia:
  New

Bug description:
  Quando si accetta una distinta, vengono generate delle registrazioni che 
chiudono corrispondenti rate di fattura.
  La registrazione che viene fatta è
  Effetti in DARE e Clienti in AVERE.

  Nella registrazione del conto clienti in AVERE non viene valorizzato
  il campo partner_id.

  Questo comporta che in molte stampe dove deve essere mostrato il saldo
  cliente, non si tiene conto di questo importo in avere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1246706/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1246706] Re: [6.1] ricevute_bancarie - partner_id su accettazione distinta

2013-11-14 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: New = Confirmed

** Changed in: openobject-italia
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1246706

Title:
  [6.1] ricevute_bancarie - partner_id su accettazione distinta

Status in OpenERP Italia:
  Confirmed

Bug description:
  Quando si accetta una distinta, vengono generate delle registrazioni che 
chiudono corrispondenti rate di fattura.
  La registrazione che viene fatta è
  Effetti in DARE e Clienti in AVERE.

  Nella registrazione del conto clienti in AVERE non viene valorizzato
  il campo partner_id.

  Questo comporta che in molte stampe dove deve essere mostrato il saldo
  cliente, non si tiene conto di questo importo in avere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1246706/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1247048] Re: Ricevute bancarie presentate su pagamento clienti

2013-11-14 Thread Lorenzo Battistini - Agile BG
Ciao Alessandro.

In realtà la possibilità di chiudere gli effetti tramite voucher è una scelta 
progettuale, vedi
https://docs.google.com/a/agilebg.com/document/d/1xCqeTcY6CF-Dgk_Avthhy7iwg_aG86WzNv3E_HHQkt4/edit#heading=h.v1aq5vd1uber

La registrazione 4a può essere fatta tramite voucher o manualmente. In
ogni caso, la riconciliazione sul conto effetti SBF porterà la ri.ba.
nello stato pagata

Possiamo decidere di impedire che tale riconciliazione venga fatta tramite gli 
strumenti standard di openerp.
Cosa ne pensano gli altri?
Io la lascerei così perchè la riga 2b è pur sempre un credito aperto.

** Changed in: openobject-italia
   Status: New = Opinion

** Changed in: openobject-italia
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1247048

Title:
  Ricevute bancarie presentate su pagamento clienti

Status in OpenERP Italia:
  Opinion

Bug description:
  Le ricevute bancarie presentate ( presenti in una distinta accettata) 
appaiono quando si va a fare un pagamento cliente.
  Questo non dovrebbe accadere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1247048/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Merge] lp:~agilebg/openobject-italia/adding_l10n_it_base_crm into lp:openobject-italia/7.0

2013-11-12 Thread Nicola Malcontenti - Agile BG
Nicola Malcontenti - Agile BG has proposed merging 
lp:~agilebg/openobject-italia/adding_l10n_it_base_crm into 
lp:openobject-italia/7.0.

Requested reviews:
  OpenERP Italia core devs (openobject-italia-core-devs)

For more details, see:
https://code.launchpad.net/~agilebg/openobject-italia/adding_l10n_it_base_crm/+merge/194814

Italian Localization module - CRM version

Funcionalities:
- Campi provincia e regione su Lead/Opportunity
- Automatistmi su crm.lead
-- 
https://code.launchpad.net/~agilebg/openobject-italia/adding_l10n_it_base_crm/+merge/194814
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~agilebg/openobject-italia/adding_l10n_it_base_crm into 
lp:openobject-italia/7.0.
=== added directory 'l10n_it_base_crm'
=== added file 'l10n_it_base_crm/__init__.py'
--- l10n_it_base_crm/__init__.py	1970-01-01 00:00:00 +
+++ l10n_it_base_crm/__init__.py	2013-11-12 09:40:55 +
@@ -0,0 +1,24 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#Author: Nicola Malcontenti nicola.malconte...@agilebg.com
+#Copyright (C) 2013 Associazione OpenERP Italia 
+# (http://www.openerp-italia.org).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+import crm

=== added file 'l10n_it_base_crm/__openerp__.py'
--- l10n_it_base_crm/__openerp__.py	1970-01-01 00:00:00 +
+++ l10n_it_base_crm/__openerp__.py	2013-11-12 09:40:55 +
@@ -0,0 +1,45 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#Author: Nicola Malcontenti nicola.malconte...@agilebg.com
+#Copyright (C) 2013 Associazione OpenERP Italia 
+# (http://www.openerp-italia.org).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+{
+'name': Italian Localisation - CRM,
+'version': '0.1',
+'category': 'Localisation/Italy',
+'description': Italian Localization module - CRM version
+
+Funcionalities:
+- Campi provincia e regione su Lead/Opportunity
+- Automatistmi su crm.lead
+,
+'author': 'Agile Business Group',
+'website': 'http://www.agilebg.com',
+'license': 'AGPL-3',
+depends: ['crm','l10n_it_base'],
+data: ['crm/crm_view.xml'
+],
+demo: [],
+'test': [
+],
+active: False,
+installable: True
+}
\ No newline at end of file

=== added directory 'l10n_it_base_crm/crm'
=== added file 'l10n_it_base_crm/crm/__init__.py'
--- l10n_it_base_crm/crm/__init__.py	1970-01-01 00:00:00 +
+++ l10n_it_base_crm/crm/__init__.py	2013-11-12 09:40:55 +
@@ -0,0 +1,24 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#Author: Nicola Malcontenti nicola.malconte...@agilebg.com
+#Copyright (C) 2013 Associazione OpenERP Italia 
+# (http://www.openerp-italia.org).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty

Re: [Openobject-italia-core-devs] [Merge] lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement into lp:openobject-italia/7.0

2013-11-12 Thread Alex Comba - Agile BG
LGTM, no test.
-- 
https://code.launchpad.net/~elbati/openobject-italia/7.0_fix_wizard_vat_statement/+merge/167273
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement into 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement into lp:openobject-italia/7.0

2013-11-12 Thread Alex Comba - Agile BG
Review: Approve

LGTM, no test.
-- 
https://code.launchpad.net/~elbati/openobject-italia/7.0_fix_wizard_vat_statement/+merge/167273
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~agilebg/openobject-italia/adding_l10n_it_base_crm into lp:openobject-italia/7.0

2013-11-12 Thread Lorenzo Battistini - Agile BG
Review: Approve code review


-- 
https://code.launchpad.net/~agilebg/openobject-italia/adding_l10n_it_base_crm/+merge/194814
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/adding_riba_v7 into lp:openobject-italia/7.0

2013-11-11 Thread Lorenzo Battistini - Agile BG
Grazie Davide, allego il diff tra 6.1 e 7.0
http://pastie.org/8471619
-- 
https://code.launchpad.net/~enlightx/openobject-italia/adding_riba_v7/+merge/194620
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~enlightx/openobject-italia/adding_riba_v7 into lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/adding_riba_v7 into lp:openobject-italia/7.0

2013-11-11 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

Facendo riferimento al diff


l 140: come mai è stato rimosso il campo 'amount_residual'?


l 144: come mai è stato rimosso il campo 'reconcile_id'?


l 159: come mai è stato rimosso il filtro 'Issued'?


l 244: la riga

field 
name=domain['amp;','|',('riba','=','True'),('unsolved_invoice_ids','!=',False),('account_id.type','=','receivable')]/field

è sostituita con

field 
name=domain['amp;','|',('riba','=','True'),('unsolved_invoice_ids','!=',False),('account_id.type','=','receivable'),
 ('reconcile_id', '=', False)]/field

L'aggiunta del filtro '('reconcile_id', '=', False)' risolve un baco in 
particolare?


l 353, 361, 370, 378, 662: come mai viene passato il self alla chiamata del 
metodo?


Grazie
-- 
https://code.launchpad.net/~enlightx/openobject-italia/adding_riba_v7/+merge/194620
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openerp-community-reviewer] [Merge] lp:~agilebg/account-invoicing/7.0-add_account_invoice_template into lp:account-invoicing

2013-11-11 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~agilebg/account-invoicing/7.0-add_account_invoice_template into 
lp:account-invoicing.

Requested reviews:
  Account Core Editors (account-core-editors)

For more details, see:
https://code.launchpad.net/~agilebg/account-invoicing/7.0-add_account_invoice_template/+merge/194733
-- 
https://code.launchpad.net/~agilebg/account-invoicing/7.0-add_account_invoice_template/+merge/194733
Your team Account Core Editors is requested to review the proposed merge of 
lp:~agilebg/account-invoicing/7.0-add_account_invoice_template into 
lp:account-invoicing.
=== added directory 'account_invoice_template'
=== added file 'account_invoice_template/AUTHORS.txt'
--- account_invoice_template/AUTHORS.txt	1970-01-01 00:00:00 +
+++ account_invoice_template/AUTHORS.txt	2013-11-11 18:03:00 +
@@ -0,0 +1,3 @@
+Lorenzo Battistini lorenzo.battist...@agilebg.com
+Leonardo Pistone leonardo.pist...@agilebg.com
+Franco Tampieri franco.tampi...@agilebg.com

=== added file 'account_invoice_template/__init__.py'
--- account_invoice_template/__init__.py	1970-01-01 00:00:00 +
+++ account_invoice_template/__init__.py	2013-11-11 18:03:00 +
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2011 Agile Business Group sagl (http://www.agilebg.com)
+#Copyright (C) 2011 Domsense srl (http://www.domsense.com)
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+import account_invoice_template
+import wizard

=== added file 'account_invoice_template/__openerp__.py'
--- account_invoice_template/__openerp__.py	1970-01-01 00:00:00 +
+++ account_invoice_template/__openerp__.py	2013-11-11 18:03:00 +
@@ -0,0 +1,46 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2011 Agile Business Group sagl (http://www.agilebg.com)
+#Copyright (C) 2011 Domsense srl (http://www.domsense.com)
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+{
+'name': Account Invoice Template,
+'version': '0.1',
+'category': 'Generic Modules/Accounting',
+'description': 
+Templates for Invoices
+
+User can configure invoice templates, useful for recurring invoices.
+The amount of each template line can be computed (through python code)
+or kept as user input. If user input, when using the template, user has to fill
+the amount of every input lines.
+The invoice form allows lo load, through a wizard, the template to use and the
+amounts to fill.
+,
+'author': 'Agile Business Group',
+'website': 'http://www.agilebg.com',
+'license': 'AGPL-3',
+depends: ['account_move_template'],
+data: [
+'invoice_template.xml',
+'wizard/select_template.xml',
+'security/ir.model.access.csv',
+],
+active: False,
+installable: True
+}

=== added file 'account_invoice_template/account_invoice_template.py'
--- account_invoice_template/account_invoice_template.py	1970-01-01 00:00:00 +
+++ account_invoice_template/account_invoice_template.py	2013-11-11 18:03:00 +
@@ -0,0 +1,106 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2011 Agile Business Group sagl (http://www.agilebg.com)
+#Copyright (C) 2011 Domsense srl (http://www.domsense.com)
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU

Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie into lp:openobject-italia/7.0

2013-11-09 Thread Lorenzo Battistini - Agile BG
Review: Needs Fixing

Se sei d'accordo, in questa MP includerei solamente le modifiche atte a far 
funzionare il modulo stabile (quello sul branch ufficiale 6.1) sulla 7.0. Le 
correzioni ai bachi o eventuali miglioramenti al modulo le introdurrei tramite 
apposite merge proposals.

Quindi, facendo riferimento al diff:

l 17: Lascerei la dipendenza da account_due_list. Per velocizzare il processo 
di merge di tale modulo sui branch community, invito tutti a fare una review su 
https://code.launchpad.net/~agilebg/account-payment/adding_account_due_list_7/+merge/182330

l 72-127: sono campi/modifiche che verrebbero introdotte da account_due_list, 
quindi, se lasciamo la dipendenza, non sono necessari

l 207: è forse una modifica che risolverebbe qualche bug conosciuto? La terrei 
comunque fuori per ora

l 311, 319, 328, 336, 631: come mai viene passato il self alla chiamata ad un 
metodo?

l 353, 728: anche questa riga risolve forse un bug esistente?

l 440: la scriverei così: creditor_province = creditor_address.province and 
creditor_address.province.code or ''

l 649, 658: è necessario per il porting alla 7?

l 745-750: probabilmente un enhancement da tenere fuori da questa MP


PS: non eliminare questa MP in caso ne volessi fare un'altra, al massimo la 
impostiamo a rejected. Ti consiglio comunque di fare le modifiche direttamente 
su lp:~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie e questa MP 
verrà aggiornata automaticamente.

PPS: se hai bisogno di verificare il diff tra versione 6.1 e 7.0, puoi copiare 
nel branch 6.1 il modulo dal branch 7.0 e fare bzr diff
-- 
https://code.launchpad.net/~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie/+merge/194577
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie into lp:openobject-italia/7.0

2013-11-09 Thread Lorenzo Battistini - Agile BG
2013/11/9 Davide Corio enlig...@gmail.com

 Personalmente mi interesserebbe sentire il parere di Bruno sulle modifiche
 apportate, appunto per capire se risolvono effettivamente dei bachi
 esistenti.


Anche a me, ma vorrei parlarne sulle relative merge proposals.

Ad esempio questa
https://code.launchpad.net/~bruno-bottacini/openobject-italia/6.1-fix-bug-1167773/+merge/158863
è ancora in sospeso e non la includerei nel porting.

Se nella MP del porting vogliamo includere modifiche non direttamente
collegate al porting alla 7, per ogni ulteriore modifica bisogna spiegare
cosa fa, cosa risolve o cosa migliora. E deve essere approvata.

-- 
https://code.launchpad.net/~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie/+merge/194577
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/save_fiscalcode_data into lp:openobject-italia/7.0

2013-11-08 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

riga 86 del diff:
anche senza mettere
context={'partner_id':active_id,}
poi non riusciresti comunque a recuperare il partner tramite
context.get('active_id')
?

Inoltre sarebbe una buona cosa (wishlist) se riuscissi a dare una ripassata al 
codice con PEP8
https://pypi.python.org/pypi/pep8
e pyflakes
https://pypi.python.org/pypi/pyflakes

Così iniziamo a usare codice migliore anche per i moduli italiani.
-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/save_fiscalcode_data/+merge/194457
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/save_fiscalcode_data into lp:openobject-italia/7.0

2013-11-08 Thread Lorenzo Battistini - Agile BG
On 11/08/2013 09:49 AM, Nicola Riolini - Micronaet wrote:
 Sto ripassando in questi giorni la PEP8, non fa mai male, a tal proposito, ho 
 visto che è commentato molto spesso in italiano, che facciamo per i commenti?
 Anche se non voglio mettere l'inglese dappertutto credo sia più corretto per 
 aiutare anche quelli che prendono spunto dai moduli l10n_it

In generale, e quando possibile, sì, sarebbe bene usare l'inglese anche 
nei commenti.

-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/save_fiscalcode_data/+merge/194457
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/save_fiscalcode_data into lp:openobject-italia/7.0

2013-11-08 Thread Lorenzo Battistini - Agile BG
On 11/08/2013 10:46 AM, Nicola Riolini - Micronaet wrote:
 Ho rivisto un po' i moduli py in pep8... che tribulata!!! :)
 mancano un paio di indentazioni da correggere nel py del wizard

Ecco:
https://code.launchpad.net/~agilebg/openobject-italia/imp_save_fiscalcode_data/+merge/194477
 
https://code.launchpad.net/%7Eagilebg/openobject-italia/imp_save_fiscalcode_data/+merge/194477


-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/save_fiscalcode_data/+merge/194457
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/add_invoice_report_aeroo_70 into lp:openobject-italia/7.0

2013-11-07 Thread Lorenzo Battistini - Agile BG
On 11/07/2013 09:08 AM, Nicola Riolini - Micronaet wrote:
 Grazie Lorenzo per delucidazioni:

 1. Metto il CF se non trovo VAT, l'idea era un modulo da cui partire per la 
 localizzazione italiana
 3. Non convinceva neppure a me il get_label, ora però ricordo perchè non uso 
 _(): a volte non mi traduce :), appena ho finito di litigarci ripubblico (mi 
 sa che dovrò inserire i termini a mano in it.po...)

E' un problema noto di aeroo?



 Nota: aggiudicato l10n_it_invoice_report_aeroo allora :)

 P.S. Se faccio un Delete proposal merge si perde questa chiacchierata?

Sì. Non fare delete.
Se aggiorni direttamente il branch 
lp:~nicolariolini/openobject-italia/add_invoice_report_aeroo_70 , questa 
proposal viene automaticamente aggiornata.

-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/add_invoice_report_aeroo_70/+merge/194093
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~a-camilli/openobject-italia/7.0-fix-deductible_vat_qty into lp:openobject-italia/7.0

2013-11-07 Thread Lorenzo Battistini - Agile BG
On 11/06/2013 07:58 AM, Alessandro Camilli wrote:
 se facciamo così, allora cambierei le variabili da:
 base_ind a price_ind
 e
 base_ded a price_ded


Se ricordo bene si chiamano 'base' perchè si tratta di imponibili.
Comunque se è più chiaro va bene anche price.

-- 
https://code.launchpad.net/~a-camilli/openobject-italia/7.0-fix-deductible_vat_qty/+merge/193733
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1249009] Re: Stampa numero di pagina su registri iva

2013-11-07 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1249009

Title:
  Stampa numero di pagina su registri iva

Status in OpenERP Italia:
  New

Bug description:
  Nel wizard della creazione della stampa dei registri iva e' presente il campo 
per inserire l'ultimo numero di pagina stampato.
  Questo dovrebbe essere utilizzato dalla stampa per numerare le pagine.
  La stampa pero' non lo considera e riparte sempre da 1.
  Provato sia in versione 7.0 che 6.1 sia per i registri acquisti che vendite.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1249009/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1249009] Re: Stampa numero di pagina su registri iva

2013-11-07 Thread Lorenzo Battistini - Agile BG
Ricordo che per poter stampare correttamente i numeri di pagina
ripartendo dall'ultimo stampato, bisogna utilizzare un footer che legga
la variabile 'fiscal_page_base'.

Ad esempio, quello distribuito coi registri IVA è:

html
head
meta content=text/html; charset=UTF-8 http-equiv=content-type/
script
function subst() {
var vars={};
var x=document.location.search.substring(1).split('');
for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = 
unescape(z[1]);}
var 
x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
for(var i in x) {
var y = document.getElementsByClassName(x[i]);
for(var j=0; jy.length; ++j) {
if(x[i] == 'page') {y[j].textContent = eval(vars[x[i]]) + 
${fiscal_page_base};}
else{y[j].textContent = vars[x[i]];}
}

}
}
/script
/head
body style=border:0; margin: 0; onload=subst()
table style=border-top: 1px solid black; width: 100%
tr 
td style=text-align:right;font-size:12; width=95%Page 
${objects[0].period_id and objects[0].period_id.fiscalyear_id and 
objects[0].period_id.fiscalyear_id.name or ''|entity}/span 
class=page//tdtd style=text-align:left;font-size:12;/td
/tr
/table
/body
/html

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1249009

Title:
  Stampa numero di pagina su registri iva

Status in OpenERP Italia:
  New

Bug description:
  Nel wizard della creazione della stampa dei registri iva e' presente il campo 
per inserire l'ultimo numero di pagina stampato.
  Questo dovrebbe essere utilizzato dalla stampa per numerare le pagine.
  La stampa pero' non lo considera e riparte sempre da 1.
  Provato sia in versione 7.0 che 6.1 sia per i registri acquisti che vendite.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1249009/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openerp-community-reviewer] [Merge] lp:~agilebg/ocb-addons/7.0-bug-1198250-elbati into lp:ocb-addons

2013-11-07 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~agilebg/ocb-addons/7.0-bug-1198250-elbati into lp:ocb-addons.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1198250 in OpenERP Italia: l10n_it_partially_deductible_vat errore con 
iva totalmente indetraibile
  https://bugs.launchpad.net/openobject-italia/+bug/1198250

For more details, see:
https://code.launchpad.net/~agilebg/ocb-addons/7.0-bug-1198250-elbati/+merge/194395
-- 
https://code.launchpad.net/~agilebg/ocb-addons/7.0-bug-1198250-elbati/+merge/194395
Your team OpenERP Community Backports Team is requested to review the proposed 
merge of lp:~agilebg/ocb-addons/7.0-bug-1198250-elbati into lp:ocb-addons.
=== modified file 'l10n_it/data/account.tax.template.csv'
--- l10n_it/data/account.tax.template.csv	2013-10-04 14:03:41 +
+++ l10n_it/data/account.tax.template.csv	2013-11-07 18:07:33 +
@@ -7,9 +7,7 @@
 20a,20a,l10n_it_chart_template_generic,Iva al 20% (credito),4,0.2,,False,percent,1601,1601,purchase,template_impcode_pagata_20,template_ivacode_pagata_20,template_impcode_pagata_20,template_ivacode_pagata_20,1,1,False,-1,-1
 10v,10v,l10n_it_chart_template_generic,Iva al 10% (debito),5,0.1,,False,percent,2601,2601,sale,template_impcode_riscossa_10,template_ivacode_riscossa_10,template_impcode_riscossa_10,template_ivacode_riscossa_10,-1,-1,False,1,1
 10a,10a,l10n_it_chart_template_generic,Iva al 10% (credito),6,0.1,,False,percent,1601,1601,purchase,template_impcode_pagata_10,template_ivacode_pagata_10,template_impcode_pagata_10,template_ivacode_pagata_10,1,1,False,-1,-1
-10AO,10AO,l10n_it_chart_template_generic,Iva al 10% indetraibile,7,0.1,,True,percent,,,purchase,template_impcode_pagata_10ind,,template_impcode_pagata_10ind,,1,1,False,-1,-1
-10AOb,10AOb,l10n_it_chart_template_generic,Iva al 10% indetraibile (D),200,0,10AO,False,balance,1601,1601,purchase,,template_ivacode_pagata_10,,template_ivacode_pagata_10,1,1,False,-1,-1
-10AOa,10AOa,l10n_it_chart_template_generic,Iva al 10% indetraibile (I),100,1,10AO,False,percent,,,purchase,,template_ivacode_pagata_10ind,,template_ivacode_pagata_10ind,1,1,False,-1,-1
+10AO,10AO,l10n_it_chart_template_generic,Iva al 10% indetraibile,7,0.1,,False,percent,,,purchase,template_impcode_pagata_10ind,template_ivacode_pagata_10ind,template_impcode_pagata_10ind,template_ivacode_pagata_10ind,1,1,False,-1,-1
 12v,12v,l10n_it_chart_template_generic,Iva 12% (debito),8,0.12,,False,percent,2601,2601,sale,template_impcode_riscossa_12,template_ivacode_riscossa_12,template_impcode_riscossa_12,template_ivacode_riscossa_12,-1,-1,False,1,1
 12a,12a,l10n_it_chart_template_generic,Iva 12% (credito),9,0.12,,False,percent,1601,1601,purchase,template_impcode_pagata_12,template_ivacode_pagata_12,template_impcode_pagata_12,template_ivacode_pagata_12,1,1,False,-1,-1
 2010,2010,l10n_it_chart_template_generic,Iva al 20% detraibile 10%,10,0.2,,True,percent,,,purchase,template_impcode_pagata_20det10,,template_impcode_pagata_20det10,,1,1,False,-1,-1
@@ -21,9 +19,7 @@
 2040,2040,l10n_it_chart_template_generic,Iva al 20% detraibile 40%,12,0.2,,True,percent,,,purchase,template_impcode_pagata_20det40,,template_impcode_pagata_20det40,,1,1,False,-1,-1
 2040b,2040b,l10n_it_chart_template_generic,Iva al 20% detraibile 40% (D),200,0,2040,False,balance,1601,1601,purchase,,template_ivacode_pagata_20det40,,template_ivacode_pagata_20det40,1,1,False,-1,-1
 2040a,2040a,l10n_it_chart_template_generic,Iva al 20% detraibile 40% (I),100,0.6,2040,False,percent,,,purchase,,template_ivacode_pagata_20det40ind,,template_ivacode_pagata_20det40ind,1,1,False,-1,-1
-20AO,20AO,l10n_it_chart_template_generic,Iva al 20% indetraibile,13,0.2,,True,percent,,,purchase,template_impcode_pagata_20ind,,template_impcode_pagata_20ind,,1,1,False,-1,-1
-20AOb,20AOb,l10n_it_chart_template_generic,Iva al 20% indetraibile (D),200,0,20AO,False,balance,1601,1601,purchase,,template_ivacode_pagata_20ind,,template_ivacode_pagata_20ind,1,1,False,-1,-1
-20AOa,20AOa,l10n_it_chart_template_generic,Iva al 20% indetraibile (I),100,1,20AO,False,percent,,,purchase,,template_ivacode_pagata_20ind,,template_ivacode_pagata_20ind,1,1,False,-1,-1
+20AO,20AO,l10n_it_chart_template_generic,Iva al 20% indetraibile,13,0.2,,False,percent,,,purchase,template_impcode_pagata_20ind,template_ivacode_pagata_20ind,template_impcode_pagata_20ind,template_ivacode_pagata_20ind,1,1,False,-1,-1
 20I5,20I5,l10n_it_chart_template_generic,IVA al 20% detraibile al 50%,14,0.2,,True,percent,,,purchase,template_impcode_pagata_20det50,,template_impcode_pagata_20det50,,1,1,False,-1,-1
 20I5b,20I5b,l10n_it_chart_template_generic,IVA al 20% detraibile al 50% (D),200,0,20I5,False,balance,1601,1601,purchase,,template_ivacode_pagata_20det50,,template_ivacode_pagata_20det50,1,1,False,-1,-1
 20I5a,20I5a,l10n_it_chart_template_generic,IVA al 20% detraibile al 50% (I),100,0.5,20I5,False,percent,,,purchase,,template_ivacode_pagata_20det50ind,,template_ivacode_pagata_20det50ind,1,1,False,-1,-1

Re: [Openerp-community-reviewer] [Merge] lp:~elbati/ocb-addons/7.0_fix_1181291_elbati into lp:ocb-addons

2013-11-07 Thread Lorenzo Battistini - Agile BG
On 11/04/2013 09:49 AM, Stefan Rijnhart (Therp) wrote:
 @Maxime: while this would be OK on regular community projects, on OCB 
 projects modifying the change at merge time could cause a conflict because 
 the proposal on upstream does not contain such modifications. In order to 
 prevent the conflict, the space needs to be added to both proposed branches 
 or we be lenient and ignore the occasional PEP8 glitch.

Space added to both proposed branches :-)

-- 
https://code.launchpad.net/~elbati/ocb-addons/7.0_fix_1181291_elbati/+merge/169352
Your team OpenERP Community Backports Team is subscribed to branch 
lp:ocb-addons.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~agilebg/openobject-italia/7.0-bug-1221567-elbati into lp:openobject-italia/7.0

2013-11-06 Thread Leonardo Pistone - Agile BG
Review: Approve code review, no test

Thanks Lorenzo, LGTM
-- 
https://code.launchpad.net/~agilebg/openobject-italia/7.0-bug-1221567-elbati/+merge/184509
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1221567] Re: [7.0][6.1] l10n_it_vat_registries Gli importi dei corrispettivi se gestiti mediante causali non sono corretti

2013-11-06 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1221567

Title:
  [7.0][6.1] l10n_it_vat_registries Gli importi dei corrispettivi se
  gestiti mediante causali non sono corretti

Status in OpenERP Italia:
  Fix Released

Bug description:
  Salve!

  Se gestisco gli importi dei corrispettivi mediante causali le stampe
  relative non sono corrette:

  - Il totale per linea non rispecchia il totale reale del corrispettivo
  - I totali sono praticamente identici alla stampa delle vendite

  La funzione _get_invoice_total non restituisce il totale corretto
  della registrazione, se vado e filtro le voci sezionale ottengo i
  totali corretti.

  Per riprodurre il problema ho eseguito una registrazione manuale di un
  corrispettivo mediante causale creando un sezionale a parte per i
  corrispettivi. (Vedi esempio di elbati)

  Cordiali Saluti

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1221567/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~nicolariolini/openobject-italia/add_invoice_report_aeroo_70 into lp:openobject-italia/7.0

2013-11-06 Thread Lorenzo Battistini - Agile BG
On 11/06/2013 08:47 PM, Nicola Riolini - Micronaet wrote:
 Ciao Lorenzo,
 Ok su tutta la linea
 1. Codice fiscale: aggiungo la dipendenza anche al modulo che lo introduce

Aggiungo una nota: non so se volessi fare un modulo generico oppure 
specificamente italiano. Nel primo caso, il CF non è necessario.
Nel secondo sì.


 2. Ok, traduco e provo a metterli in it.po
 3. Di solito usavo il get_label lo reputavo più comodo che creare tutte le 
 traduzioni dove sono già presenti in label (la stampa divenda di fatto simile 
 alla videata), non c'è problema però; tra l'altro avevo fatto inizialmente 
 una versione con il _() (in effetti alcuni termini non mi piacevano :) )

Come preferisci, chiedevo come chiarimento.
Non disapproverò se usi il get_label ;-)



 Nota: è meglio chiamarlo account_invoice_report_aeroo (visto che c'è un 
 gruppo di moduli account_*?

A questo punto, se gli aggiungi cose specifiche italiane (il CF), puoi 
anche aggiungere il prefisso *l10n_it*:
*l10n_it_invoice_report_aeroo* (o anche 
*l10n_it_account_invoice_report_aeroo*, come ti piace di più)

-- 
https://code.launchpad.net/~nicolariolini/openobject-italia/add_invoice_report_aeroo_70/+merge/194093
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~akretion-team/account-closing/70-cutoff-modules into lp:account-closing

2013-11-06 Thread Lorenzo Battistini - Agile BG
We tested 'account_cutoff_prepaid' and 'account_cutoff_base' and they work well.
Thanks Alexis!
-- 
https://code.launchpad.net/~akretion-team/account-closing/70-cutoff-modules/+merge/185992
Your team Account Core Editors is subscribed to branch lp:account-closing.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~a-camilli/openobject-italia/7.0-fix-deductible_vat_qty into lp:openobject-italia/7.0

2013-11-05 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

Ciao Alessandro,
non sarebbe meglio fare la divisione per la quantità direttamente nelle righe 
dove vengono calcolati 'base_ind' e 'base_ded' (91, 92)?
In questo modo l'arrotondamento viene fatto una volta sola da 'Decimal'

-- 
https://code.launchpad.net/~a-camilli/openobject-italia/7.0-fix-deductible_vat_qty/+merge/193733
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openerp-community-reviewer] [Merge] lp:~agilebg/purchase-wkfl/adding_purchase_order_revision_7 into lp:purchase-wkfl

2013-11-04 Thread Lorenzo Battistini - Agile BG
Lorenzo Battistini - Agile BG has proposed merging 
lp:~agilebg/purchase-wkfl/adding_purchase_order_revision_7 into 
lp:purchase-wkfl.

Requested reviews:
  Purchase Core Editors (purchase-core-editors)

For more details, see:
https://code.launchpad.net/~agilebg/purchase-wkfl/adding_purchase_order_revision_7/+merge/193778

Revisions for purchase orders (and requests for quotation)
==

On canceled orders, you can click on 'new revision' and the 'old revisions'
tab of the just created request for quotation will contain all the old
(canceled orders) revisions.
So that you can track every change you made to your requests for quotation and
purchase orders
-- 
https://code.launchpad.net/~agilebg/purchase-wkfl/adding_purchase_order_revision_7/+merge/193778
Your team Purchase Core Editors is requested to review the proposed merge of 
lp:~agilebg/purchase-wkfl/adding_purchase_order_revision_7 into 
lp:purchase-wkfl.
=== added directory 'purchase_order_revision'
=== added file 'purchase_order_revision/__init__.py'
--- purchase_order_revision/__init__.py	1970-01-01 00:00:00 +
+++ purchase_order_revision/__init__.py	2013-11-04 13:42:12 +
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#@author Lorenzo Battistini lorenzo.battist...@agilebg.com
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+import purchase

=== added file 'purchase_order_revision/__openerp__.py'
--- purchase_order_revision/__openerp__.py	1970-01-01 00:00:00 +
+++ purchase_order_revision/__openerp__.py	2013-11-04 13:42:12 +
@@ -0,0 +1,49 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#@author Lorenzo Battistini lorenzo.battist...@agilebg.com
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+{
+'name': Purchase order revisions,
+'version': '0.1',
+'category': 'Purchase Management',
+'description': 
+Revisions for purchase orders (and requests for quotation)
+==
+
+On canceled orders, you can click on 'new revision' and the 'old revisions'
+tab of the just created request for quotation will contain all the old
+(canceled orders) revisions.
+So that you can track every change you made to your requests for quotation and
+purchase orders.
+,
+'author': 'Agile Business Group',
+'website': 'http://www.agilebg.com',
+'license': 'AGPL-3',
+depends: ['purchase'],
+data: [
+'purchase_view.xml',
+],
+demo: [],
+test: [
+'test/purchase_order.yml',
+],
+active: False,
+installable: True
+}

=== added file 'purchase_order_revision/purchase.py'
--- purchase_order_revision/purchase.py	1970-01-01 00:00:00 +
+++ purchase_order_revision/purchase.py	2013-11-04 13:42:12 +
@@ -0,0 +1,72 @@
+# -*- coding: utf-8 -*-
+##
+#
+#Copyright (C) 2013 Agile Business Group sagl (http://www.agilebg.com)
+#@author Lorenzo Battistini lorenzo.battist...@agilebg.com
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as published
+#by the Free Software

[Openobject-italia-core-devs] [Bug 1247425] Re: [7.0] l10n_it_partially_deductible_vat - Errato calcolo iva detraibile per qta diverse da 1

2013-11-03 Thread Lorenzo Battistini - Agile BG
Ciao Alessandro, grazie della segnalazione e della fix.

Per permetterci di fare il merge della fix dovresti però usare il
progetto 'openobject-italia' invece di 'openforce' nel tuo branch.

Grazie

** Summary changed:

- Errato calcolo iva detraibile per qta diverse da 1
+ [7.0]  l10n_it_partially_deductible_vat - Errato calcolo iva detraibile per 
qta diverse da 1

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1247425

Title:
  [7.0]  l10n_it_partially_deductible_vat - Errato calcolo iva
  detraibile per qta diverse da 1

Status in OpenERP Italia:
  In Progress

Bug description:
  Inserendo una riga su una fattura con iva detraibile parzialmente, con 
quantita diverse da 1,
  la base imponibile e a volte anche l'iva risultano errati.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1247425/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1247425] Re: [7.0] l10n_it_partially_deductible_vat - Errato calcolo iva detraibile per qta diverse da 1

2013-11-03 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: Fix Released = Fix Committed

** Branch unlinked: lp:~a-camilli/openforce/7.0-italia-addons-fix-
deductible_vat_qty

** Branch linked: lp:~a-camilli/openobject-italia/7.0-fix-
deductible_vat_qty

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1247425

Title:
  [7.0]  l10n_it_partially_deductible_vat - Errato calcolo iva
  detraibile per qta diverse da 1

Status in OpenERP Italia:
  Fix Committed

Bug description:
  Inserendo una riga su una fattura con iva detraibile parzialmente, con 
quantita diverse da 1,
  la base imponibile e a volte anche l'iva risultano errati.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1247425/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [id-android] OOT : Happy Birthday Om Gunaris

2013-11-03 Thread R Bg Andreas Kurnianto
Selamat ulang tahun Om Gunaris.
Semoga tahun kedepan penuh berkat melimpah, dimudahkan dan dilancarkan bisnis 
dan usahanya.
Keluarga diberi kesehatan, kedamaian dan ketentraman.

Tuhan memberkati Om Gunaris dan keluarga.

Regards,

R Bg Andreas K
@rbgandreas

-Original Message-
From: Duliar Indra Dewanto duliar.in...@gmail.com
Sender: id-android@googlegroups.com
Date: Sun, 3 Nov 2013 02:43:58 
To: Gadtoradegadtor...@yahoogroups.com; 
ID-Androidid-android@googlegroups.com
Reply-To: id-android@googlegroups.com
Subject: [id-android] OOT : Happy Birthday Om Gunaris

Dapet Notifikasi dari Fesbuk, mudah2an ga salah...

Selamat Ulang Tahun Om Gun..
Semoga Sukses Selalu, dipanjangkan rezeki..

Mudah2an ada diskon gadget buat hari ini.. Amieeen.. ̮ƗƗɐ̮ƗƗɐ̮ƗƗɐ̮ 
̮ƗƗɐ̮ƗƗɐ̮ƗƗɐ̮



Duliar Indra Dewanto

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Aturan Umum  ID-Android: http://goo.gl/MpVq8

Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .
Kunjungi grup ini di http://groups.google.com/group/id-android.

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Aturan Umum  ID-Android: http://goo.gl/MpVq8

Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .
Kunjungi grup ini di http://groups.google.com/group/id-android.


Re: [id-android] WTS: Power Turbo 11200mAh Digital LCD, Japancell

2013-11-01 Thread R Bg Andreas Kurnianto
Thanks om Yoyong buat testimoninya.

Minat om? Buat om yoyong tentu saya kasih special price. Japri saya ya. Kirim 
kemana?


Email: rbgan...@gmail.com
WA: 0877-35157970
pin: 2940278B  


Regards,

R Bg Andreas K
@rbgandreas

-Original Message-
From: Yoyong   Pakaya abu.ari...@gmail.com
Sender: id-android@googlegroups.com
Date: Sat, 2 Nov 2013 11:49:30 
To: id-android@googlegroups.com
Reply-To: id-android@googlegroups.com
Subject: Re: [id-android] WTS: Power Turbo 11200mAh Digital LCD, Japancell

Recommended seller.

Jadi pengen beli, kebetulan lagi powerbankless...hehehehe

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Aturan Umum  ID-Android: http://goo.gl/MpVq8

Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .
Kunjungi grup ini di http://groups.google.com/group/id-android.

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Aturan Umum  ID-Android: http://goo.gl/MpVq8

Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .
Kunjungi grup ini di http://groups.google.com/group/id-android.


[Openerp-india] [Bug 1157497] Re: [trunk/7.0/6.1]Audit Trail doesn't Work For Users Groups Object

2013-10-30 Thread Leonardo Pistone - Agile BG
** Branch linked: lp:~openerp-community/openobject-
addons/6.1-bug-1012931

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1157497

Title:
  [trunk/7.0/6.1]Audit Trail doesn't Work For Users  Groups Object

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  Dear Team,

  I was installing audittrail module, and the I try to create some Audit
  Rules for some object. Everything was okay until I tried to create
  Audit Rules for object res.users and res.groups. I found this error
  when I create new user, edit or delete a user.

  Environment Information : 
  System : Linux-2.6.32-45-generic-i686-with-Ubuntu-10.04-lucid
  OS Name : posix
  Distributor ID:   Ubuntu
  Description:  Ubuntu 10.04.4 LTS
  Release:  10.04
  Codename: lucid
  Operating System Release : 2.6.32-45-generic
  Operating System Version : #102-Ubuntu SMP Wed Jan 2 21:53:06 UTC 2013
  Operating System Architecture : 32bit
  Operating System Locale : id_ID.UTF8
  Python Version : 2.6.5
  OpenERP-Client Version : 6.1-20121207-003046
  Last revision No.  ID :Bazaar Package not Found !Traceback (most recent call 
last):
File /opt/OpenERP/server/openerp-6.1/openerp/service/netrpc_server.py, 
line 64, in run
  result = netsvc.dispatch_rpc(msg[0], msg[1], msg[2:])
File /opt/OpenERP/server/openerp-6.1/openerp/netsvc.py, line 360, in 
dispatch_rpc
  result = ExportService.getService(service_name).dispatch(method, params)
File /opt/OpenERP/server/openerp-6.1/openerp/service/web_services.py, 
line 586, in dispatch
  res = fn(db, uid, *params)
File /opt/OpenERP/server/openerp-6.1/openerp/osv/osv.py, line 121, in 
wrapper
  return f(self, dbname, *args, **kwargs)
File /opt/OpenERP/server/openerp-6.1/openerp/osv/osv.py, line 176, in 
execute
  res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File 
/opt/OpenERP/server/openerp-6.1/openerp/addons/audittrail/audittrail.py, line 
494, in execute_cr
  return self.log_fct(cr, uid, model, method, fct_src, *args)
File 
/opt/OpenERP/server/openerp-6.1/openerp/addons/audittrail/audittrail.py, line 
291, in log_fct
  old_values = self.get_data(cr, uid_orig, pool, res_ids, model, method)
File 
/opt/OpenERP/server/openerp-6.1/openerp/addons/audittrail/audittrail.py, line 
335, in get_data
  values_text[field] = self.get_value_text(cr, 1, pool, resource_pool, 
method, field, resource[field])
File 
/opt/OpenERP/server/openerp-6.1/openerp/addons/audittrail/audittrail.py, line 
192, in get_value_text
  field_obj = (resource_pool._all_columns.get(field)).column
  AttributeError: 'NoneType' object has no attribute 'column'

  I try to dig the reason why the error only occur for res.users and
  res.groups. So far I know that in Users and Groups menu, there are
  some fields (which is placed in Access Rights tab) that is created NOT
  BY class declaration instead by function, so the field is not saved
  nor in object neither in class. It is just my thought.

  OS: Ubuntu Lucid
  OpenERP version: 6.1

  Regards,
  Togar - ADSOFT

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1157497/+subscriptions

___
Mailing list: https://launchpad.net/~openerp-india
Post to : openerp-india@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp


Re: [Dotclear Dev] Réunion IRC-Code du 28/10/2013

2013-10-29 Thread BG
Concernant la maj auto de Wordpres, j'ai lu ici et là que le fait qu'Apache
puisse écrire dans toute l'arbo du site était automatiquement source de
faille, c'est alarmiste ou il y a du vrai ?




Le 29 octobre 2013 18:26, Kozlika kozl...@gmail.com a écrit :

 Oooops j'ai oublié de la prévenir ! J'y cours :)



 Le 29 octobre 2013 16:37, Pierre Equoy pierre.eq...@gmail.com a écrit :

  Salut Luce !
 
  Je ne sais pas très bien comment ça se passe en général, mais le dernier
  billet du blog de Dotclear n'est pas encore dispo en anglais :
 
 
 http://fr.dotclear.org/blog/post/2013/10/27/Les-nouveaut%C3%A9s-de-la-version-2.6-de-Dotclear-chapitre-1
 
  Généralement, je crois que c'est la dénomée Crazy Kitty qui s'en occupe,
  mais là je ne sais pas :)
 
  Peut-être que Crazy Kitty et/ou Kozlika pourront nous éclairer.
 
  Sinon tu peux peut-êtreessayer de le traduire ?
 
 
  2013/10/29 Luce Carevic luce.care...@gmail.com
 
   Pour l'anglais, je peux aider, je ne me suis pas trop manifestée
  jusqu'ici
   parce que mon gros problème, c'est le temps et l'organisation et parce
  que
   je suis loin d'être bilingue.
  
  
   Le 29 octobre 2013 10:33, Franck Paul carnet.franck.p...@gmail.com a
   écrit :
  
Le 29 octobre 2013 10:16, Pierre Equoy pierre.eq...@gmail.com a
  écrit
   :
   
 J'aimerais bien participer à vos réunions, mais 3h du matin en
 pleine
 semaine, c'est un peu dur pour moi :)

   
Feignasse ! :-D
   
   

 Pour avoir plus de contributeurs anglophones, il faudrait :
 - une mailing list en anglais
 - une campagne de sensibilisation en anglais (je crois que
 Dotclear a
   de
 bons arguments pour les polyglottes, non ? La dernière fois que
 j'ai
essayé
 Wordpress, impossible de gérer le multilinguisme ou de passer d'une
langue
 à l'autre facilement)
 - s'assurer que tout ce qui est disponible en français le soit
 aussi
  en
 anglais (articles sur le blog, DotAddict, plugins, themes,
   documentation,
 etc.)

 Déjà, le bon point est que les commits du repo est majoritairement
 en
 anglais (sauf Kozlika ! Bo Kozlika ! ;))
 Il faudrait s'assurer que les tickets le soient aussi (ou au moins
 en
 bilingual).

 Tout ça prend du temps, je ne le sais que trop bien... mais j'ai
   espoir !
 :)


 On fait ce qu'on peut dans ce domaine, mais il faut garder à
 l'esprit
   que
l'essentiel de nos contributeurs (devs ou pas d'ailleurs) ne causent
  que
   le
français et baragouinent vaguement une sorte de sabir qui ressemble,
 de
loin, à de l'anglais de comptoir.
En ce qui concerne les tickets en anglais, j'ai peur que ce soit une
contrainte rédhibitoire pour ceux qui les ouvre, dans leur majorité
 et
  je
préfère avoir des tickets en français que pas du tout. On pourrait
envisager de les compléter avec une traduction anglaise après coup,
  mais
   il
faudrait des bras et des cerveaux qui causent l'anglais pour faire
 ça,
  et
avec du temps devant soi, et on en manque.
   
Éternel problème donc…
   
   
   
 Ouais j'y ai pensé quand j'ai vu l'annonce aussi. *En théorie*, les
 versions bugfixes (les x du 3.7.x) ne modifient pas l'API,
   n'ajoutent
 pas de features ou quoi que ce soit, il s'agit bel et bien de
  corriger
des
 bugs (ou des failles de sécurité), donc *en théorie*, ça n'a aucun
impact.
 Est-ce le cas du versioning de Dotclear ? (c'est une question naïve
  et
 candide, je ne sais vraiment pas :))

   
Ah ok, j'avais lu en diagonale et si ça ne concerne que du bugfix (le
  .x
   du
3.7.x) alors oui, pas mauvaise idée. Côté DC, on appliquera à partir
 de
   la
2.6
   
le même principe de versionning sémantique :
   
M.m.n
   
M version majeure = 2 (et le restera un long moment, tant qu'on
   conservera
une compatibilité ascendante sans perte de données ni de
  fonctionnalités)
m version mineure = 6, 7, … (à chaque version qui implémente de
  nouvelles
fonctionnalités, des modifications de structure, …)
n version de correction = pour chaque release comprenant simplement
 des
bugfixes, etc.
   
   Et alors ? On peut toujours aller se baigner ?

   
Évidemment, quelle question, et après t'es mort :-p
   
Franck
--
Dev mailing list - Dev@list.dotclear.org -
http://ml.dotclear.org/listinfo/dev
   
   --
   Dev mailing list - Dev@list.dotclear.org -
   http://ml.dotclear.org/listinfo/dev
  
 
 
 
  --
  Pierre Equoy
  --
  Dev mailing list - Dev@list.dotclear.org -
  http://ml.dotclear.org/listinfo/dev
 



 --
 Anne / Kozlika
 --
 Dev mailing list - Dev@list.dotclear.org -
 http://ml.dotclear.org/listinfo/dev

-- 
Dev mailing list - Dev@list.dotclear.org - http://ml.dotclear.org/listinfo/dev


Re: [Openerp-community-reviewer] [Merge] lp:~agilebg/account-financial-report/adding_financial_reports_horizontal_7 into lp:account-financial-report

2013-10-28 Thread Lorenzo Battistini - Agile BG
On 10/17/2013 11:00 AM, Stefan Rijnhart (Therp) wrote:
 I do see the useless journals tab, it would be good to have this cleaned up. 
 If I am correct, this module does not depend on any common report 
 functionality from OpenERP, so maybe the concept of journal filtering should 
 be severed from the whole module instead of just hiding the tab.

 Lorenzo, what do you think?

Hello Stefan and Frederic,

I removed filtering by journal and some other unused methods.

Moreover, I made a PEP8 clean up.

Thanks

-- 
https://code.launchpad.net/~agilebg/account-financial-report/adding_financial_reports_horizontal_7/+merge/176235
Your team Account Report Core Editors is subscribed to branch 
lp:account-financial-report.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~akretion-team/stock-logistic-flows/70-invoice-link-enhanced into lp:stock-logistic-flows/7.0

2013-10-28 Thread Lorenzo Battistini - Agile BG
Review: Approve code review


-- 
https://code.launchpad.net/~akretion-team/stock-logistic-flows/70-invoice-link-enhanced/+merge/192887
Your team Stock and Logistic Core Editors is requested to review the proposed 
merge of lp:~akretion-team/stock-logistic-flows/70-invoice-link-enhanced into 
lp:stock-logistic-flows/7.0.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1190189] Re: [7.0] [l10n_it_sale]la conferma un ordine di consegna da il seguente errore

2013-10-27 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1190189

Title:
  [7.0] [l10n_it_sale]la conferma un ordine di consegna da il seguente
  errore

Status in OpenERP Italia:
  Fix Released

Bug description:
  Se creiamo  un ordine di consegna senza passare da un  ordine cliente.
  alla conferma del ddt da il seguente errore:

  
  File /openerp/addons/l10n_it_sale/stock/picking.py, line 81, in create
   return super(stock_picking, self).create(cr, user, vals, context)
  TypeError: super(type, obj): obj must be an instance or subtype of type

  
  la riga 81 è= vals['name'] = self.pool.get('ir.sequence').get(cr, user,
  'stock.picking.internal')

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1190189/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1214971] Re: [7.0] [6.1] l10n_it_vat_registries - wrong invoice total when negative lines are present

2013-10-27 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1214971

Title:
  [7.0] [6.1] l10n_it_vat_registries - wrong invoice total when negative
  lines are present

Status in OpenERP Italia:
  Fix Released

Bug description:
  openobject-italia/7.0 revno 222

  steps:

   - Create a new invoice with 2 lines:
  a) 75 € + 21% VAT
  b) -5 € + 21% VAT
  Total: 84.70 €
   - Print VAT registry

  Printed invoice total is 89.70

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1214971/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1198250] Re: l10n_it_partially_deductible_vat errore con iva totalmente indetraibile

2013-10-27 Thread Lorenzo Battistini - Agile BG
Vero, ma mi sembra di aver sbagliato solo quella al 10%.

Comunque ho proposto il merge:
https://code.launchpad.net/~agilebg/openobject-addons/7.0-bug-1198250-elbati/+merge/192811

Se runbot è verde:
http://runbot.openerp.com/agilebg.html
ma non ci sono i test per 'l10n_it_partially_deductible_vat', quindi sappiamo 
solo che non spacca i moduli standard.

Sergio, se puoi, dai lì la tua review (anche solo visiva).
Grazie.

** Changed in: openobject-italia
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is a bug assignee.
https://bugs.launchpad.net/bugs/1198250

Title:
  l10n_it_partially_deductible_vat errore con iva totalmente
  indetraibile

Status in OpenERP Italia:
  Fix Committed

Bug description:
  usando per esempio l'iva al 10% indetraibile in una fattura fornitori,
  all'aggiornamento delle imposte si ottiene:

  Error
  The taxes [browse_record(account.tax, 39), browse_record(account.tax, 59)] 
have different rates

  il problema è che i record in account_tax riferiti alla parte
  detraibile e alla parte indetraibile (si anche se è completamente
  indetraibile c'è il record account_tax per la sua parte detraibile)
  hanno uguale il campo tax_code_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1198250/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openerp-india] [Bug 1245131] [NEW] [7.0] l10n_it - fiscal positions not mapped to taxes

2013-10-27 Thread Lorenzo Battistini - Agile BG
Public bug reported:

openobject-addons/7.0 revno 9516

 - Create new db
 - Installl account_accountant
 - Select Italian 'Accounting Package'
 - Go to fiscal positions configuration

Fiscal positions does not have taxes mapping

** Affects: openobject-addons
 Importance: Undecided
 Assignee: OpenERP Italia core devs (openobject-italia-core-devs)
 Status: New

** Changed in: openobject-addons
 Assignee: (unassigned) = OpenERP Italia core devs 
(openobject-italia-core-devs)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1245131

Title:
  [7.0] l10n_it - fiscal positions not mapped to taxes

Status in OpenERP Addons (modules):
  New

Bug description:
  openobject-addons/7.0 revno 9516

   - Create new db
   - Installl account_accountant
   - Select Italian 'Accounting Package'
   - Go to fiscal positions configuration

  Fiscal positions does not have taxes mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1245131/+subscriptions

___
Mailing list: https://launchpad.net/~openerp-india
Post to : openerp-india@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1198250] Re: l10n_it_partially_deductible_vat errore con iva totalmente indetraibile

2013-10-26 Thread Lorenzo Battistini - Agile BG
Allego possibile patch per 7.0.
Sergio, mi confermi che è ciò che intendevi?
Grazie!

** Patch added: bug_1198250.patch
   
https://bugs.launchpad.net/openobject-italia/+bug/1198250/+attachment/3891749/+files/bug_1198250.patch

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is a bug assignee.
https://bugs.launchpad.net/bugs/1198250

Title:
  l10n_it_partially_deductible_vat errore con iva totalmente
  indetraibile

Status in OpenERP Italia:
  Confirmed

Bug description:
  usando per esempio l'iva al 10% indetraibile in una fattura fornitori,
  all'aggiornamento delle imposte si ottiene:

  Error
  The taxes [browse_record(account.tax, 39), browse_record(account.tax, 59)] 
have different rates

  il problema è che i record in account_tax riferiti alla parte
  detraibile e alla parte indetraibile (si anche se è completamente
  indetraibile c'è il record account_tax per la sua parte detraibile)
  hanno uguale il campo tax_code_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1198250/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1198250] Re: l10n_it_partially_deductible_vat errore con iva totalmente indetraibile

2013-10-26 Thread Lorenzo Battistini - Agile BG
Qua
http://pastie.org/8432099
si vede un pochino meglio...

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is a bug assignee.
https://bugs.launchpad.net/bugs/1198250

Title:
  l10n_it_partially_deductible_vat errore con iva totalmente
  indetraibile

Status in OpenERP Italia:
  Confirmed

Bug description:
  usando per esempio l'iva al 10% indetraibile in una fattura fornitori,
  all'aggiornamento delle imposte si ottiene:

  Error
  The taxes [browse_record(account.tax, 39), browse_record(account.tax, 59)] 
have different rates

  il problema è che i record in account_tax riferiti alla parte
  detraibile e alla parte indetraibile (si anche se è completamente
  indetraibile c'è il record account_tax per la sua parte detraibile)
  hanno uguale il campo tax_code_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1198250/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1176665] Re: La data di registrazione non è verificata

2013-10-26 Thread Lorenzo Battistini - Agile BG
Lascerei il baco aperto in quanto sulla 7 è ancora presente.

** Changed in: openobject-italia
   Status: Fix Released = Confirmed

** Changed in: openobject-italia
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1176665

Title:
  La data di registrazione non è verificata

Status in OpenERP Italia:
  Confirmed

Bug description:
  Il modulo account_invoice_entry_date non verifica che la data di 
registrazione sia progressiva, cioè che non si può registrare una fattura 
fornitore in una data precedente all'ultima registrata.
  Il controllo che fa adesso, solo sulla coerenza della data della fattura e 
della registrazione della stessa, non è sufficiente.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1176665/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[id-android] WTS: BIG Discount batt Hippo @75rb

2013-10-25 Thread R Bg Andreas Kurnianto
Hanya di bulan Okt 2013
Harga mulai 75rb

Keunggulan:
-High Capacity: Kapasitas lebih besar dari Original
-Japan Cell: Lebih tahan lama, Kualitas lebih baik
-Garansi Resmi Hippo 3 (tiga) bulan

Promo 7 tipe baterai BB:
#Gemini, Gemini 3G
- Cs2(1600mAh) : @150  75rb
#Bold, Onyx, Onyx2 (delta)
- Ms1(2000mAh) :@155 --- 80rb
#Torch, Torch2
- Fs1(1600mAh): @175 --- 100rb
#Dakota, Bellagio, Monza, Montana
- JM1(1600mAh): @195  120rb
#Apollo, Sedona
- Em1(1600mah): @195  120rb
#batt Z10
- LS1 (2350mah): @ 250rb --- 175rb
#batt Q10
- NX1 (2850mah): @ 275rb  200rb

Baterai dijamin 100% asli, NEW alias baru, Segel, dan bergaransi resmi Hippo 
3bulan.


Untuk permintaan gambar, pertanyaan, pemesanan, membandingkan produk, tanya 
produk tipe lain, powerbank branding, pembelian grosir, beli eceran, minat jadi 
reseller, sekedar kenalan...
Jangan sungkan utk hubungi jalur pribadi (japri):

Email: rbgan...@gmail.com
Telp: 021-92800945
WA: 0877-35157970
pin: 2940278B


Regards,

R Bg Andreas K
@rbgandreas

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Web Hosting, Zimbra Mail Server, VPS gratis Raspberry Pi : 
http://www.hostune.com

Aturan Umum  ID-Android: http://goo.gl/MpVq8
Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .
attachment: Batt BB all type.jpg

Re: [flexdev] Re: Como mudo o icone do tree ?

2013-10-24 Thread Bruno BG
?xml version=1.0?
!-- dpcontrols/TreeIconField.mxml --
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

   mx:Script
  ![CDATA[
 [Bindable]
 [Embed(source=assets/radioIcon.jpg)] 
 public var iconSymbol1:Class; 
 [Bindable]
 [Embed(source=assets/topIcon.jpg)] 
 public var iconSymbol2:Class; 
  ]]
   /mx:Script

   mx:Tree iconField=@icon labelField=@label showRoot=false 
  width=160
  mx:XMLList
 node label=New
node label=HTML Document icon=iconSymbol2/
node label=Text Document icon=iconSymbol2/
 /node
 node label=Close icon=iconSymbol1/
  /mx:XMLList
   /mx:Tree
/mx:Application

ou
utilize CSS
Tree.myTree
{
default-leaf-icon:
Embed(br/com/brbsoftware/common/assets/botones/hoja.png);
folder-closed-icon:   
Embed(br/com/brbsoftware/common/assets/botones/folder_close_blue.png);
folder-open-icon: 
Embed(br/com/brbsoftware/common/assets/botones/folder_open_blue.png);
disclosure-closed-icon:   
Embed(br/com/brbsoftware/common/assets/botones/open_folder.png);
disclosure-open-icon: 
Embed(br/com/brbsoftware/common/assets/botones/close_folder.png);
color:#33;
text-roll-over-color: #33;
text-selected-color:  #33;
roll-over-color:  #e4e4e4;
selection-color:  #cdcdcd;
}
e no seu MXML coloque 
mx:Tree id=treeQualquer styleName=myTree  ….blablabla /



brunobg
*
www.brbsoftware.com.br
bruno...@ig.com.br  (MSN  Skype)
blogflex.brunobg.com
@brunogrohs
(21) 9913-2397

Em 24/10/2013, às 16:46, Leonardo Oliveira leonardoc.olive...@gmail.com 
escreveu:

 Robinho, como eu não tenho problema nenhum em ajudar quem quer aprender, dá 
 uma olhada nesse código, é o que eu uso. Ele traz os ícones do banco em um 
 campo blob e monta em abas e em tree. Cada aba, que também têm seus ícones, 
 possui um tree. Já vou avisando aos corneteiros de plantão que fiz o código 
 quando estava aprendendo, há anos, nunca mais voltei nele pra melhorar.
 
   private function 
 rstSucessoGetMenus(evt:ResultEvent):void{
   if (evt.result != null){
   /*
   * RECEBE OS MENUS 
   */
   menus = new 
 ArrayCollection(Array(evt.result));
   
   /*
   * MONTA ABAS (MENU PRINCIPAL) 
   */
   for(var i:uint; ievt.result.length; 
 i++){
   if(evt.result[i].children != 
 null){
   var 
 navigatorContent:NavigatorContent = new NavigatorContent();
   navigatorContent.label 
 = evt.result[i].label;
   //navigatorContent.icon
   
 navigatorContent.percentWidth = 100;
   
 navigatorContent.percentHeight = 100;
   navigatorContent.id = 
 _tab+navigatorContent.label.replace( , _);
   
 navigatorContent.addEventListener(MouseEvent.CLICK, handlerSelectAba);
   
 _abas.addChild(navigatorContent);
   
   if(evt.result[i].icone 
 != null){
   
 loaderCustomizadoAbas = new LoaderCustomizado();
   
 loaderCustomizadoAbas.paramCustom = navigatorContent;
   
 loaderCustomizadoAbas.contentLoaderInfo.addEventListener(Event.COMPLETE, 
 getBitmapDataAbas);
   
 loaderCustomizadoAbas.loadBytes(evt.result[i].icone);
   }
   }
   }
   
   /*
   * MONTA MENU TREE
   */  
   for(var j:uint=0; 
 jevt.result.length;j++){
   if(evt.result[j].children != 
 null){
   montarMenuTree(j);
   return;
   

Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie into lp:openobject-italia/7.0

2013-10-21 Thread Lorenzo Battistini - Agile BG
Riporto il diff tra la versione 6.1 e quella 7.0
http://pastie.org/8418512
così possiamo capire meglio l'impatto
-- 
https://code.launchpad.net/~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie/+merge/191903
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~enlightx/openobject-italia/7.0-l10n_it_ricevute_bancarie into 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~enlightx/openobject-italia/7.0-fix_primanota_ipdb into lp:openobject-italia/7.0

2013-10-19 Thread Leonardo Pistone - Agile BG
Review: Approve code review, no test

Yes! (luckily, revision information was lost :)
-- 
https://code.launchpad.net/~enlightx/openobject-italia/7.0-fix_primanota_ipdb/+merge/191902
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Openobject-italia-core-devs] [Merge] lp:~icsergio/openobject-italia/61_imp_withholding_tax into lp:openobject-italia/6.1

2013-10-18 Thread Lorenzo Battistini - Agile BG
Riporto qui la risposta

Il 17/10/2013 18:36, Lorenzo Battistini - Agile BG ha scritto:
 On 10/16/2013 11:48 PM, Sergio Corato wrote:
 I removed dependancies from account_voucher_cash_basis and 
 account_invoice_template (was useful the latter somewhere?)

 account_voucher_cash_basis was used to compute the '
 allocated_amounts_grouped_by_invoice', specially in cases of write-off.
 Don't we need to handle write-off?
 Cases of discounts at payments?

Are you sure if we have a discount the amount of withholding tax is lowered 
too? Without having a regular refund invoice?
Anyone can answer to this question?

Anyway, it's a little modification of the code, if needed.


Will we never have cases of foreign
 currency invoices?
Did you try the module? Have you faced some problem?



 Moreover, note that if you heavily change a module in a stable version
 (like 6.1 or 7.0), you have to consider what will happen when the new
 version of the module will be installed on a production database with
 the old version in use.
Yeah, I know, it's only for -new- databases and an idea for the next releases.




-- 
Sergio Corato

https://code.launchpad.net/~icsergio/openobject-italia/61_imp_withholding_tax/+merge/189442
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [flexdev] DataGrid com filtros

2013-10-18 Thread Bruno BG
Uma outra solução fácil de implementar é colocar TextInput e utilizar 
FilterFunction.


brunobg
*
www.brbsoftware.com.br
bruno...@ig.com.br  (MSN  Skype)
blogflex.brunobg.com
@brunogrohs
(21) 9913-2397

Em 18/10/2013, às 08:55, Carlos Eduardo kadu...@gmail.com escreveu:

 Pessoal gostaria de saber se alguém do grupo tem um exemplo de DataGrid 
 usando filtros semelhante ao componente da 
 http://www.flexicious.com/Home/SparkDataGridDemo
 Embora é muito complexo... mais gostaria de uma ajuda do pessoal para fazer a 
 parte dos filtros achei muito interessante este componente, pena que no 
 momento não desponho para comprar.
 Desde já agradeço este grupo que tem me ajuda muito no meu desenvolvimento.
 
 -- 
 -- 
 Você recebeu esta mensagem porque está inscrito na lista flexdev
 Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
 Para sair da lista, envie um email em branco para 
 flexdev-unsubscr...@googlegroups.com
 Mais opções estão disponíveis em http://groups.google.com/group/flexdev
 --- 
 Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
 Grupos do Google.
 Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie 
 um e-mail para flexdev+unsubscr...@googlegroups.com.
 Para obter mais opções, acesse https://groups.google.com/groups/opt_out.

-- 
-- 
Você recebeu esta mensagem porque está inscrito na lista flexdev
Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
Para sair da lista, envie um email em branco para 
flexdev-unsubscr...@googlegroups.com
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
--- 
Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um 
e-mail para flexdev+unsubscr...@googlegroups.com.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.


Re: [Openobject-italia-core-devs] [Merge] lp:~icsergio/openobject-italia/61_imp_withholding_tax into lp:openobject-italia/6.1

2013-10-17 Thread Lorenzo Battistini - Agile BG
On 10/16/2013 11:48 PM, Sergio Corato wrote:
 I removed dependancies from account_voucher_cash_basis and 
 account_invoice_template (was useful the latter somewhere?)

account_voucher_cash_basis was used to compute the ' 
allocated_amounts_grouped_by_invoice', specially in cases of write-off.
Don't we need to handle write-off? Will we never have cases of foreign 
currency invoices? Cases of discounts at payments?


Moreover, note that if you heavily change a module in a stable version 
(like 6.1 or 7.0), you have to consider what will happen when the new 
version of the module will be installed on a production database with 
the old version in use.


-- 
https://code.launchpad.net/~icsergio/openobject-italia/61_imp_withholding_tax/+merge/189442
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [id-android] wta : hox 4.2.2 problem volume telp

2013-10-17 Thread R Bg Andreas Kurnianto
Punya saya suara normal. 
Regards,

R Bg Andreas K
@rbgandreas

-Original Message-
From: muhammad agung m4g...@gmail.com
Sender: id-android@googlegroups.com
Date: Thu, 17 Oct 2013 15:39:27 
To: id-android@googlegroups.comid-android@googlegroups.com
Reply-To: id-android@googlegroups.com
Subject: [id-android] wta : hox 4.2.2 problem volume telp

numpang nanya,

untuk htc one x user yang sudah update ke 4.2.2 dan htc sense 5,
apakah mengalami problem di volume (suara kecil) ketika menelp/di telp?
jadi suara lawan bicara kita terdengar kecil sekali...padahal in-call
volume sudah
maksimal..

barangkali ada yang mengalami dan tahu solusinya,

makasih,


@magoenk
http://about.me/muhammadagung

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Web Hosting, Zimbra Mail Server, VPS gratis Raspberry Pi : 
http://www.hostune.com

Aturan Umum  ID-Android: http://goo.gl/MpVq8
Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Web Hosting, Zimbra Mail Server, VPS gratis Raspberry Pi : 
http://www.hostune.com

Aturan Umum  ID-Android: http://goo.gl/MpVq8
Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .


Re: [Openobject-italia-core-devs] [Merge] lp:~icsergio/openobject-italia/61_imp_withholding_tax into lp:openobject-italia/6.1

2013-10-15 Thread Lorenzo Battistini - Agile BG
Review: Needs Information

Hello Sergio.
Could you summarize, in the description, the changes introduced by this MP?
For example, the first improvement
this implementation uses tax object's and there's no neeed to type the amount 
of the tax, as it's calculated
is not valid anymore I think.

Moreover: how can the voucher correctly compute the amount to pay if it doesn't 
use the 'allocated_amounts_grouped_by_invoice' method? Is it unnecessary? 
(reference: 
http://bazaar.launchpad.net/~account-payment-team/account-payment/7.0/view/102/account_voucher_cash_basis/account_voucher.py#L83
 )

Thanks!
-- 
https://code.launchpad.net/~icsergio/openobject-italia/61_imp_withholding_tax/+merge/189442
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1239216] Re: l10n_it_withholding_tax total debit amount

2013-10-15 Thread Lorenzo Battistini - Agile BG
Hello Sergio,
I agree, the original amount simply contains the invoice total, not the amount 
to pay. The same behaviour for residual amount: it always consider the total.
A good improvement could be adding to voucher lines a column with the right 
'amount to pay', computed excluding the withholding tax

** Changed in: openobject-italia
   Importance: Undecided = Wishlist

** Changed in: openobject-italia
   Status: Opinion = Confirmed

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1239216

Title:
  l10n_it_withholding_tax total debit amount

Status in OpenERP Italia:
  Confirmed

Bug description:
  In the voucher form it shows a credit of the supplier for the total
  amount (121€ and after the above payment of 97,04€) which is not true,
  because is the sum of the credit of the supplier and the tax
  authorities.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1239216/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Merge] lp:~agilebg/openobject-italia/7.0-bug-1239610-elbati into lp:openobject-italia/7.0

2013-10-15 Thread Lorenzo Battistini - Agile BG
The proposal to merge lp:~agilebg/openobject-italia/7.0-bug-1239610-elbati into 
lp:openobject-italia/7.0 has been updated.

Description changed to:

PEP8 and fix for bug 1239610

The fix is made by this commit 
http://bazaar.launchpad.net/~agilebg/openobject-italia/7.0-bug-1239610-elbati/revision/224

'=ilike' means 'use the SQL ilike'. So, the search is case insensitive

For more details, see:
https://code.launchpad.net/~agilebg/openobject-italia/7.0-bug-1239610-elbati/+merge/191239
-- 
https://code.launchpad.net/~agilebg/openobject-italia/7.0-bug-1239610-elbati/+merge/191239
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~agilebg/openobject-italia/7.0-bug-1239610-elbati into 
lp:openobject-italia/7.0.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Openobject-italia-core-devs] [Bug 1239610] Re: l10n_it_base: alcune città non vengono trovate

2013-10-15 Thread Lorenzo Battistini - Agile BG
** Changed in: openobject-italia
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1239610

Title:
  l10n_it_base: alcune città non vengono trovate

Status in OpenERP Italia:
  Confirmed

Bug description:
  all'inserimento della città nell'anagrafica dei partner se questa contiene un 
parola con iniziale minuscola non potrà mai essere trovata e quindi non avverrà 
l'autocompletamento degli altri campi; esempi:
  Ala di Stura
  Meana di Susa
  Mombello di Torino
  ecc.

  in l10n_it_base/partner/partner.py nelle righe 72 e 88 andrebbe
  rimossa la chiamata al metodo title() oppure si potrebbero cambiare i
  nomi di città che contengono parole con iniziali minuscole.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1239610/+subscriptions

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


[Dotclear Dev] Aide contextuelle - Nouveau billet/page

2013-10-15 Thread BG
Hello,

Je me demande pourquoi l'option (bouton) ajouter un fichier attaché
n'apparaît pas dans la barre latérale sur nouveau billet/page alors qu'elle
est présente dans billets/pages.
-- 
Dev mailing list - Dev@list.dotclear.org - http://ml.dotclear.org/listinfo/dev


Re: [Dotclear Dev] Aide contextuelle - Nouveau billet/page

2013-10-15 Thread BG
j'ajouterais bien ceci :

 L'option apparaîtra dans la colonne latérale une fois que vous aurez
enregistré votre billet







Le 15 octobre 2013 19:54, phili...@dissitou.org phili...@dissitou.org a
écrit :

 Le 15 octobre 2013 19:45, brol bro...@gmail.com a écrit :

  me semble que c'est parce qu'il faut que le nouveau billet/page ait
  été enregistré au moins une fois (dur d'attacher un truc à un machin
  n'existant pas encore).


 Toutafé :)

 --
 Philippe
 --
 Dev mailing list - Dev@list.dotclear.org -
 http://ml.dotclear.org/listinfo/dev

-- 
Dev mailing list - Dev@list.dotclear.org - http://ml.dotclear.org/listinfo/dev


Re: [Openerp-community-reviewer] [Merge] lp:~agilebg/sale-wkfl/adding_sale_line_description_7 into lp:sale-wkfl

2013-10-14 Thread Alex Comba - Agile BG
Hi, Pedro, thank you for your review :)

Please have a look at my new commits, do they satisfy your needs fixing?

Cheers
-- 
https://code.launchpad.net/~agilebg/sale-wkfl/adding_sale_line_description_7/+merge/190600
Your team Sale Core Editors is subscribed to branch lp:sale-wkfl.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [id-android] WTShare : Perbandingan camera phone

2013-10-11 Thread R Bg Andreas Kurnianto
Perbandingan untuk top line 6 cameraphone 

Nokia 1020
HTC ONE
Sony Z1
Note3
Iphone 5s
LG G2

Mantap dan kompit.

Thanks for sharing. 

Regards,

R Bg Andreas K
@rbgandreas

-Original Message-
From: han s hegen...@gmail.com
Sender: id-android@googlegroups.com
Date: Sat, 12 Oct 2013 09:45:56 
To: id-android@googlegroups.comid-android@googlegroups.com
Reply-To: id-android@googlegroups.com
Subject: [id-android] WTShare : Perbandingan camera phone

Buat yang lagi cari camera phone , mungkin ini bisa membantu Perbandingan
cameraphone http://www.gsmarena.com/six_way_camera_shootout-review-998.php


Han

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Web Hosting, Zimbra Mail Server, VPS gratis Raspberry Pi : 
http://www.hostune.com

Aturan Umum  ID-Android: http://goo.gl/MpVq8
Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .

-- 
==
ID-Android on YouTube
https://www.youtube.com/watch?v=0u81L8Qpy5A 

Web Hosting, Zimbra Mail Server, VPS gratis Raspberry Pi : 
http://www.hostune.com

Aturan Umum  ID-Android: http://goo.gl/MpVq8
Join Forum  ID-ANDROID: http://forum.android.or.id
==
--- 
Anda menerima pesan ini karena Anda berlangganan grup [id-android] Indonesian 
Android Community  dari Grup Google.
Untuk berhenti berlangganan dan berhenti menerima email dari grup ini, kirim 
email ke id-android+berhenti berlangga...@googlegroups.com .


Re: [flexdev] MasterTextInput

2013-10-11 Thread Bruno BG
Você pode baixar o projeto (código fonte), alterar o que quiser, buildar e 
personalizar essa lib


brunobg
*
www.brbsoftware.com.br
bruno...@ig.com.br  (MSN  Skype)
blogflex.brunobg.com
@brunogrohs
(21) 9913-2397

Em 10/10/2013, às 21:22, Robinho de Morais robinhodemor...@gmail.com escreveu:

 Como eu mudar a mensagem do validator do Master TextInputpois aparece que 
 o campo é obrigatório, mas queria que apareceu uma outra mensagem
 
 
   controls:MasterTextInput id=txUsuario x=70 y=68 
 width=358 capsType=upercase
 
 required=true text=@{usuario.ds_nome} validator=string /
 
 
  
 
 Em quinta-feira, 16 de outubro de 2008 01h20min26s UTC-3, Juliano Mendes - 
 Flex PE escreveu:
 Pessoal,
 
   Desenvolvi um componente para Flex chamado MasterTextInput. Totalmente Open 
 Source e projeto criado no Google Code.
 
 O MasterTextInput estende as características de um TextInput com novas 
 funcionalidades e facilidades implementada para nos ajudar no nosso dia-a-dia.
 
   Segue a lista das Funcionalidades já desenvolvidas nesta versão v0.1:
 
 == AUTO TEXT CASE TYPE ==
 
 Desc: Transformar automaticamente o texto digitado em minúscula ou maiúscula.
 
 Propriedade: capsType()
 
 Valores:
 
 - normal : Sem case [DEFAULT]
 
 - lowercase : Transforma em Minúscula
 
 - upercase : Transforma em Maiúscula
 
 - init : Transforma a primeira letra de cada palavra em Maiúscula o resto 
 em minúscula.
 
 == AUTO TAB ON ENTER KEY PRESS ==
 
 Desc: Automaticamente coloca o foco no próximo componente ao pressionar a 
 tecla ENTER. Realiza a mesma função da tecla TAB
 
 Propriedade: nextFocusOnEnter()
 
 Valores:
 
 - true : Ativa função [DEFAULT]
 
 - false : Inativa função
 
 Eventos:
 
 - enterPressed : Disparado ao pressionar a tecla ENTER. Pode ser usado 
 para implementações customizadas.
 
 == AUTO RESTRICT ==
 
 Desc: Restrições de input de texto já implementadas.
 
 Propriedade: onlyRestrict()
 
 Valores:
 
 - none : Não realiza restrição [DEFAULT]
 
 - number : Aceita apenas caracteres numéricos
 
 - alphabetic : Aceita apenas texto
 
 - alphabeticNoSpecial : Aceita apenas texto, porém não aceita caracteres 
 especiais como : @ - / *  ...
 
 Observação: Para restrições customizadas pode-se continuar utilizando a 
 propriedade restrict().
 
 == EMBEDED VALIDATORS ==
 
 Desc: Validação embutida. Não será mais necessário criar Validators por 
 fora para cada campo. Já existirá as validações automáticas apenas setando 
 uma propriedade do MasterTextInput. As mensagens de Validação já são 
 automaticamente traduzidas para o Português/Inglês/Espanhol sem a necessidade 
 de nenhum tipo de implementação.
 
 Propriedade: validator()
 
 Valores:
 
 - none : Sem validação automática [DEFAULT]
 
 - email : Validação de E-mail
 
 - phone : Validação de telefone
 
 - number : Validação de número
 
 - string : Validação de string
 
 - date : Validação de data
 
 Observações:
 
 - Todas as propriedades específicas de cada validador também existe no 
 MasterTextInput. Como por exemplo FormatInput para validador de data, 
 MaxValue para Number, MaxLenght para String e assim para todas as outras 
 propriedades padrões dos validadores.
 
 - Existe um objeto Publico chamado currentValidator ele irá sempre 
 apontar para o validador atual do seu MasterTextInput, assim você poderá via 
 AS modificar qualquer característica do validador dinamicamente, associar ele 
 a um Array para validação agrupada e qualquer outra função.
 
 - As propriedades Trigger() e TriggerEvent() existem no MasterTextInput 
 para que seja possível definir quando será disparada a validação do campo. O 
 momento padrão é ao sair o foco do componente.
 
 - Todas as validações estão com as características implementadas por 
 DEFAULT do Brasil, como por exemplo, a formatação da data como DD/MM/, 
 separador decimal como (,) separador de milhar como (.) e assim 
 sucessivamente.
 
 Propriedade: ValidationLanguage()
 
 Desc: Esta propriedade terá a língua que será mostrada as mensagens de 
 validação dos Validadores do MasterTextInput.
 
 Valores:
 
 - portuguese : Todas as mensagens de validação ficam em Português. 
 [DEFAULT]
 
 - english : Mensagens de validação em inglês.
 
 - spanish : Mensagens de validação em espanhol.
 
 Observações:
 
 - Pode-se modificar a linguagem dinamicamente setando este propriedade 
 via Action Script.
 
 == CLEAR BUTTON ==
 
 Desc: Mostrará um botão com um ícone em X no momento em que algum texto for 
 digitado no MasterTextInput. Ao clicar o botão o campo será limpo.
 
 Propriedade: showClearButton()
 
 Valores:
 
 - true : Mostra botão [DEFAULT]
 
 - false : Não mostra botão
 
 Implementações em andamento para versão v0.2:
 
 == Auto Formatadores ==
 
- Formatar DATA
 
- 

Re: [flexdev] selectedRanges em datefield?

2013-10-11 Thread Bruno BG
é bom pesquisar melhor nos docs da Adobe

http://livedocs.adobe.com/flex/3/html/help.html?content=controls_12.html
http://help.adobe.com/pt_BR/FlashPlatform/reference/actionscript/3/mx/controls/DateField.html#includeExamplesSummary



brunobg
*
www.brbsoftware.com.br
bruno...@ig.com.br  (MSN  Skype)
blogflex.brunobg.com
@brunogrohs
(21) 9913-2397

Em 11/10/2013, às 15:31, Leonardo Oliveira leonardoc.olive...@gmail.com 
escreveu:

 cara! pq o datefield não tem os selectedRanges como o datechooser? eita!
 pois então, to querendo marcar algumas datas no datefield alguma idéia?
 obrigado a quem puder ajudar.
 
 -- 
 -- 
 Você recebeu esta mensagem porque está inscrito na lista flexdev
 Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
 Para sair da lista, envie um email em branco para 
 flexdev-unsubscr...@googlegroups.com
 Mais opções estão disponíveis em http://groups.google.com/group/flexdev
 --- 
 Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
 Grupos do Google.
 Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie 
 um e-mail para flexdev+unsubscr...@googlegroups.com.
 Para obter mais opções, acesse https://groups.google.com/groups/opt_out.

-- 
-- 
Você recebeu esta mensagem porque está inscrito na lista flexdev
Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
Para sair da lista, envie um email em branco para 
flexdev-unsubscr...@googlegroups.com
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
--- 
Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um 
e-mail para flexdev+unsubscr...@googlegroups.com.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.


Re: [flexdev] selectedRanges em datefield?

2013-10-11 Thread Bruno BG
Desculpe se não agreguei em nada,
Você poderia explicar melhor sua dúvida, adicionando imagens, alguns links como 
exemplo
quem sabe talvez outras pessoas possam lhe ajudar também, não só eu.


brunobg
*
www.brbsoftware.com.br
bruno...@ig.com.br  (MSN  Skype)
blogflex.brunobg.com
@brunogrohs
(21) 9913-2397

Em 11/10/2013, às 16:20, Leonardo Oliveira leonardoc.olive...@gmail.com 
escreveu:

 meu caro amigo brunobg, você com certeza absoluta não entendeu minha questão. 
 saliento que sua resposta é completamente insatisfatória. veja você que o 
 datechooser possui a propriedade que eu precisaria usar no datefield, que por 
 sua vez não a possui. mas obrigado pela consideração assim mesmo.
 
 não entendo por que as pessoas se irritam tando quando acham que postam 
 perguntas sem antes pesquisar. decerto nunca perguntaram nada.
 para quem se dispuser a ajudar, no primeiro link que o Bruno postou, que 
 aliás foi o primeiro lugar da minha pesquisa anterior à postagem da pergunta 
 - e o lugar mais óbvio, pesquise por dc1.selectedRanges = dateRanges; e 
 veja que no exemplo, os dias 23 e 29 de fevereiro de 2008 são marcados no 
 DATECHOOSER através da propriedade selectedRanges. o DATEFIELD não possui 
 esta propriedade, que resolveria o problema. a solução seria talvez usar um 
 labelFuncion?
 
 
 Em sexta-feira, 11 de outubro de 2013 15h49min49s UTC-3, BrunoBG escreveu:
 é bom pesquisar melhor nos docs da Adobe
 
 http://livedocs.adobe.com/flex/3/html/help.html?content=controls_12.html
 http://help.adobe.com/pt_BR/FlashPlatform/reference/actionscript/3/mx/controls/DateField.html#includeExamplesSummary
 
 
 
 brunobg
 *
 www.brbsoftware.com.br
 brun...@ig.com.br  (MSN  Skype)
 blogflex.brunobg.com
 @brunogrohs
 (21) 9913-2397
 
 Em 11/10/2013, às 15:31, Leonardo Oliveira leonardoc...@gmail.com escreveu:
 
 cara! pq o datefield não tem os selectedRanges como o datechooser? eita!
 pois então, to querendo marcar algumas datas no datefield alguma idéia?
 obrigado a quem puder ajudar.
 
 -- 
 -- 
 Você recebeu esta mensagem porque está inscrito na lista flexdev
 Para enviar uma mensagem, envie um e-mail para fle...@googlegroups.com
 Para sair da lista, envie um email em branco para 
 flexdev-u...@googlegroups.com
 Mais opções estão disponíveis em http://groups.google.com/group/flexdev
 --- 
 Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
 Grupos do Google.
 Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie 
 um e-mail para flexdev+u...@googlegroups.com.
 Para obter mais opções, acesse https://groups.google.com/groups/opt_out.
 
 
 -- 
 -- 
 Você recebeu esta mensagem porque está inscrito na lista flexdev
 Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
 Para sair da lista, envie um email em branco para 
 flexdev-unsubscr...@googlegroups.com
 Mais opções estão disponíveis em http://groups.google.com/group/flexdev
 --- 
 Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
 Grupos do Google.
 Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie 
 um e-mail para flexdev+unsubscr...@googlegroups.com.
 Para obter mais opções, acesse https://groups.google.com/groups/opt_out.

-- 
-- 
Você recebeu esta mensagem porque está inscrito na lista flexdev
Para enviar uma mensagem, envie um e-mail para flexdev@googlegroups.com
Para sair da lista, envie um email em branco para 
flexdev-unsubscr...@googlegroups.com
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
--- 
Você está recebendo esta mensagem porque se inscreveu no grupo flexdev dos 
Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um 
e-mail para flexdev+unsubscr...@googlegroups.com.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.


Fwd: 2 Units For Sell In Mac 214 Tower Jumeirah lakes Towers

2013-10-10 Thread BG Property Care
*
*
*i received 2 units for sale in Mac 214 Jumeirah lakes Towers*
*
*
*1st. Its above then 15th Floor,   vacant*
*   Area 762 sq ft without Balcony*
*   Corner apartment with SZR and Park Pool view *
*   up grated apartment, viewing anytime *
*   Selling price 1.3 million ( Neg )  *
*
*
*2nd, Its above then 1st floor Rented till Aug 2014*
*   Area 762 sq ft, with Balcony*
*   Front side unit Full SZR view*
*   viewing After 7 pm*
*   Selling Price 1.3 million ( Neg ) *
*
*
*if you are interested places reply me*
*
*
*
*
*[?]
*
*971-50-343-53-17*
*
*
*Thank you and regards,*

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Re: [Openobject-italia-core-devs] [Merge] lp:~icsergio/openobject-italia/61_imp_withholding_tax into lp:openobject-italia/6.1

2013-10-09 Thread Lorenzo Battistini - Agile BG
On 10/07/2013 01:39 AM, Sergio Corato wrote:

 Hi Lorenzo,
 I tried the official module, with account_voucher_cash_basis, and I
 found that it create a scheduled payment for every payment of an invoice
 with a partial payment (it'd be good), but the amounts are wrong, and it
 doesn't work for payment with more expiry dates (does it work correctly
 for you?).

In general, it does.

Could you describe the steps to reproduce the problem and report them to
https://bugs.launchpad.net/openobject-italia/+bugs
?


 Moreover, it doesn't use the tax object, even if it exists, and it's
 possible to set an invoice with withholding tax without the correct tax
 code.

At the moment, if you are using 6.1, 'Ritenute d'acconto' tax codes are 
deprecated because they were used by the previous version of the module.
OpenERP 7.0 doesn't provide those tax codes.

An implementation that uses tax codes is certainly possible (of course, 
you can propose a merge for that).
For now, users know what and when to pay using the due list.

The current implementation is broadly based on this specifications
http://wiki.openerp-italia.org/doku.php/area_utente/requisiti/ritenuta_d_acconto?#fattura_ricevuta


 Finally, I found difficult to try this unusual way of working, because
 usually the payment is made before the invoice, and the invoice is only
 for the sum paid.
 For the currency I haven't got problems in my implementation.
 Could you give me more informations about some use cases you refer?

We have customers that sometimes pay professionals invoices partially.
I just know that they do. But if you think it's wrong, I can investigate 
more.

-- 
https://code.launchpad.net/~icsergio/openobject-italia/61_imp_withholding_tax/+merge/189442
Your team OpenERP Italia core devs is subscribed to branch 
lp:openobject-italia/6.1.

___
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : openobject-italia-core-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dotclear Dev] Re : Re: [design, ergo, doc] Compte-rendu de la réunion IRC du 8/10/2013

2013-10-09 Thread BG
Moi j'ai bien avancé sur Billets, il me reste plus que commentaires et
rétroliens et traitement par lots ! :)
Si vous avez des idées et remarques, n'hésitez pas d'ailleurs !


Le 9 octobre 2013 20:58, moi!!! zabou...@yahoo.fr a écrit :

 J'approuve, comme je suis néophite, je trouve que c'est une super idée.

 --
 Dev mailing list - Dev@list.dotclear.org -
 http://ml.dotclear.org/listinfo/dev

-- 
Dev mailing list - Dev@list.dotclear.org - http://ml.dotclear.org/listinfo/dev


Fwd: Vacant AND Fully Furnished 1 Bedroom 4 RENT in Dickens Circus-1, Motor City

2013-10-08 Thread BG Property Care
*Vacant  Fully Furnished *
*1 Bedroom  2 Bathrooms*
*1 Huge Balcony,,,Area 1040 Sq ft*
*Beautifull View on 4th Floor*
*RENT 70/= Per Annum*
*With 4 Chqs*
*Viewing only day time*
*
*
*
*
*[?] 971- 50-343-53-17*


Thank you and regards,

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Fwd: 2 Units For Sell In Mac 214 Tower Jumeirah lakes Towers

2013-10-08 Thread BG Property Care
*i received 2 units for sale in Mac 214 Jumeirah lakes Towers*
*
*
*1st. Its above then 15th Floor,   vacant*
*   Area 762 sq ft without Balcony*
*   Corner apartment with SZR and Park Pool view *
*   up grated apartment, viewing anytime *
*   Selling price 1.3 million ( Neg )  *
*
*
*2nd, Its above then 1st floor Rented till Aug 2014*
*   Area 762 sq ft, with Balcony*
*   Front side unit Full SZR view*
*   viewing After 7 pm*
*   Selling Price 1.3 million ( Neg ) *
*
*
*if you are interested places reply me*
*
*
*
*
*[?]
*
*971-50-343-53-17*
*
*
*Thank you and regards,*

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Fwd: Brand New Villa 5 Bedroom+ Majlis 4 RENT In Al Quiz 2

2013-10-08 Thread BG Property Care
*Brand New Villa 5 Bedroom+ Majlis 4 RENT In Al Quoz 2*
*4 Bedroom up stair attach Bathrooms,,, 1 Bedroom down stair attach bath*
*Big Kitchen + Laundry room + Maid room*
*Big Garden  Parking Area *
*RENT 250/= Per Annum*
*With $ Chqs*
*
*
*[?]
*
*971-50-434-53-17*
*
*

Thank you and regards,

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Re: [Openerp-community-reviewer] [Merge] lp:~elbati/purchase-wkfl/adding_purchase_partial_invoicing_7 into lp:purchase-wkfl

2013-10-07 Thread Lorenzo Battistini - Agile BG
On 10/01/2013 07:30 PM, Pedro Manuel Baeza wrote:
 Review: Needs Fixing code review and test

 Hi, Lorenzo, thank you very much for the changes.

 There's only one more thing that I have detected: if you make a partial 
 invoice, when you make again another invoice, you can let deselected Partial 
 invoice field and invoice the full quantity instead the remaining.

Hello Pedro.

I removed the 'partial invoice' flag: now the behaviour is always based 
on what has been set in the wizard's lines. So, you can't invoice the 
full quantity.

-- 
https://code.launchpad.net/~elbati/purchase-wkfl/adding_purchase_partial_invoicing_7/+merge/167065
Your team Purchase Core Editors is subscribed to branch lp:purchase-wkfl.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Fwd: 2 Units For Sell In Mac 214 Tower Jumeirah lakes Towers

2013-10-07 Thread BG Property Care
*
*
*
*
*i received 2 units for sale in Mac 214 Jumeirah lakes Towers*
*
*
*1st. Its above then 15th Floor,   vacant*
*   Area 762 sq ft without Balcony*
*   Corner apartment with SZR and Park Pool view *
*   up grated apartment, viewing anytime *
*   Selling price 1.3 million ( Neg )  *
*
*
*2nd, Its above then 1st floor Rented till Aug 2014*
*   Area 762 sq ft, with Balcony*
*   Front side unit Full SZR view*
*   viewing After 7 pm*
*   Selling Price 1.3 million ( Neg ) *
*
*
*if you are interested places reply me*
*
*
*
*
*[?]
*
*971-50-343-53-17*
*
*
*Thank you and regards,*

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Fwd: Brand New Villa 5 Bedroom+ Majlis 4 RENT In Al Quiz 2

2013-10-07 Thread BG Property Care
*Brand New Villa 5 Bedroom+ Majlis 4 RENT In Al Quiz 2*
*4 Bedroom up stair attach Bathrooms,,, 1 Bedroom down stair attach bath*
*Big Kitchen + Laundry room + Maid room*
*Big Garden  Parking Area *
*RENT 250/= Per Annum*
*With $ Chqs*
*
*
*[?]
*
*971-50-434-53-17*
*
*

Thank you and regards,

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Fwd: Vacant AND Fully Furnished 1 Bedroom 4 RENT in Dickens Circus-1, Motor City

2013-10-07 Thread BG Property Care
*Vacant  Fully Furnished *
*1 Bedroom  2 Bathrooms*
*1 Huge Balcony,,,Area 1040 Sq ft*
*Beautifull View on 4th Floor*
*RENT 70/= Per Annum*
*With 4 Chqs*
*Viewing only day time*
*
*
*
*
*[?] 971- 50-343-53-17*


Thank you and regards,

*BG Property Care*
Office 115, DEYAAR Building,
Beside Mall of the Emirates,
Al Barsha 1, Dubai, UAE.
P.O. Box 181108, DUBAI.
Email: i...@bgproperty.ae
Office: +971 4 399 6052
www.bgproperty.ae
www.balbaagroup.com

-- 
In association with www.lionsrealestate.com
525.gif

Re: [id-android] Review pemakaian LG G2

2013-10-06 Thread R Bg Andreas Kurnianto
Mantap reviewnya pak. Lengkap, detail, dan tata bahasanya bagus. 

Nice sharing.

Thanks a lot.

Regards,

R Bg Andreas K
@rbgandreas

-Original Message-
From: Ronie Tanjung ronie.tabi...@gmail.com
Sender: id-android@googlegroups.com
Date: Sun, 6 Oct 2013 14:53:48 
To: id-androidid-android@googlegroups.com
Reply-To: id-android@googlegroups.com
Subject: [id-android] Review pemakaian LG G2

*LG G2 Review

***

Dari take line nya “Learning From You”, saya melihat ada suatu kemudahan
yang dapat dirasakan oleh User G2. Seharusnya LG benar-benar belajar
bagaimana memanjakan user nya. Oleh karena itu saya penasaran ingin mencoba
smartphone terbaru dari LG, yaitu LG G2 yang telah launching di Jakarta
September kemarin.

Kesan pertama memegang G2 adalah ringan, ramping, dan sexy dengan layar
5.2” dengan  bezel yang sangat tipis membuat G2 terlihat benar-benar sexy J

Klik link ini untuk lihat gambar Design LG G2
https://drive.google.com/folderview?id=0BwArp5KmicMceS16RUx2QXVKRVkusp=sharing

Setelah melihat sekeliling body G2, saya awalnya bingung dimana memasukkan
Micro SIM nya, karena LG G2 yang masuk ke Indonesia tidak dapat membuka
Cover body belakang. Sehingga di sisi sebelah kiri saya melihat ada lobang
kecil untuk mengeluarkan tempat Micro SIM. Setelah saya pasang Micro SIM,
lalu saya coba nyalakan G2 ini. Dalam hitungan kurang dari 5 detik maka G2
akan ready to use di Menu Utama Android. Dengan kontras cahaya yang terang
dan ramah untuk mata, sehingga tidak membuat mata cepat lelah adalah hasil
dari penggunaan G2 selama 30 menit terus menerus mengoperasikan G2. Apalagi
melihat tampilan home screen yang simple dari LG Launcher, membuat lebih
cerah kontras layar G2.

Klik link ini untuk melihat gambar Home Screen LG G2
https://drive.google.com/folderview?id=0BwArp5KmicMcbVVvbkYyQ1JqZFkusp=drive_web

*
Berikut ini adalah fitur-fitur yang hadir di LG G2:*

*-Rear key* hadir untuk mempermudah jari anda. Apabila anda orang yang
narsis dan sering foto-foto sendiri, maka sekarang tombol belakang ini
memudahkan anda.

*-Knock ON/OFF* akan memudahkan anda untuk membuka layar yang terkunci
tanpa harus menekan tombl belakang, anda cuma perlu ketuk 2x pada saat anda
ingin mengunci atau membuka layar G2 anda.
Fitur ini membuat tombol belakang lebih awet :D

*-Guest Mode*, Android pada umumnya mempunyai lock screen patterm Lock
screen. Di LG G2 pun sama, tetapi kelebihannya adalah LG G2 dapat membuat 2
pattern untuk anda masuk ke Menu Android. Patern ke 1 untuk anda pemilik
smartphone dan 1 lagi untuk Guest (yg pinjem smartphone anda). Dan kita
dapat setting aplikasi apa saja yang dapat berjalan di guest mode ini.

Klik Link ini untuk melihat gambar Guest Mode di LG G2
https://drive.google.com/folderview?id=0BwArp5KmicMcYXlCRmNJNXZJbncusp=sharing

*-One Handed Operation*, adalah mode yang dapat diaktifkan untuk
mempermudah pengoperasian G2 melalui 1 tangan saja. Klik Link ini untuk
melihat gambar One Handed di LG G2
https://drive.google.com/folderview?id=0BwArp5KmicMcejdEbFZnNnA5Rmsusp=sharing

Dari gambar diatas, kita melihat window Dial dan window SMS lebih mengecil
ukurannya daripada mode normal. Fungsinya adalah agar dapat diakses melalui
1 tangan saja.

*-Answer Me* – bekerja otomatis mengaktifkan LG G2 untuk menjawab panggilan
dengan berbarengan secara simultan menurunkan volume nada dering saat
ponsel didekatkan ke telinga pengguna

*-Plug  Pop* – bekerja otomatis memberikan rekomendasi opsi atau fitur
terkait untuk memudahkan pengguna memilih sesaat ketika earphone atau kabel
USB terdeteksi

*-Slide Aside* – memberikan kemudahan multitasking berpindah aplikasi cukup
dengan melakukan gerakan menggeser pada layar menggunakan sentuhan tiga
jari bersamaan. Fitur ini secara otomatis akan menyimpan 3 aplikasi yang
paling sering dipakai.

*-QuickRemote* – Tak cuma menjadikan LG G2 sebagai remote control bagi
berbagai perangkat elektronik rumah, namun juga memiliki kemampuan untuk
mempelajari kerja remote control konvensional dan menyesuaikan bagi
pengoperasian pada berbagai perangkat sekaligus dengan tata letak yang
lebih fleksibel. Dibanding dengan smartphone merk lain, Quick Remote LG
dapan membuat profile remote lebih dari 10, sehingga apabila anda memiliki
banyak perlatan elektronik yang membutuhkan remote, silahkan saja langsung
setting Quick Remote anda.  Yang sudah saya test, Remote TV,remote dekoder
Firstmedia, Tape Hi-Fi, AC.

Klik link ini untuk melihat tampilan Quick Remote di LG G2
https://drive.google.com/folderview?id=0BwArp5KmicMcbmthOVdFa0l2Sm8usp=sharing

*-Memiliki Hi-Fi Sound* dengan audio berkekuatan 24-bit/192kHz. Saat
menulis ini saya mendengarkan lagu Jason Mraz yang berjudul I Won’t Give Up
dan saya dapat merasakan tiap sentuhan gitar akustik di lagu tersebut. Luar
biasa untuk sound quality G2 ini.

*-Baterai kapasitas 3000mAh*, Apa gunanya memiliki banyak fitur apabila
tidak memiliki baterai yang kuat, tapi di LG G2 sudah terpasang baterai
sebesar 3000mAh untuk menhandle semua fitur yang

<    7   8   9   10   11   12   13   14   15   16   >