services
The Services folder provides APIs to efficiently manage voucher-related operations within a system. It contains the following APIs:
Create Voucher: Allows the creation of new vouchers for various transactions, including sales, purchases, or adjustments.
Update Voucher: Enables modifications to existing vouchers, such as updating transaction details, dates, or amounts.
Get Voucher: Retrieves voucher details, including transactions, amounts, associated accounts, and related metadata.
Delete Voucher: Provides functionality to remove unwanted or incorrect vouchers securely.
This folder centralizes key voucher operations, ensuring streamlined transaction handling and improved system organization.