onesteinbv / addons-container

1 stars 2 forks source link

RGS: payment modes and payment terms #25

Closed astirpe closed 1 year ago

astirpe commented 1 year ago

Payment mode:


id  name    company_id  bank_account_link   fixed_journal_id    payment_method_id   payment_type    payment_method_code active  note    create_uid  create_date write_uid   write_date  show_bank_account   show_bank_account_from_journal  show_bank_account_chars refund_payment_mode_id  payment_order_ok    no_debit_before_maturity    default_payment_mode    default_invoice default_target_move default_date_type   default_date_prefered   group_lines generate_move   move_option post_move   initiating_party_issuer initiating_party_identifier initiating_party_scheme sepa_creditor_identifier
1   Manual  1   variable    NULL    2   outbound    manual  True    NULL    2   2023-03-06 10:50:49.248503  2   2023-03-06 10:50:49.248503  full    False   0   NULL    False   False   same    False   posted  due NULL    True    True    date    True    NULL    NULL    NULL    NULL
2   Ideal   1   variable    NULL    2   outbound    manual  True    NULL    2   2023-03-06 10:51:28.179863  2   2023-03-06 10:51:28.179863  full    False   0   NULL    False   False   same    False   posted  due NULL    True    True    date    True    NULL    NULL    NULL    NULL
3   Incasso 1   variable    NULL    2   outbound    manual  True    NULL    2   2023-03-06 10:51:43.894952  2   2023-03-06 10:51:43.894952  full    False   0   NULL    False   False   same    False   posted  due NULL    True    True    date    True    NULL    NULL    NULL    NULL
4   Credit card 1   variable    NULL    2   outbound    manual  True    NULL    2   2023-03-06 10:52:02.603916  2   2023-03-06 10:52:02.603916  full    False   0   NULL    False   False   same    False   posted  due NULL    True    True    date    True    NULL    NULL    NULL    NULL
5   European payments (SEPA)    1   fixed   8   3   outbound    sepa_credit_transfer    True    NULL    2   2023-03-06 10:53:37.541277  2   2023-03-06 10:53:37.541277  full    False   0   NULL    True    False   same    False   posted  due due True    True    date    True    NULL    NULL    NULL    NULL

Payment terms:

id  name    active  note    company_id  sequence    create_uid  create_date write_uid   write_date
1   Immediate Payment   True    <p>Payment terms: Immediate Payment</p> NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
2   14 Days True    <p>Payment terms: 14 Days</p>   NULL    10  1   2023-02-20 09:38:28.704069  2   2023-03-06 13:14:33.074169
3   21 Days True    <p>Payment terms: 21 Days</p>   NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
4   30 Days True    <p>Payment terms: 30 Days</p>   NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
5   45 Days True    <p>Payment terms: 45 Days</p>   NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
6   2 Months    True    <p>Payment terms: 2 Months</p>  NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
7   End of Following Month  True    <p>Payment terms: End of Following Month</p>    NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
8   30% Now, Balance 60 Days    True    <p>Payment terms: 30% Now, Balance 60 Days</p>  NULL    10  1   2023-02-20 09:38:28.704069  1   2023-02-20 09:38:28.704069
ThijsvOers commented 1 year ago

@astirpe Andrea: the translation for the 14 days payment term is: 14 dagen With description on invoice: Betalingsconditie: 14 dagen

astirpe commented 1 year ago

Translation done in https://github.com/onesteinbv/addons-container/commit/6e9b7bd8a9f604570eb28a89f02fe55ca22834c3 and https://github.com/onesteinbv/addons-container/commit/cd56d3b3643692712cbdb57e68186b90e37e607a

ThijsvOers commented 1 year ago

Checked and ok