-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3ad3de7
Showing
2,217 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
branches: | ||
- main # or whatever branch you want to use | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Check for changes in package.json | ||
run: | | ||
git diff --cached --diff-filter=d package.json || { | ||
echo "No changes to package.json" | ||
exit 1 | ||
} | ||
- name: Get version number from package.json | ||
id: get_version | ||
run: | | ||
VERSION=$(jq -r '.version' package.json) | ||
echo "::set-output name=version::$VERSION" | ||
- name: Create GitHub release | ||
uses: actions/github-script@v5 | ||
with: | ||
script: | | ||
const release = await github.rest.repos.createRelease({ | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
tag_name: `v${{ steps.get_version.outputs.version }}`, | ||
name: `v${{ steps.get_version.outputs.version }}`, | ||
body: 'Automatically created new release', | ||
}) | ||
console.log(`Created release ${release.data.html_url}`) | ||
- name: Upload package to GitHub release | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: package | ||
path: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
npm test |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.07 KB
img/administration/odoo_sh/advanced/submodules/advanced-submodules-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.9 KB
img/administration/odoo_sh/advanced/submodules/advanced-submodules-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.37 KB
...dministration/odoo_sh/advanced/submodules/advanced-submodules-github-sshurl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+65.5 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-backups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.3 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.1 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+39.5 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+27.4 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-mails.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.37 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-merge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+83.5 KB
...ministration/odoo_sh/getting_started/branches/interface-branches-monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+78.5 KB
...administration/odoo_sh/getting_started/branches/interface-branches-settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.31 KB
img/administration/odoo_sh/getting_started/branches/interface-branches-shell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.9 KB
...istration/odoo_sh/getting_started/branches/interface-branches-shellcommands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.61 KB
...inistration/odoo_sh/getting_started/branches/interface-branches-stagechange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.9 KB
img/administration/odoo_sh/getting_started/branches/interface-branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.06 KB
...ion/odoo_sh/getting_started/branches/interface-settings-modulesinstallation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.36 KB
img/administration/odoo_sh/getting_started/builds/interface-builds-branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.89 KB
...ministration/odoo_sh/getting_started/builds/interface-builds-build-dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.51 KB
img/administration/odoo_sh/getting_started/builds/interface-builds-build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.7 KB
img/administration/odoo_sh/getting_started/builds/interface-builds.png
Oops, something went wrong.
Binary file added
BIN
+7.38 KB
img/administration/odoo_sh/getting_started/create/create-import-online-backup.png
Oops, something went wrong.
Binary file added
BIN
+7.87 KB
...ration/odoo_sh/getting_started/create/create-import-onpremise-backup-dialog.png
Oops, something went wrong.
Binary file added
BIN
+11.5 KB
...dministration/odoo_sh/getting_started/create/create-import-onpremise-backup.png
Oops, something went wrong.
Binary file added
BIN
+17.7 KB
...administration/odoo_sh/getting_started/create/create-import-production-done.png
Oops, something went wrong.
Binary file added
BIN
+18.8 KB
img/administration/odoo_sh/getting_started/create/create-import-production.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+12.8 KB
img/administration/odoo_sh/getting_started/create/github-authorize.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+17.8 KB
...oo_sh/getting_started/first_module/firstmodule-development-editor-interface.png
Oops, something went wrong.
Binary file added
BIN
+3.21 KB
...tration/odoo_sh/getting_started/first_module/firstmodule-development-editor.png
Oops, something went wrong.
Binary file added
BIN
+26.6 KB
...tion/odoo_sh/getting_started/first_module/firstmodule-test-addachange-build.png
Oops, something went wrong.
Binary file added
BIN
+22.2 KB
...ration/odoo_sh/getting_started/first_module/firstmodule-test-branch-history.png
Oops, something went wrong.
Binary file added
BIN
+2 KB
...administration/odoo_sh/getting_started/first_module/firstmodule-test-branch.png
Oops, something went wrong.
Binary file added
BIN
+9.95 KB
...ministration/odoo_sh/getting_started/first_module/firstmodule-test-database.png
Oops, something went wrong.
Binary file added
BIN
+17.9 KB
...on/odoo_sh/getting_started/first_module/firstmodule-test-mergedinproduction.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...ation/odoo_sh/getting_started/first_module/firstmodule-test-mergedinstaging.png
Oops, something went wrong.
Binary file added
BIN
+3.68 KB
...ion/odoo_sh/getting_started/first_module/firstmodule-test-mergeinproduction.png
Oops, something went wrong.
Binary file added
BIN
+11.4 KB
...ration/odoo_sh/getting_started/first_module/firstmodule-test-mymoduleinapps.png
Oops, something went wrong.
Binary file added
BIN
+1.96 MB
...tion/odoo_sh/getting_started/online-editor/interface-editor-automaticreload.gif
Oops, something went wrong.
Binary file added
BIN
+17.1 KB
...stration/odoo_sh/getting_started/online-editor/interface-editor-commit-push.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
...n/odoo_sh/getting_started/online-editor/interface-editor-console-odoo-graph.png
Oops, something went wrong.
Binary file added
BIN
+7.78 KB
.../odoo_sh/getting_started/online-editor/interface-editor-console-odoo-pretty.png
Oops, something went wrong.
Binary file added
BIN
+21.5 KB
...o_sh/getting_started/online-editor/interface-editor-console-python-read-csv.png
Oops, something went wrong.
Binary file added
BIN
+42 KB
...nistration/odoo_sh/getting_started/online-editor/interface-editor-open-file.png
Oops, something went wrong.
Binary file added
BIN
+43.1 KB
...nistration/odoo_sh/getting_started/online-editor/interface-editor-save-file.png
Oops, something went wrong.
Binary file added
BIN
+44 KB
...doo_sh/getting_started/online-editor/interface-editor-update-current-module.png
Oops, something went wrong.
Binary file added
BIN
+23 KB
img/administration/odoo_sh/getting_started/online-editor/interface-editor.png
Oops, something went wrong.
Binary file added
BIN
+10.1 KB
...ministration/odoo_sh/getting_started/settings/interface-settings-activation.png
Oops, something went wrong.
Binary file added
BIN
+3.89 KB
...istration/odoo_sh/getting_started/settings/interface-settings-collaborators.png
Oops, something went wrong.
Binary file added
BIN
+4.91 KB
...inistration/odoo_sh/getting_started/settings/interface-settings-projectname.png
Oops, something went wrong.
Binary file added
BIN
+2.81 KB
img/administration/odoo_sh/getting_started/settings/interface-settings-public.png
Oops, something went wrong.
Binary file added
BIN
+18.6 KB
...ration/odoo_sh/getting_started/settings/interface-settings-staging-branches.png
Oops, something went wrong.
Binary file added
BIN
+16.7 KB
img/administration/odoo_sh/getting_started/settings/interface-settings-storage.png
Oops, something went wrong.
Binary file added
BIN
+11.8 KB
...ministration/odoo_sh/getting_started/settings/interface-settings-submodules.png
Oops, something went wrong.
Binary file added
BIN
+24.5 KB
img/administration/odoo_sh/getting_started/settings/interface-settings-workers.png
Oops, something went wrong.
Binary file added
BIN
+18.3 KB
img/administration/odoo_sh/getting_started/settings/interface-settings.png
Oops, something went wrong.
Binary file added
BIN
+34.7 KB
img/administration/odoo_sh/getting_started/status/interface-status.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+22.1 KB
img/administration/on_premise/community_to_enterprise/enterprise_code.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+72.7 KB
img/administration/on_premise/geo_ip/on-premise_geo-ip-installation01.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+11.2 KB
img/applications/essentials/activities/schedule-recommended-activity.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+25 KB
img/applications/essentials/export_import_data/export-data-overview.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+2.47 KB
...ns/finance/accounting/bank/bank_synchronization/enablebanking/enablebanking.png
Oops, something went wrong.
Binary file added
BIN
+2.45 KB
img/applications/finance/accounting/bank/bank_synchronization/ponto/ponto-logo.png
Oops, something went wrong.
Binary file added
BIN
+10.6 KB
...cations/finance/accounting/bank/bank_synchronization/saltedge/saltedge-logo.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.01 KB
img/applications/finance/accounting/bank/cash_register/put-money-in.png
Oops, something went wrong.
Binary file added
BIN
+6.94 KB
img/applications/finance/accounting/bank/cash_register/put-money-out.png
Oops, something went wrong.
Binary file added
BIN
+6.91 KB
img/applications/finance/accounting/bank/foreign_currency/foreign-adjustment.png
Oops, something went wrong.
Binary file added
BIN
+4.7 KB
...applications/finance/accounting/bank/foreign_currency/foreign-bill-currency.png
Oops, something went wrong.
Binary file added
BIN
+9.07 KB
...pplications/finance/accounting/bank/foreign_currency/foreign-exchange-rates.png
Oops, something went wrong.
Binary file added
BIN
+46.3 KB
img/applications/finance/accounting/bank/foreign_currency/foreign-gains-losses.png
Oops, something went wrong.
Binary file added
BIN
+19.6 KB
img/applications/finance/accounting/bank/foreign_currency/foreign-journal.png
Oops, something went wrong.
Binary file added
BIN
+5.96 KB
img/applications/finance/accounting/bank/foreign_currency/foreign-reset-rates.png
Oops, something went wrong.
Binary file added
BIN
+6.91 KB
img/applications/finance/accounting/bank/reconciliation/bank-card.png
Oops, something went wrong.
Binary file added
BIN
+51 KB
img/applications/finance/accounting/bank/reconciliation/user-interface.png
Oops, something went wrong.
Binary file added
BIN
+18.9 KB
img/applications/finance/accounting/bank/reconciliation_models/bank-fees.png
Oops, something went wrong.
Binary file added
BIN
+19 KB
.../finance/accounting/bank/reconciliation_models/invoices-bills-perfect-match.png
Oops, something went wrong.
Binary file added
BIN
+26.5 KB
img/applications/finance/accounting/bank/reconciliation_models/partial-match.png
Oops, something went wrong.
Binary file added
BIN
+7.1 KB
img/applications/finance/accounting/bank/reconciliation_models/partner-mapping.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.16 KB
img/applications/finance/accounting/bank/transactions/import-transactions.png
Oops, something went wrong.
Binary file added
BIN
+10.6 KB
img/applications/finance/accounting/bank/transactions/statements-kanban.png
Oops, something went wrong.
Binary file added
BIN
+18.3 KB
...s/finance/accounting/customer_invoices/cash_discounts/invoice-journal-entry.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
...lications/finance/accounting/customer_invoices/cash_discounts/invoice-print.png
Oops, something went wrong.
Binary file added
BIN
+13.3 KB
...lications/finance/accounting/customer_invoices/cash_discounts/payment-terms.png
Oops, something went wrong.
Binary file added
BIN
+4.41 KB
...ications/finance/accounting/customer_invoices/cash_rounding/cash_rounding01.png
Oops, something went wrong.
Binary file added
BIN
+13.5 KB
...plications/finance/accounting/customer_invoices/credit_notes/credit_notes02.png
Oops, something went wrong.
Binary file added
BIN
+6.72 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues01.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues02.png
Oops, something went wrong.
Binary file added
BIN
+6.03 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues03.png
Oops, something went wrong.
Binary file added
BIN
+16.1 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues04.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues05.png
Oops, something went wrong.
Binary file added
BIN
+20.3 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues06.png
Oops, something went wrong.
Binary file added
BIN
+4.92 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues07.png
Oops, something went wrong.
Binary file added
BIN
+5.56 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues08.png
Oops, something went wrong.
Binary file added
BIN
+5.39 KB
.../finance/accounting/customer_invoices/deferred_revenues/deferred_revenues09.png
Oops, something went wrong.
Binary file added
BIN
+7.67 KB
...lications/finance/accounting/customer_invoices/electronic_invoicing/formats.png
Oops, something went wrong.
Binary file added
BIN
+11 KB
img/applications/finance/accounting/customer_invoices/epc_qr_code/bank-journal.png
Oops, something went wrong.
Binary file added
BIN
+13.1 KB
...plications/finance/accounting/customer_invoices/epc_qr_code/invoice-qr-code.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+28.5 KB
...applications/finance/accounting/customer_invoices/snailmail/setup-snailmail.png
Oops, something went wrong.
Binary file added
BIN
+13.9 KB
...plications/finance/accounting/customer_invoices/terms_conditions/terms-note.png
Oops, something went wrong.
Binary file added
BIN
+11.9 KB
...cations/finance/accounting/customer_invoices/terms_conditions/terms-webpage.png
Oops, something went wrong.
Binary file added
BIN
+19.1 KB
...inance/accounting/get_started/avg_price_valuation/accounting-entry-8-tables.png
Oops, something went wrong.
Binary file added
BIN
+5.3 KB
.../finance/accounting/get_started/avg_price_valuation/create-price-difference.png
Oops, something went wrong.
Binary file added
BIN
+28.8 KB
...counting/get_started/avg_price_valuation/expensing-price-difference-account.png
Oops, something went wrong.
Binary file added
BIN
+29.2 KB
...ons/finance/accounting/get_started/avg_price_valuation/receive-8-table-bill.png
Oops, something went wrong.
Binary file added
BIN
+30.5 KB
...tions/finance/accounting/get_started/avg_price_valuation/return-credit-note.png
Oops, something went wrong.
Binary file added
BIN
+19.7 KB
...nance/accounting/get_started/avg_price_valuation/search-for-entry-of-tables.png
Oops, something went wrong.
Binary file added
BIN
+32.8 KB
...lications/finance/accounting/get_started/avg_price_valuation/sell-10-tables.png
Oops, something went wrong.
Binary file added
BIN
+5.95 KB
...pplications/finance/accounting/get_started/chart_of_accounts/account-groups.png
Oops, something went wrong.
Binary file added
BIN
+21.8 KB
...s/finance/accounting/get_started/chart_of_accounts/chart-of-accounts-groups.png
Oops, something went wrong.
Binary file added
BIN
+2.45 KB
...e/accounting/get_started/chart_of_accounts/chart-of-accounts-reconciliation.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ons/finance/accounting/get_started/chart_of_accounts/chart-of-accounts-sort.png
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
img/applications/finance/accounting/get_started/multi_currency/currency-field.png
Oops, something went wrong.
Binary file added
BIN
+19.3 KB
...ons/finance/accounting/get_started/multi_currency/enable-foreign-currencies.png
Oops, something went wrong.
Binary file added
BIN
+12 KB
...ons/finance/accounting/get_started/multi_currency/exchange-journal-currency.png
Oops, something went wrong.
Binary file added
BIN
+11.2 KB
img/applications/finance/accounting/get_started/multi_currency/foreign-fields.png
Oops, something went wrong.
Binary file added
BIN
+6.56 KB
...applications/finance/accounting/get_started/multi_currency/journal-currency.png
Oops, something went wrong.
Binary file added
BIN
+13.3 KB
...plications/finance/accounting/get_started/multi_currency/manual-rate-update.png
Oops, something went wrong.
Binary file added
BIN
+7.21 KB
...applications/finance/accounting/get_started/multi_currency/register-payment.png
Oops, something went wrong.
Binary file added
BIN
+57 KB
img/applications/finance/accounting/get_started/setup_accounting_onboarding.png
Oops, something went wrong.
Binary file added
BIN
+31 KB
img/applications/finance/accounting/get_started/setup_chart_of_accounts.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+32.2 KB
img/applications/finance/accounting/get_started/setup_document_layout.png
Oops, something went wrong.
Binary file added
BIN
+71.1 KB
img/applications/finance/accounting/get_started/setup_invoicing_onboarding.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
img/applications/finance/accounting/get_started/vat_units/general.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+10.2 KB
img/applications/finance/accounting/get_started/vat_units/vat-unit.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.37 KB
img/applications/finance/accounting/payments/batch/batch-customer-payment.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
img/applications/finance/accounting/payments/batch/batch-lines-selection.png
Oops, something went wrong.
Binary file added
BIN
+8.02 KB
img/applications/finance/accounting/payments/batch/batch-payments.png
Oops, something went wrong.
Binary file added
BIN
+17 KB
img/applications/finance/accounting/payments/batch/batch-reconciliation.png
Oops, something went wrong.
Binary file added
BIN
+5.62 KB
img/applications/finance/accounting/payments/batch_sdd/creditor-identifier.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.1 KB
...pplications/finance/accounting/payments/checks/outstanding-payment-accounts.png
Oops, something went wrong.
Binary file added
BIN
+13.1 KB
img/applications/finance/accounting/payments/checks/payment-checks.png
Oops, something went wrong.
Binary file added
BIN
+6.57 KB
img/applications/finance/accounting/payments/follow_up/debtor-level.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+56.2 KB
...ications/finance/accounting/payments/internal_transfers/bank-reconciliation.png
Oops, something went wrong.
Binary file added
BIN
+19.3 KB
...plications/finance/accounting/payments/internal_transfers/internal_transfer.png
Oops, something went wrong.
Binary file added
BIN
+20 KB
...inance/accounting/payments/internal_transfers/outstanding-payments-receipts.png
Oops, something went wrong.
Binary file added
BIN
+25.6 KB
...plications/finance/accounting/payments/internal_transfers/transactions-line.png
Oops, something went wrong.
Binary file added
BIN
+14 KB
img/applications/finance/accounting/payments/online/online-payment-providers.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+18.2 KB
...ions/finance/accounting/reporting/analytic_accounting/analytic_distribution.png
Oops, something went wrong.
Binary file added
BIN
+12.6 KB
...pplications/finance/accounting/reporting/analytic_accounting/analytic_plans.png
Oops, something went wrong.
Binary file added
BIN
+9.87 KB
img/applications/finance/accounting/reporting/budget/analytic-accounts.png
Oops, something went wrong.
Binary file added
BIN
+22.8 KB
img/applications/finance/accounting/reporting/budget/define-the-budget.png
Oops, something went wrong.
Binary file added
BIN
+79 KB
...plications/finance/accounting/reporting/customize/engine-accounting-reports.png
Oops, something went wrong.
Binary file added
BIN
+15.3 KB
img/applications/finance/accounting/reporting/customize/engine-columns.png
Oops, something went wrong.
Binary file added
BIN
+5.24 KB
...applications/finance/accounting/reporting/customize/engine-create-menu-item.png
Oops, something went wrong.
Binary file added
BIN
+16.5 KB
img/applications/finance/accounting/reporting/customize/engine-expressions.png
Oops, something went wrong.
Binary file added
BIN
+14.9 KB
img/applications/finance/accounting/reporting/customize/engine-lines-options.png
Oops, something went wrong.
Binary file added
BIN
+27.1 KB
...ons/finance/accounting/reporting/data_inalterability/data-consistency-check.png
Oops, something went wrong.
Binary file added
BIN
+13.8 KB
...lications/finance/accounting/reporting/data_inalterability/journal-overview.png
Oops, something went wrong.
Binary file added
BIN
+11.3 KB
img/applications/finance/accounting/reporting/intrastat/intrastat-column.png
Oops, something went wrong.
Binary file added
BIN
+40.4 KB
img/applications/finance/accounting/reporting/reporting-aged-payable.png
Oops, something went wrong.
Binary file added
BIN
+59.9 KB
img/applications/finance/accounting/reporting/reporting-aged-receivable.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+40.5 KB
img/applications/finance/accounting/reporting/reporting-balance-sheet.png
Oops, something went wrong.
Binary file added
BIN
+51.7 KB
img/applications/finance/accounting/reporting/reporting-cash-flow-statement.png
Oops, something went wrong.
Binary file added
BIN
+5.15 KB
img/applications/finance/accounting/reporting/reporting-comparison.png
Oops, something went wrong.
Binary file added
BIN
+32.9 KB
img/applications/finance/accounting/reporting/reporting-executive-summary.png
Oops, something went wrong.
Binary file added
BIN
+83.8 KB
img/applications/finance/accounting/reporting/reporting-general-ledger.png
Oops, something went wrong.
Binary file added
BIN
+34 KB
img/applications/finance/accounting/reporting/reporting-profit-and-loss.png
Oops, something went wrong.
Binary file added
BIN
+18.8 KB
img/applications/finance/accounting/reporting/reporting-tax-report.png
Oops, something went wrong.
Binary file added
BIN
+12.3 KB
img/applications/finance/accounting/reporting/silverfin/api-key-db.png
Oops, something went wrong.
Binary file added
BIN
+13.6 KB
img/applications/finance/accounting/reporting/silverfin/api-key-user.png
Oops, something went wrong.
Binary file added
BIN
+28.8 KB
img/applications/finance/accounting/reporting/tax_carryover/belgian-example.png
Oops, something went wrong.
Binary file added
BIN
+30.7 KB
img/applications/finance/accounting/reporting/tax_carryover/pop-up.png
Oops, something went wrong.
Binary file added
BIN
+103 KB
img/applications/finance/accounting/reporting/tax_carryover/tax-return.png
Oops, something went wrong.
Binary file added
BIN
+10.6 KB
img/applications/finance/accounting/reporting/tax_returns/tax_return_grids.png
Oops, something went wrong.
Binary file added
BIN
+4.69 KB
img/applications/finance/accounting/reporting/tax_returns/tax_return_lock.png
Oops, something went wrong.
Binary file added
BIN
+7.62 KB
...pplications/finance/accounting/reporting/tax_returns/tax_return_periodicity.png
Oops, something went wrong.
Binary file added
BIN
+69.9 KB
img/applications/finance/accounting/reporting/tax_returns/tax_return_report.png
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
img/applications/finance/accounting/reporting/tax_returns/tax_return_taxes.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+14.4 KB
img/applications/finance/accounting/taxes/B2B_B2C/price_B2C_B2B02.png
Oops, something went wrong.
Binary file added
BIN
+8.78 KB
img/applications/finance/accounting/taxes/B2B_B2C/price_B2C_B2B03.png
Oops, something went wrong.
Binary file added
BIN
+19.5 KB
img/applications/finance/accounting/taxes/B2B_B2C/price_B2C_B2B04.png
Oops, something went wrong.
Binary file added
BIN
+19.7 KB
img/applications/finance/accounting/taxes/B2B_B2C/price_B2C_B2B05.png
Oops, something went wrong.
Binary file added
BIN
+40.3 KB
img/applications/finance/accounting/taxes/avatax/avalara_portal/avalara-portal.png
Oops, something went wrong.
Binary file added
BIN
+15.3 KB
...applications/finance/accounting/taxes/avatax/avalara_portal/avalara-returns.png
Oops, something went wrong.
Binary file added
BIN
+15.5 KB
...cations/finance/accounting/taxes/avatax/avalara_portal/avalara-transactions.png
Oops, something went wrong.
Binary file added
BIN
+29.3 KB
img/applications/finance/accounting/taxes/avatax/avalara_portal/transactions.png
Oops, something went wrong.
Binary file added
BIN
+33 KB
...ations/finance/accounting/taxes/avatax/avalara_portal/where-you-collect-tax.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+14.6 KB
img/applications/finance/accounting/taxes/avatax/avatax-configuration-settings.png
Oops, something went wrong.
Binary file added
BIN
+41.2 KB
img/applications/finance/accounting/taxes/avatax/avatax_use/calculate-avatax.png
Oops, something went wrong.
Binary file added
BIN
+26.8 KB
img/applications/finance/accounting/taxes/avatax/avatax_use/journal-items.png
Oops, something went wrong.
Binary file added
BIN
+18.4 KB
img/applications/finance/accounting/taxes/avatax/avatax_use/logging.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+36.4 KB
...plications/finance/accounting/taxes/avatax/override-avatax-product-category.png
Oops, something went wrong.
Binary file added
BIN
+5.99 KB
img/applications/finance/accounting/taxes/cash_basis/account_column.png
Oops, something went wrong.
Binary file added
BIN
+5.02 KB
img/applications/finance/accounting/taxes/cash_basis/advanced_options.png
Oops, something went wrong.
Binary file added
BIN
+8.92 KB
img/applications/finance/accounting/taxes/cash_basis/customer_invoice_with_cbt.png
Oops, something went wrong.
Binary file added
BIN
+4.9 KB
img/applications/finance/accounting/taxes/cash_basis/tax_cash_basis_journal.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.52 KB
img/applications/finance/accounting/taxes/eu_distance_selling/enable-feature.png
Oops, something went wrong.
Binary file added
BIN
+8.58 KB
img/applications/finance/accounting/taxes/eu_distance_selling/oss-report.png
Oops, something went wrong.
Binary file added
BIN
+14.5 KB
.../finance/accounting/taxes/fiscal_positions/fiscal-positions-account-mapping.png
Oops, something went wrong.
Binary file added
BIN
+10.3 KB
...ations/finance/accounting/taxes/fiscal_positions/fiscal-positions-automatic.png
Oops, something went wrong.
Binary file added
BIN
+10.5 KB
...cations/finance/accounting/taxes/fiscal_positions/fiscal-positions-customer.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...lications/finance/accounting/taxes/fiscal_positions/fiscal-positions-manual.png
Oops, something went wrong.
Binary file added
BIN
+14.4 KB
...ions/finance/accounting/taxes/fiscal_positions/fiscal-positions-tax-mapping.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+13.3 KB
img/applications/finance/accounting/taxes/taxcloud/fiscal-position-detect.png
Oops, something went wrong.
Binary file added
BIN
+4.61 KB
img/applications/finance/accounting/taxes/taxcloud/tax-payable-id.png
Oops, something went wrong.
Binary file added
BIN
+35.3 KB
img/applications/finance/accounting/taxes/taxcloud/taxcloud-api-keys.png
Oops, something went wrong.
Binary file added
BIN
+7.3 KB
...ions/finance/accounting/taxes/taxcloud/user-defaults-complete-configuration.png
Oops, something went wrong.
Binary file added
BIN
+19.9 KB
...applications/finance/accounting/taxes/taxcloud/user-defaults-search-filters.png
Oops, something went wrong.
Binary file added
BIN
+14.6 KB
img/applications/finance/accounting/taxes/taxcloud/user-defaults-search-more.png
Oops, something went wrong.
Binary file added
BIN
+3.22 KB
...ions/finance/accounting/taxes/vat_verification/vat-validation-configuration.png
Oops, something went wrong.
Binary file added
BIN
+6.75 KB
...tions/finance/accounting/taxes/vat_verification/vat-validation-contact-form.png
Oops, something went wrong.
Binary file added
BIN
+5.4 KB
...applications/finance/accounting/taxes/vat_verification/vat-validation-error.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.09 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses01.png
Oops, something went wrong.
Binary file added
BIN
+11.4 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses02.png
Oops, something went wrong.
Binary file added
BIN
+7.29 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses03.png
Oops, something went wrong.
Binary file added
BIN
+9.37 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses04.png
Oops, something went wrong.
Binary file added
BIN
+21.6 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses05.png
Oops, something went wrong.
Binary file added
BIN
+33.5 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses06.png
Oops, something went wrong.
Binary file added
BIN
+4.92 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses07.png
Oops, something went wrong.
Binary file added
BIN
+5.6 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses08.png
Oops, something went wrong.
Binary file added
BIN
+5.72 KB
...tions/finance/accounting/vendor_bills/deferred_expenses/deferred_expenses09.png
Oops, something went wrong.
Oops, something went wrong.