Site Map
Accessibility
Contact
Search Site
only in current section
Advanced Search…
Personal tools
Log in
Register
Sections
Home
Channels
Eggs
Partners
Products
Services
Skip to content.
|
Skip to navigation
Log in
Login Name
Password
Cookies are not enabled. You must enable cookies before you can log in.
Forgot your password?
New user?
Recent RPM Changes
kafka-4.0.0-1.lbn36.noarch
Jul 19, 2025
python3-lbn-cloud-init-1.6.7-1.lbn36.noarch
Jul 19, 2025
python3-lbn-cloud-init+cloudinit-36.0.1_1.6.7-1.lbn36.noarch
Jul 19, 2025
bastion-cloud-init-36.0.1_1.6.7-1.lbn36.noarch
Jul 19, 2025
grafana-mimir-tools-2.16.1-0.1.git876d470.lbn36.x86_64
Jul 18, 2025
grafana-mimir-2.16.1-0.1.git876d470.lbn36.x86_64
Jul 18, 2025
grafana-loki-promtail-3.5.2-0.1.git257d2f6.lbn36.x86_64
Jul 18, 2025
grafana-loki-logcli-3.5.2-0.1.git257d2f6.lbn36.x86_64
Jul 18, 2025
grafana-alloy-devel-1.10.0-0.1.git63aeef7.lbn36.x86_64
Jul 18, 2025
grafana-loki-3.5.2-0.1.git257d2f6.lbn36.x86_64
Jul 18, 2025
Subscribe RSS…
You are here:
Home
Info
Modified items
All recently modified items, latest first.
python3-trytond-account-statement-sepa-7.6.0-1.lbn36.noarch
The Account Statement SEPA Module implements the import of the CAMT.052, CAMT.053 and CAMT.054 SEPA files as statement.
python3-trytond-account-statement-rule-7.6.0-1.lbn36.noarch
The account_statement_rule module allows rules to be defined to complete statement lines from imported files. When the “Apply Rule” button is clicked on a statement, each rule is tested in order against each origin that does not have any lines until one is found that matches. Then the rule found is used to create the statement lines linked to the origin. Rule A rule is composed of two parts: matching criteria and lines. Criteria The criteria are matched with each origin of the statement: Company Journal Amount: Check if the amount is between two values Description: A regular expression to search for a match in the origin description. Information rules: Key: the statement information key on which the rule applies The matching value depending of the type of the key: Boolean Numeric: A range of value. Char: A regular expression. Selection The regular expression can register the group names party, bank_account and invoice which are later used to search for a party and an in
python3-trytond-account-statement-ofx-7.6.1-1.lbn36.noarch
The Account statement OFX module implement the import of the OFX file as statement.
python3-trytond-account-statement-mt940-7.6.0-1.lbn36.noarch
The Account Statement MT940 Module implements the import of MT940 files as statements.
python3-trytond-account-statement-coda-7.6.0-1.lbn36.noarch
The Account Statement Coda module implements the import of the CODA file as statement.
python3-trytond-account-statement-aeb43-7.6.0-1.lbn36.noarch
The Account Statement AEB43 module implements the import of the Norm 43 of the Spanish banks association file as statement.
python3-trytond-account-statement-7.6.0-1.lbn36.noarch
Account Statement Module The account_statement module allows to book statements. Statement can be used for bank statement, cash daybook etc.Statement *********A statement groups many lines under a journal for a date. It is mainly defined- Journal. The statement can be in one of this states:* Draft The statement is waiting for validation* Validated The statement is validated and is waiting to...
python3-trytond-account-rule-7.6.0-1.lbn36.noarch
The Account Rule Module allows rules which substitute default accounts with other accounts.
python3-trytond-account-receivable-rule-7.6.0-1.lbn36.noarch
The Account Receivable Rule Module defines rules to reconcile receivable between accounts.
python3-trytond-account-product-7.6.0-1.lbn36.noarch
Account Product Module The *Account Product Module* allows products to be associated with accounting properties such as taxes and expense or revenue accounts. It allows these properties to be easily managed using accounting categories.
python3-trytond-account-payment-stripe-7.6.0-1.lbn36.noarch
The account_payment_stripe module allows to receive payment from Stripe. It uses Stripe.js and Stripe Elements in a checkout form to handle Setup Intent and Payment Intent by card. Account The Account stores the information about the Stripe account like the secret key, the publishable key and the webhook signing secret. The account’s webhook endpoint is the URL used by stripe webhooks. For additional security, the Stripe’s requests signature can be verified if the webhook signing secret is set on the Account. If no webhook is setup, a cron task fetches the new events. Customer The Customer allow to register parties as Stripe customers. The checkout button opens the Stripe checkout form. A cron task runs every hour to create new customers on Stripe and another to delete them if they are inactivated. Journal The journal has a new field for the Stripe account. Payment The payment has also a checkout button which opens the Stripe checkout form. A payment can be processed off-session
python3-trytond-account-payment-sepa-cfonb-7.6.0-1.lbn36.noarch
Account Payment SEPA CFONB Module The account_payment_sepa_cfonb module adds CFONB flavors to SEPA messages.
python3-trytond-account-payment-sepa-7.6.0-1.lbn36.noarch
Account Payment SEPA Module The account_payment_sepa module allows to generate SEPA files for a PaymentJournal The Journal has some fields when the process method is SEPA:- Bank Account Number. - Payable Flavor: - pain.001.001.03 - pain.001.001.05 - pain.001.003.05 - Receivable Flavor: - pain.008.001.02 - pain.008.001.04 - pain.008.003.02 - Payable/Receivable Initiator Identifier: - SEPA...
python3-trytond-account-payment-clearing-7.6.0-1.lbn36.noarch
Account Payment Clearing Module The account_payment_clearing module allows to generate account move when a payment is succeeded between the receivable/payable account to a clearing account defined on the payment journal.The clearing account will be used for statement lines which are linked to such If a delay is configured on journal for posting, a scheduled task will post automatically...
python3-trytond-account-payment-braintree-7.6.0-1.lbn36.noarch
The account_payment_braintree module allows receipt of payments using Braintree. It uses the Drop-in UI in a checkout form to handle the payment method nonce for card and other supported payment methods. Account The Account stores the information about the Braintree account like the merchant ID, the public and secret keys etc. The account’s webhook endpoint is the URL used by Braintree’s webhooks. If no webhook is setup, disputes will not update existing payments. Customer The Customer allows parties to be registered as Braintree customers. The checkout/add card button opens the Braintree Drop-in UI form. A scheduled task runs every hour to create new customers on Braintree and another to delete them if they have become inactive. Journal The journal has a new field to store the Braintree account if the process method is set to “Braintree”. Payment The payment also has a checkout button which opens the Braintree Drop-in UI form. A payment can be processed using a nonce or a payme
python3-trytond-account-payment-7.6.1-1.lbn36.noarch
Account Payment Module The account_payment module allows to generate grouped payments for receivable or payable Account Move Lines.Payment A Payment defines the attempt to pay an amount to a party or to receive an amount from a party. It is mainly defined by:- Journal. - Payable - Receivable- Line. - Amount.- Description.A payment can be created from an payable or receivable *Account Move...
python3-trytond-account-move-line-grouping-7.6.0-1.lbn36.noarch
The Account Move Line Grouping Module adds a view that displays move lines grouped.
python3-trytond-account-invoice-watermark-7.6.0-1.lbn36.noarch
The Account Invoice Watermark Module adds a draft or paid watermark to the printed invoice.
python3-trytond-account-invoice-stock-7.6.0-1.lbn36.noarch
Account Invoice Stock Module The *Account Invoice Stock Module* links together invoice lines and stockThis allows a stock move's unit price to be updated from the average price of the linked invoice lines.
python3-trytond-account-invoice-secondary-unit-7.6.0-1.lbn36.noarch
The account invoice secondary unit module adds a secondary unit of measure on invoice line.
« Previous 20 items
Next 20 items »
1
...
111
112
113
114
115
116
117
...
2437
Distributions
To see
exactly
what is included in
BastionLinux™
, visit our online
Builder
.
Buy Now
Subscribe Now
and get
BastionLinux™
...
LBN News
BastionLinux/OpenStack/Zed Released
Mar 05, 2023
BastionLinux 36 Released
Jan 27, 2023
BastionLinux/OpenStack/Train Released
Mar 08, 2020
BastionLinux/Openstack/CI/CD on AWS/Marketplace
Feb 01, 2020
BastionLinux/Grafana on AWS/Marketplace
Jan 26, 2020
LBN News -
More…
Sponsored Links