Skip to content

Commit

Permalink
transaction added
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhYogi-Webkul committed Sep 24, 2024
1 parent f537454 commit f05c64f
Show file tree
Hide file tree
Showing 11 changed files with 150 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/version-configs/2.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = [
['orders/create-invoice', 'Invoice'],
['orders/create-shipment', 'Shipment'],
['orders/refunds', 'Refunds'],
['orders/transaction', 'Transactions'],
])
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/version-configs/2.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = [
['orders/create-invoice', 'Invoice'],
['orders/create-shipment', 'Shipment'],
['orders/refunds', 'Refunds'],
['orders/transaction', 'Transactions'],
])
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/version-configs/2.2.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = [
['orders/refunds', 'Refunds'],
['orders/reorder', 'Reorder'],
['orders/admin-order', 'Admin Order'],
['orders/transaction', 'Transactions'],
])
},
{
Expand Down
49 changes: 49 additions & 0 deletions docs/2.0/orders/transaction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Transactions

Transaction is a digital financial exchange that occurs when you buy goods and services through online platforms.

E-commerce transaction means the transfer of funds electronically in exchange for products or services, conducted via e-commerce websites or mobile applications.

### Steps to Create Transactions in Bagisto 2.0

**Step-1** Click on **Orders >> Transactions >> Create Transaction** as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/createTransaction.png)

**Step-2** Add the below details.

**A) Invoice ID-** Enter the Invoice ID for which you are creating a transaction.

**B) Payment Methods-** By default, 3 online payment gateways are presented.

**- Paypal Smart Button**

**- Money Transfer**

**- Paypal Standard**

Kindly select your payment gateway from the dropdown.

**C) Amount-** Enter the amount of your transaction.

At last, click on the **Save Transaction** button.

![Create Transactions](../../assets/2.2.0/images/orders/saveTransaction.png)

**Step-3** Transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionGrid.png)

**Note - Additionally, you can also create transactions while creating an Invoice**

**1)** Click on **Sales >> Order >> Select Order** and then click on **Invoice button** after that click on the **Create Transaction** checkbox.

At last, click on the **Create Invoice** button as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/other.png)

**2)** Now go to **Sales >> Orders >> Transactions** and a new transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionOutput.png)


49 changes: 49 additions & 0 deletions docs/2.1.0/orders/transaction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Transactions

Transaction is a digital financial exchange that occurs when you buy goods and services through online platforms.

E-commerce transaction means the transfer of funds electronically in exchange for products or services, conducted via e-commerce websites or mobile applications.

### Steps to Create Transactions in Bagisto 2.1.0

**Step-1** Click on **Orders >> Transactions >> Create Transaction** as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/createTransaction.png)

**Step-2** Add the below details.

**A) Invoice ID-** Enter the Invoice ID for which you are creating a transaction.

**B) Payment Methods-** By default, 3 online payment gateways are presented.

**- Paypal Smart Button**

**- Money Transfer**

**- Paypal Standard**

Kindly select your payment gateway from the dropdown.

**C) Amount-** Enter the amount of your transaction.

At last, click on the **Save Transaction** button.

![Create Transactions](../../assets/2.2.0/images/orders/saveTransaction.png)

**Step-3** Transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionGrid.png)

**Note - Additionally, you can also create transactions while creating an Invoice**

**1)** Click on **Sales >> Order >> Select Order** and then click on **Invoice button** after that click on the **Create Transaction** checkbox.

At last, click on the **Create Invoice** button as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/other.png)

**2)** Now go to **Sales >> Orders >> Transactions** and a new transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionOutput.png)


49 changes: 49 additions & 0 deletions docs/2.2.0/orders/transaction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Transactions

Transaction is a digital financial exchange that occurs when you buy goods and services through online platforms.

E-commerce transaction means the transfer of funds electronically in exchange for products or services, conducted via e-commerce websites or mobile applications.

### Steps to Create Transactions in Bagisto 2.2.0

**Step-1** Click on **Orders >> Transactions >> Create Transaction** as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/createTransaction.png)

**Step-2** Add the below details.

**A) Invoice ID-** Enter the Invoice ID for which you are creating a transaction.

**B) Payment Methods-** By default, 3 online payment gateways are presented.

**- Paypal Smart Button**

**- Money Transfer**

**- Paypal Standard**

Kindly select your payment gateway from the dropdown.

**C) Amount-** Enter the amount of your transaction.

At last, click on the **Save Transaction** button.

![Create Transactions](../../assets/2.2.0/images/orders/saveTransaction.png)

**Step-3** Transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionGrid.png)

**Note - Additionally, you can also create transactions while creating an Invoice**

**1)** Click on **Sales >> Order >> Select Order** and then click on **Invoice button** after that click on the **Create Transaction** checkbox.

At last, click on the **Create Invoice** button as shown in the below image.

![Create Transactions](../../assets/2.2.0/images/orders/other.png)

**2)** Now go to **Sales >> Orders >> Transactions** and a new transaction is created successfully as shown in the image below.

![Create Transactions](../../assets/2.2.0/images/orders/transactionOutput.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 docs/assets/2.2.0/images/orders/other.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.
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.

0 comments on commit f05c64f

Please sign in to comment.