laxmantandon / express_tally

Other
22 stars 21 forks source link

Mapping Tally Invoice Numbers to ERP Next Invoice Number #7

Closed turqosoft closed 1 month ago

turqosoft commented 1 month ago

On migrating invoices from Tally to ERPNext, invoice numbers are created as per ERPNext Document naming series. So when we try to migrate payments data from Tally to ERPNext, they will fail. How to overcome this situation? Create Sales and Purchase invoices with the same invoice number as in Tally. Thank You

laxmantandon commented 1 month ago

Hi,

You can create a custom field in Sales Invoice with name "tally_voucherno", and set naming rule of Sales Invoice doctype "By fieldname", specify "tally_voucherno" as field, this will resolve your issue.

Regards Laxman

On Tue, 16 Jul 2024 at 13:10, turqosoft @.***> wrote:

On migrating invoices from Tally to ERPNext, invoice numbers are created as per ERPNext Document naming series. So when we try to migrate payments data from Tally to ERPNext, they will fail. How to overcome this situation? Create Sales and Purchase invoices with the same invoice number as in Tally. Thank You

— Reply to this email directly, view it on GitHub https://github.com/laxmantandon/express_tally/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4U73YHINXXEPPWTAF3GR3ZMTE75AVCNFSM6AAAAABK572WUCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYTANBUGQZDKMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

turqosoft commented 1 month ago

Thank You, that worked.